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

Tables route styling #42

Merged
merged 1 commit into from
Jan 26, 2024
Merged

Tables route styling #42

merged 1 commit into from
Jan 26, 2024

Conversation

joncombe
Copy link
Collaborator

@joncombe joncombe commented Jan 26, 2024

Summary of changes

Polished the tables route to be more on brand. Responsive, with usage still possible on smaller devices.

Note: there are quite a few inline colors specified here. Will be happy to move these to the tailwind config if the team are happy with them.

Checklist

  • Link to issue this PR refers to: n/a
  • Relevant changes are reflected in CHANGES.md.
  • Added or changed code is covered by tests.
  • Required Grand Central APIs are already merged.

Copy link
Collaborator

@alexdametto alexdametto left a comment

Choose a reason for hiding this comment

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

Good job! 💯 Just some small things.

];

if (createTableSQL) {
``;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
``;

Comment on lines 75 to 77
render: (_: string, record: TableInfo) => {
return <span>{record.data_type.toUpperCase()}</span>;
},
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
render: (_: string, record: TableInfo) => {
return <span>{record.data_type.toUpperCase()}</span>;
},
render: (dataType: string) => {
return <span>{dataType.toUpperCase()}</span>;
},

@joncombe joncombe force-pushed the jc/tables-route-styling branch 2 times, most recently from a96fd54 to 7e9c758 Compare January 26, 2024 09:54
@joncombe joncombe force-pushed the jc/tables-route-styling branch from 7e9c758 to 6deeea6 Compare January 26, 2024 09:57
@joncombe joncombe merged commit 072cfad into master Jan 26, 2024
1 check passed
@joncombe joncombe deleted the jc/tables-route-styling branch January 26, 2024 10:01
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