Evan Simkowitz
b890bd0ecb
sync scrolling of the tabbar across views
2024-12-11 15:47:28 -08:00
Evan Simkowitz
be7dda55d4
make tab-bar-right container for banners, clean up styling
2024-12-11 15:33:48 -08:00
Evan Simkowitz
b2b07fb68d
use padding so it can drag
2024-12-11 15:06:21 -08:00
Evan Simkowitz
6bd3dfd1fd
make buttons nodrag, make iconbutton a proper button
2024-12-11 15:05:12 -08:00
Evan Simkowitz
10a556aab3
only make tab-bar itself no-drag
2024-12-11 14:52:40 -08:00
Evan Simkowitz
8b7de338b8
make margin for workspace picker draggable
2024-12-11 14:51:10 -08:00
Evan Simkowitz
38068ae7de
remove unnecessary ref
2024-12-11 14:46:14 -08:00
Evan Simkowitz
a5b6b2fd45
remove debug
2024-12-11 14:44:22 -08:00
Evan Simkowitz
17594b3e25
Fix inconsistent tab sizing between views, give add tab more room
2024-12-11 14:43:43 -08:00
wave-builder[bot]
98027204ca
chore: bump package version to 0.10.0-beta.6
2024-12-11 21:25:42 +00:00
Evan Simkowitz
3bcd0e16e8
Make the Wave logo icons slightly smaller ( #1500 )
...
The scale of the old icons was inconsistent with the rest of the Font
Awesome kit so I updated the aspect ratio to make it a little narrower.
I also am adding the outline assets to our repo
2024-12-11 13:24:12 -08:00
Mike Sawka
f4de338bc3
add a refocus at the end of wave reinit ( #1499 )
2024-12-11 13:13:40 -08:00
Evan Simkowitz
4918737044
Remove unnecessary log ( #1498 )
2024-12-11 12:54:23 -08:00
Evan Simkowitz
4070abadde
Squash some leftover bugs ( #1495 )
...
Only create new tab in `CheckAndFixWindow` if no tabs or pinned tabs
exist
Update `resolvers.resolveTabNum` to account for pinned tabs
Remove obsolete and unused `wstore.DeleteTab`
Only show accelerators for first 9 workspaces in workspace app menu to
be consistent with other keybindings
Fix tabbar spacing to remove min size for drag right spacer, account for
workspace switcher button size
Fix updatebanner size calculations
2024-12-11 12:52:15 -08:00
Mike Sawka
87ebbdd2f9
updated release notes. date, docs, and links ( #1497 )
2024-12-11 12:36:57 -08:00
Mike Sawka
164c15f1b2
create ref in model, also remove isRunning ( #1496 )
2024-12-11 12:26:56 -08:00
Evan Simkowitz
7df441a389
Wrap yarn install with retry for Testdriver and Build Helper ( #1494 )
...
Yarn Install (specifically the `sharp` builds) are flaky on Windows. I'm
adding a retry around this step to prevent unnecessary failures
2024-12-11 11:33:41 -08:00
wave-builder[bot]
58fbbd78f6
chore: bump package version to 0.10.0-beta.5
2024-12-11 19:05:47 +00:00
Evan Simkowitz
d975869542
Stop event propagation for contextmenu show event ( #1493 )
2024-12-11 11:03:30 -08:00
Mike Sawka
ab5e7b5bd9
add try/catch around workspace menu ( #1492 )
2024-12-11 10:48:50 -08:00
Evan Simkowitz
448262c17f
Fix nullchecks in wave.ts ( #1491 )
2024-12-11 10:46:08 -08:00
Evan Simkowitz
7ecdf249bd
Remove some unnecessary logs from webview ( #1490 )
2024-12-11 10:39:12 -08:00
Evan Simkowitz
6684a5c2b8
Only call WebViewModel.handleNavigate
for main frame navigations ( #1488 )
...
Navigation events are issued not just for main page navigations, but
also for iframes, among other things. With our old behavior, if an
iframe tries to load in a webpage, we would update the webview url and
make the iframe the primary page, which is wrong. Now, we only do this
for main frame navigations.
closes #1487
2024-12-11 10:33:37 -08:00
Evan Simkowitz
ed17c76ada
Final workspace doc icon fix, use inline custom icon ( #1485 )
2024-12-11 10:08:04 -08:00
Mike Sawka
8dbdb4425f
new wsh docs, style updates across the docs site ( #1486 )
2024-12-10 20:52:10 -08:00
Evan Simkowitz
fd2f2b1ed1
One more try at fixing the SVG for the workspace, fix another syntax error ( #1484 )
2024-12-10 18:23:48 -08:00
Mike Sawka
aa001bf53d
getting started doc fleshed out ( #1483 )
2024-12-10 18:20:02 -08:00
Mike Sawka
4fccd71227
minor docs fixups (consistency) ( #1480 )
2024-12-10 18:03:48 -08:00
Evan Simkowitz
7c76a438b2
Fix workspace icon in docs ( #1482 )
2024-12-10 17:58:18 -08:00
Evan Simkowitz
1e5626bed3
Make note an info in workspaces doc ( #1481 )
2024-12-10 17:50:26 -08:00
Evan Simkowitz
c8bcf08fff
Workspace doc, moving around images ( #1479 )
...
Also adds missing global keybindings.
Also reorders docs in the sidebar, introduces new mechanisms for
indicating how an img should float in a document, and adds a `<div
style="clear: both">` before every heading.
2024-12-10 17:43:56 -08:00
wave-builder[bot]
c52d229cd3
chore: bump package version to 0.10.0-beta.4
2024-12-11 00:35:59 +00:00
Mike Sawka
41f960c60c
fix for tabs out of order in tabbar ( #1478 )
2024-12-10 16:33:55 -08:00
wave-builder[bot]
3ccdcb6ed6
chore: bump package version to 0.10.0-beta.3
2024-12-11 00:00:29 +00:00
Mike Sawka
d3d8f9492e
reorganize AI presets, make the other docs consistent ( #1477 )
2024-12-10 15:57:45 -08:00
Evan Simkowitz
677ecc3ef8
Fix tab name reload for pinned tabs ( #1476 )
2024-12-10 15:47:26 -08:00
Evan Simkowitz
1d74e56c26
Add license identifiers to my changes ( #1475 )
2024-12-10 15:18:14 -08:00
Evan Simkowitz
c95f3b2283
Fix unawaited promises in dir preview ( #1474 )
2024-12-10 15:13:11 -08:00
Sylvie Crowe
e49480e628
Fix Preview for Uninitialized Connections ( #1473 )
...
If a connection had not been previously initialized, selecting it in the
preview dropdown was bug-prone. This ensures the connection is complete
before checking the mimetype and selecting the type of preview.
2024-12-10 15:03:35 -08:00
Sylvie Crowe
9e7293d98a
Docs Updates ( #1469 )
...
A couple additions to the release notes and small details added to the
connections.mdx file. Additionally, a new preview photo has been added.
2024-12-10 14:41:35 -08:00
Mike Sawka
6693e66098
fix some docs formatting, link to other parts of the docs ( #1471 )
2024-12-10 14:29:55 -08:00
Evan Simkowitz
c2312f1c7f
Make default workspace icon the Wave logo ( #1470 )
...
I made our logo a custom icon in Font Awesome so we can add it to our
workspace switcher as the default icon
2024-12-10 13:54:11 -08:00
Mike Sawka
8957e0405a
try to fix drag region above tabs ( #1466 )
...
just a temporary fix for now, needs a more extensive fix later
2024-12-10 12:50:58 -08:00
Evan Simkowitz
712f9d9706
Use highlight.js scss instead of css in markdown styling ( #1468 )
2024-12-10 12:47:39 -08:00
Mike Sawka
ff459743cd
v10 docs / release notes ( #1467 )
2024-12-10 12:43:38 -08:00
Evan Simkowitz
9ab7b25aa1
Move markdown css import so it doesn't affect Storybook ( #1465 )
2024-12-10 12:38:49 -08:00
Evan Simkowitz
f7875bc4f0
Auto-select workspace name ( #1464 )
2024-12-10 12:26:42 -08:00
Sylvie Crowe
9805ce4921
docs: fix malformed json and json formatting ( #1460 )
2024-12-10 12:15:14 -08:00
Evan Simkowitz
a298703874
Fix storybook base url ( #1461 )
2024-12-10 12:11:35 -08:00
Evan Simkowitz
bedea6d3be
Show hover effect on dragging tab ( #1459 )
2024-12-10 11:41:37 -08:00