-
-
Notifications
You must be signed in to change notification settings - Fork 287
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
Global functions explorer and header #2690
Conversation
…e page creation UX match function creation
} from '@mui/material'; | ||
import { Link, matchPath, useLocation } from 'react-router-dom'; | ||
|
||
const DRAWER_WIDTH = 68; // px | ||
const DRAWER_WIDTH = 44; // px |
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.
The sidebar was too bulky and a bit ugly, I think we can keep it smaller and simpler.
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.
Could always make it resizable :)
This should be good to merge, it's behind a feature flag, it was part of the progress towards having a global functions explorer as shown in the description. |
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.
Let's move forward with this
UI for global functions with explorer using the new
EditableTreeItem
component, and empty views.We can merge already under the feature flag to keep things more separated.
Right now only works for function resources but we should discuss and see how to make it work for all types of resources, as we have data providers now.
Screen.Recording.2023-10-12.at.18.55.07.mov
Possible improvements: