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

chore: add placeholder project status sidebar #8629

Merged

Conversation

thomasheartman
Copy link
Contributor

@thomasheartman thomasheartman commented Nov 1, 2024

This PR adds an empty placeholder sidebar for the project status content.

It also adds a button to open the sidebar.

Additionally, because the button to open the sidebar takes the place of the existing "import" button, the import button has also been moved down to the filter row.

Of course, these changes are all behind the flag, so if nothing should change if the flag is not enabled.

image
image

Copy link

vercel bot commented Nov 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
unleash-monorepo-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 1, 2024 10:58am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
unleash-docs ⬜️ Ignored (Inspect) Visit Preview Nov 1, 2024 10:58am

Copy link
Contributor

github-actions bot commented Nov 1, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Files

Comment on lines +81 to +85
const ButtonGroup = styled('div')(({ theme }) => ({
display: 'flex',
gap: theme.spacing(1),
paddingInline: theme.spacing(1.5),
}));
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This group is there to accomodate the export and column selector buttons which will eventually also move there (according to the sketches)

@thomasheartman thomasheartman enabled auto-merge (squash) November 1, 2024 10:57
@thomasheartman thomasheartman merged commit c9a564a into main Nov 1, 2024
11 checks passed
@thomasheartman thomasheartman deleted the chore/1-3055-set-up-initial-project-status-sidebar branch November 1, 2024 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants