-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat(*): Various minor improvements #46
Conversation
@@ -371,37 +369,15 @@ export class SceneProfilesExplorer extends SceneObjectBase<SceneProfilesExplorer | |||
<> | |||
<div className={styles.header}> | |||
<div className={styles.controls}> | |||
<Stack justifyContent="space-between" wrap="wrap"> | |||
<Stack justifyContent="space-between"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This unfortunately does not completely fix #41, the time picker does not shrink on narrow screen. I will have to investigate further why
} | ||
|
||
if (bIsFav) { | ||
return +1; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting that +1 is a valid js number. I did not know this
✨ Description
Related issue(s):
-
Just some cosmetics changes, among them:
📖 Summary of the changes
See diff tab for more details
🧪 How to test?