-
### Description of the Bug
MDNavigationRailItem text is not displayed on a single line, with slightly longer text, when the rail is opened.
When the MDNavigationRail is closed and the item text is…
-
Would be nice to be able to have both a left and right sidebar i,e file tree in left and VSC in right.
Kinda vibing off the multi panel layout of atom with github / git integration
Something lik…
-
Following #6115, I think that we should migrate all our demos to use the Box component or styled-component. The goal is to hide `@material-ui/styles` as much as possible. [styled-components keeps grow…
-
## Feature Description
Generally, the floating menu is using roving index keyboard navigation as other context menus (navigating with arrow keys, tab moves to the next section), however, since we…
miina updated
2 years ago
-
### User Story
As a user, I want to be able to access the main user interface of installed WebExtensions (on desktop, they’re almost always doorhangers) so I can use it.
### Dependencies
[A-C project…
-
Extending the Quote functionality to allow for threaded messaging.
This could be a simple 'Quote 2.0'-style like WhatsApp where the quoted text is hyperlinked and when clicked makes you scroll up to …
-
I'm building an app that can push twice the same page (a bit like twitter, it pushes pages all the time).
The issue I'm facing is when the same page is pushed twice, it crashes because of an asse…
-
## Bug Description
On a site that is in gathering state. I noticed a UX/UI issue on the `All traffic widget` on main and entity dashboard. At the top of the pie chart, tabs appear active and when …
-
release: december 2022
Wanted:
- Infrastructure:
- cPython-3.11.1,
- Spyder with ipython-8 support,
- more pyodide examples that work in dot
- Experimental:
- coudn't resist; …
-
## Steps to Reproduce
Call `html.window.storage[myKey]` with `myKey` that is not a `String`, it throws an error (here if `myKey` is an `int`):
```
Expected a value of type 'String', but got…