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

Fix Responsive Toolbar Buttons #1553

Merged
merged 1 commit into from
Apr 12, 2021
Merged

Fix Responsive Toolbar Buttons #1553

merged 1 commit into from
Apr 12, 2021

Conversation

jameskerr
Copy link
Member

@jameskerr jameskerr commented Mar 31, 2021

Closes #1538

The duration under the space title will now not appear if there is no duration (it actually already did this). The focus of this PR is actually some improvements to the page header.

Moved the toolbar buttons up on the same row as the space title. It collapses sensibly as you make the window smaller. It first shrinks the title until the min-width of 150px, then it starts moving toolbar buttons into the context menu. I also removed little blue icon from the title.

image

@jameskerr jameskerr force-pushed the toolbar-fix branch 2 times, most recently from 26e68bb to 9661c56 Compare March 31, 2021 17:42
@@ -13,8 +13,6 @@ export const LOG = createLogger({
})
),
transports: [
new transports.Console({level: "info"}), // No idea how to make this runtime-configurable via command line. This has
Copy link
Contributor

Choose a reason for hiding this comment

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

Are you removing this because "info" is already the default log level?

Copy link
Member Author

Choose a reason for hiding this comment

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

This was just making the output on CI annoyingly long. The detailed info is in the file still, but doesn't clutter the console.

@@ -14,7 +14,7 @@
"start": "node scripts/start",
"test": "jest",
"test:api": "node scripts/test/api",
"itest": "jest --config=itest/config.json --runInBand --verbose",
Copy link
Contributor

Choose a reason for hiding this comment

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

Will this still show the same detail/verbosity when tests fail?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, it shows the failures like a normal jest runner.

@jameskerr jameskerr merged commit d86d5f9 into main Apr 12, 2021
@jameskerr jameskerr deleted the toolbar-fix branch April 12, 2021 18:34
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.

Remove Duration in Space Title
2 participants