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

Added projects modal #1195

Merged
merged 3 commits into from
Apr 4, 2024
Merged

Conversation

wwills2
Copy link
Collaborator

@wwills2 wwills2 commented Apr 4, 2024

this is a very rough prototype

feat: skeleton of projects modal
feat: modal proxy
feat: tabs proxy


function Item({ children, ...props }: TabItemProps) {
return (
<FlowbiteTabs.Item className={'active:on:bg-gray-100 text-cyan-600 dark:bg-gray-800 dark:text-cyan-500'} {...props}>
Copy link
Collaborator

Choose a reason for hiding this comment

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

just needs double quotes, dont wrap it in { .. }

@wwills2 wwills2 marked this pull request as ready for review April 4, 2024 17:22
@wwills2 wwills2 merged commit ab0114b into refactor/refactor-base Apr 4, 2024
2 checks passed
@wwills2 wwills2 deleted the refactor/projects-modal branch April 4, 2024 17:24
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