-
This is obviously an unintended side effect of duplicating substantially all of the OS information across profiles. It's just quite annoying to have the screen suddenly become invisible (or blast you …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Summary
Side drawers are a common UI element in web apps and mobile apps today. They look elegant and can serv…
-
### Problem to solve
Currently Vuetify is lacking Side sheet from Material Design Ui component. I would like to be able to use Side sheet component in my own projects. It would save me time if this i…
-
```
What steps will complete the task
1. MenuDrawer lib: Right + Left Overlay
2. Move Level + Special toggler to the left drawer?
3. Add User Link to the left drawer
```
Original issue reported on c…
-
```
What steps will complete the task
1. MenuDrawer lib: Right + Left Overlay
2. Move Level + Special toggler to the left drawer?
3. Add User Link to the left drawer
```
Original issue reported on c…
-
-
-
**Is your feature request related to a problem? Please describe.**
The download list became exhaustive with v15+ and with the addition of delta releases. The original layout has the form at the botto…
-
When using Hermes with the menu and dock icon hidden, once the drawer has been opened there is no way (that I can see at least) to close it. At least not without opening the preferences, unhiding the …
-
This took me a while to trace down, but basically a Drawer that is controlled and has modal false e.g.:
```tsx
const [open, setOpen] = useState(false);
return (
{/* ... */}
…