David Lechner
|
0839392183
|
rework roving tab index to use react-aria
|
2022-05-17 23:20:09 -05:00 |
|
David Lechner
|
f0dcb281de
|
utils: add Toolbar component
This adds a generic toolbar component that follow aria guidelines.
|
2022-05-13 22:36:01 -05:00 |
|
David Lechner
|
7322c9d667
|
utils: drop pointerEventsNone
Not sure why this was used in the first place, but causes non-default
behavior which can be confusing.
|
2022-05-13 14:39:35 -05:00 |
|
David Lechner
|
5dc6b2e4cb
|
util: drop preventBrowserNativeContextMenu
This is done once at the top-level app, so is no longer needed.
|
2022-05-12 19:20:46 -05:00 |
|
David Lechner
|
56858390ca
|
notifications: allow viewing stack trace of unexpected error
Previously, it was only possible to view the stack trace by clicking
the copy button and pasting it somewhere.
|
2022-04-07 11:24:07 -05:00 |
|
David Lechner
|
675d01013d
|
utils/react: drop preventFocusOnClick
We can fix this better with css tweaks.
|
2022-03-15 21:39:24 -05:00 |
|
David Lechner
|
a2ccd3afdb
|
utils/react: add pointerEventsNone helper
This should prevent some unnecessary rerendering by not creating a new
inline object.
|
2022-03-12 15:26:48 -06:00 |
|
David Lechner
|
c229d407cf
|
utils/react: add preventDefault helpers
These can be used instead of always having to add a comment explaining
what preventDefault does in a given context.
|
2022-03-12 14:57:30 -06:00 |
|