Skip to content

Commit

Permalink
Extract styles for external overriding
Browse files Browse the repository at this point in the history
  • Loading branch information
martincik committed Jul 10, 2024
1 parent 4073d7c commit c1b09dc
Show file tree
Hide file tree
Showing 12 changed files with 222 additions and 324 deletions.
67 changes: 0 additions & 67 deletions src/components/dialect/icons/DialectLogo.tsx

This file was deleted.

158 changes: 0 additions & 158 deletions src/components/dialect/icons/HeliusLogo.tsx

This file was deleted.

38 changes: 0 additions & 38 deletions src/components/dialect/icons/PhantomLogo.tsx

This file was deleted.

10 changes: 3 additions & 7 deletions src/components/dialect/ui/ActionContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,6 @@ export const ActionContainer = ({
init();
}, [initialApiUrl]);

console.log("Actions: ", action)

const buttons = useMemo(
() =>
toSpliced(action?.actions
Expand All @@ -240,8 +238,6 @@ export const ActionContainer = ({
[action, executionState.executingAction],
);

console.log("Buttons: ", buttons)

const inputs = useMemo(
() =>
toSpliced(action?.actions
Expand All @@ -264,7 +260,7 @@ export const ActionContainer = ({
please{' '}
<a
href="#"
className="cursor-pointer underline"
className="action-container-unsafe-submit-issue-link"
target="_blank"
rel="noopener noreferrer"
>
Expand All @@ -273,7 +269,7 @@ export const ActionContainer = ({
.
</p>
<button
className="mt-3 font-semibold transition-colors hover:text-accent-error-lighter motion-reduce:transition-none"
className="action-container-unsafe-ignore-button"
onClick={() => dispatch({ type: ExecutionType.UNBLOCK })}
>
Ignore warning & proceed
Expand All @@ -290,7 +286,7 @@ export const ActionContainer = ({
the source.
</p>
<a
className="mt-3 inline-block font-semibold transition-colors hover:text-accent-warning-lighter motion-reduce:transition-none"
className="action-container-unknown-report-link"
href="https://discord.gg/saydialect"
target="_blank"
rel="noopener noreferrer"
Expand Down
Loading

0 comments on commit c1b09dc

Please sign in to comment.