Commit Graph
579 Commits
Author SHA1 Message Date
Sylvie CroweandGitHub 555ab07861 Add Tips Modal for Directory (#374)
This is an experimental modal to show tips. If it helps improve
discoverability, it will be improved in the future.
2024-09-13 03:36:15 -07:00
Red J AdayaandGitHub 2715c2ce30 shrink tos modal and make it scrollable when vertical space is not enough (#373) 2024-09-12 23:10:18 -07:00
Red J AdayaandGitHub 04924870c1 button refactor (#372) 2024-09-12 22:22:31 -07:00
Red J AdayaandGitHub b3f7e7a2b9 fix default button text color (#370) 2024-09-12 17:49:57 -07:00
Mike SawkaandGitHub 174cf3d39d flash error messages (#369) 2024-09-12 16:02:18 -07:00
Evan SimkowitzandGitHub 936d4bfb30 Migrate websocket eventbus messages to wps (#367)
This migrates all remaining eventbus events sent over the websocket to
use the wps interface. WPS is more flexible for registering events and
callbacks and provides support for more reliable unsubscribes and
resubscribes.
2024-09-11 18:03:55 -07:00
Red J AdayaandGitHub df2af04a6e telemetry fix (#365) 2024-09-11 09:26:43 -07:00
Red J AdayaandGitHub c3a02d7e33 revert tabs scroll timing (#363) 2024-09-10 23:22:32 -07:00
Red J AdayaandGitHub f6fc0125fd fix issue where tabs are immediately visible while they're still stacked on load (#362)
This fixes the visual bug where the active tab seems to be the first tab
and then switches to the actual active tab after the tabs are
positioned.
2024-09-10 23:06:27 -07:00
Evan Simkowitz 8f0cd5adcf fix latent regression from my last pr 2024-09-10 22:50:28 -07:00
Evan SimkowitzandGitHub 9b12aa9882 Fix bug in TileLayout where computeMoveNode had stale node data (#361)
This was hard to debug. It manifested in nodes that had been collapsed
into their parent. When a node was dragged over the recently-collapsed
node, the placeholder would show the action as if the flex direction was
reversed. It turns out useDrag has trouble tracking changes to the
LayoutNode objects. For now, I am just finding the nodes again in the
computeMoveNode function. Later when I redo the drag system, I will fix
this better.
2024-09-10 17:23:28 -07:00
Evan Simkowitz f3940f7456 remove unused atom 2024-09-10 15:00:28 -07:00
Evan Simkowitz 6793b41cea remove unnecessary isUrlDirty atom 2024-09-10 14:59:34 -07:00
Evan Simkowitz f13b608e79 remove unnecessary set 2024-09-10 14:49:20 -07:00
Evan Simkowitz 467e151aca fix webview url not being able to be empty 2024-09-10 14:46:59 -07:00
Evan Simkowitz 29db989623 Revert "Keep changes in preview after save (#360)"
This reverts commit 13ac6af4d0.
2024-09-10 14:27:11 -07:00
Evan SimkowitzandGitHub 13ac6af4d0 Keep changes in preview after save (#360)
A bit hacky, but should allow preview to update to latest file contents
after save
2024-09-10 13:37:30 -07:00
Sylvie CroweandGitHub 04fb8e5aad Mimetype Quick Fixes (#359) 2024-09-10 13:23:02 -07:00
Mike SawkaandGitHub 5fe0cae244 wsh web (#358) 2024-09-10 12:50:55 -07:00
Red J AdayaandGitHub a9486852f9 default white bg for websites with no bg (#355) 2024-09-10 12:16:34 -07:00
sawka 766a976718 errorboundary fallback, errorboundary in block frame header. fix workspace error boundary 2024-09-09 18:20:57 -07:00
Sylvia Crowe 639e796296 fix: clamp connection rowIndex to list size 2024-09-09 17:06:48 -07:00
sawka 01d98fccd2 fix nullptr startsWith 2024-09-09 16:44:26 -07:00
Sylvie CroweandGitHub 663cb2cce7 Connection Typeahead Arrow Keys (#352)
This is a first pass to get arrow keys to work with the connection
typeahead.
2024-09-09 16:26:24 -07:00
Evan Simkowitz 65a10ffb36 webview devtools 2024-09-09 15:41:26 -07:00