-
Notifications
You must be signed in to change notification settings - Fork 122
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
enh: sparkle-ization of app design #1215
Conversation
@@ -67,7 +80,7 @@ export default function AI21Setup({ owner, open, setOpen, config, enabled }) { | |||
|
|||
return ( | |||
<Transition.Root show={open} as={Fragment}> | |||
<Dialog as="div" className="relative z-10" onClose={() => setOpen(false)}> | |||
<Dialog as="div" className="relative z-30" onClose={() => setOpen(false)}> |
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.
FMI, why do we need to move to z-30
everywhere ?
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.
Standardizing all Dialogs as some of them woudl conflict with the AppLayout title 👍
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.
LGTM but will test quickly
@@ -290,7 +290,7 @@ export default function AppLayout({ | |||
</div> | |||
<div | |||
className={classNames( | |||
"fixed left-0 right-0 top-0 z-30 flex h-16 flex-row lg:left-80", | |||
"fixed left-0 left-12 right-0 top-0 z-30 flex h-16 flex-row lg:left-80", |
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.
Maybe we want to remove the left-0
then no ? Because I imagine only one of those 2 can apply ?
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.
Yep yep
Yes => cc @Duncid |
(@Duncid already noted that it's a bit meh meh) |
Fixes dust-tt/tasks#12 |
cc @Duncid I'm not super fan of the title + tab below but it's not that bad. Given that it's not our core focus I presume it's good enough but let me know if you have some ideas on that.