Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TAS-167] Feat/swap #8

Merged
merged 5 commits into from
Aug 23, 2023
Merged

[TAS-167] Feat/swap #8

merged 5 commits into from
Aug 23, 2023

Conversation

dcodes05
Copy link
Contributor

@dcodes05 dcodes05 commented Aug 8, 2023

@github-actions
Copy link

github-actions bot commented Aug 23, 2023

Messages
📖 ✅ task id: TAS-167

Generated by 🚫 dangerJS against 32451f0

@@ -18,5 +18,5 @@
"src/**/*.spec.jsx",
"src/**/*.test.jsx"
],
"include": ["src/**/*.js", "src/**/*.jsx", "src/**/*.ts", "src/**/*.tsx"]
"include": ["src/**/*.js", "src/**/*.jsx", "src/**/*.ts", "src/**/*.tsx", "../../libs/defi/oeth/src/components/TopNav.tsx"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this ../../libs/defi/oeth/src/components/TopNav.tsx necessary?

export function HistoryTable({ rows, filter }: Props) {
const intl = useIntl();
const [columnFilters, setColumnFilters] = useState<ColumnFiltersState>([]);
const columns = useMemo(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May consider moving this as a prop passed for more generic "Table" component that wraps MUI and added to shared components.

@github-actions github-actions bot changed the title Feat/swap [TAS-167] Feat/swap Aug 23, 2023
@notion-workspace
Copy link

[TAS-167] Feat/swap

Copy link
Contributor

@smitch88 smitch88 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Met on call to discuss files, structure, patterns related to MUI, and various other things.

Approving to get baseline so chromatic diffs work better for future changes and exchanges w/ design.

@dcodes05 dcodes05 merged commit 817e4ba into main Aug 23, 2023
3 of 4 checks passed
@dcodes05 dcodes05 deleted the feat/swap branch August 23, 2023 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants