dependabot[bot]
c23b2aab2a
Bump github.com/shirou/gopsutil/v4 from 4.24.6 to 4.24.7 ( #193 )
2024-08-05 13:19:05 -07:00
dependabot[bot]
7256ab7569
Bump the dev-dependencies group with 5 updates ( #194 )
2024-08-05 13:18:45 -07:00
dependabot[bot]
5e58d414bd
Bump electron-updater from 6.3.1 to 6.3.2 in the electron group ( #196 )
2024-08-05 13:18:25 -07:00
dependabot[bot]
f76f4b20a5
Bump the storybook group with 8 updates ( #195 )
2024-08-05 13:18:15 -07:00
sawka
694311c6dc
allow pointer events (to eventually allow blocknum/id copying on click)
2024-08-02 16:54:57 -07:00
sawka
9f8042fb87
new keybindings for switching tabs/blocks
2024-08-02 16:50:11 -07:00
sawka
4f74b232e2
trap Shift:Cmd, and enable special blockmask action to show block indexes
2024-08-02 15:39:22 -07:00
sawka
6ebc2e44c3
change 'home' to 'files' and switch the icon
2024-08-02 09:04:13 -07:00
sawka
6f2c99a5cf
more refactoring of block header. isolate atom dependencies more
2024-08-01 16:01:11 -07:00
sawka
f13115113d
more refactoring (block header)
2024-08-01 15:51:38 -07:00
sawka
94d6c14011
reorganize block view more
2024-08-01 15:35:13 -07:00
sawka
c8cc1de2d4
add 'dev' label to application. also add 'un-magnify' icon when magnified
2024-08-01 13:46:06 -07:00
sawka
9f98d03add
rearrange view files into directories
2024-08-01 13:06:18 -07:00
sawka
4b30c8bc3b
move preview into own directory
2024-08-01 12:53:49 -07:00
sawka
1a46f17088
bump node version
2024-08-01 02:18:27 -07:00
sawka
0a9418be10
restore emain
2024-08-01 02:05:48 -07:00
sawka
de28e7e00c
fix wshhome/bindir
2024-08-01 01:53:42 -07:00
Sylvie Crowe
7098c8b3ea
fix: don't allow the block title to grow ( #192 )
2024-08-01 01:29:47 -07:00
sawka
1d9b56bfd1
add some wsh documentation
2024-08-01 01:21:34 -07:00
Sylvia Crowe
09ce3de108
fix: change emain imports for windows build
2024-08-01 01:12:30 -07:00
Sylvie Crowe
7cba3c46d4
Additional Demo Fixes ( #191 )
2024-08-01 00:57:06 -07:00
sawka
49a365e10b
remove video, make initial window larger to fill the screen
2024-08-01 00:52:15 -07:00
sawka
817afd6138
update web view url if meta url changes
2024-08-01 00:35:44 -07:00
sawka
a23b5ca0e0
panic handlers in wshrpc. also stop waveai from grabbing focus all the time
2024-08-01 00:03:19 -07:00
Sylvie Crowe
c5707de2fd
Fixes For the Demo ( #190 )
2024-07-31 23:50:38 -07:00
Mike Sawka
75c274c104
wsh shellintegration ( #189 )
2024-07-31 23:47:33 -07:00
Sylvie Crowe
fc8c1104f4
Create a Help Block ( #188 )
...
Adds a block to explain how to use the app.
2024-07-31 22:22:52 -07:00
sawka
07843ab281
remove minimize
2024-07-31 21:41:28 -07:00
Evan Simkowitz
74e86ef0cc
Bootstrap layout on first launch ( #186 )
2024-07-31 21:27:46 -07:00
Evan Simkowitz
8ebde7e766
Port over artifact scripts from old project ( #187 )
2024-07-31 21:25:44 -07:00
sawka
933c5d66e9
Cmd-m magnify block
2024-07-31 19:59:21 -07:00
sawka
a4551f9e4c
bind Cmd-r,s,e directly with Monaco for codeedit
2024-07-31 19:41:16 -07:00
sawka
c87caef473
implement Cmd-W to close blocks and tabs
2024-07-31 19:22:15 -07:00
sawka
a92fd2e2d5
fix layoutNode to layoutnode
2024-07-31 18:14:48 -07:00
sawka
d7712da862
fix deletewindow
2024-07-31 18:02:36 -07:00
Sylvie Crowe
efd1e3c189
CPU Plot ( #185 )
...
Adds a CPU % Plotting Widget
2024-07-31 14:13:36 -07:00
Evan Simkowitz
c91cae9463
Fix some more improper border radii ( #184 )
2024-07-31 13:37:20 -07:00
Red J Adaya
1841669525
tab animations ( #167 )
...
Implements animations when adding and removing tabs.
2024-07-31 12:54:43 -07:00
Evan Simkowitz
2157df85de
Disable block pointer events during layout drag ( #183 )
...
This will ensure that the webview cannot capture the pointer events and
disrupt the drag functionality.
This also fixes an issue where greedy and imprecise bounds calculations
could result in thrashing of the layoutState.pendingAction field, which
could cause the placeholder to flicker.
This also fixes issues where some React Effects that were supposed to be
debounced or throttled were being invoked too much. This is because
useEffect regenerates the callback when it is run, resulting in the
debounce or throttle never taking effect. Moving the throttled or
debounced logic to a separate callback solves this.
2024-07-31 12:49:38 -07:00
Red J Adaya
3ff03f7b34
setting of active tab improvements ( #166 )
2024-07-31 12:49:20 -07:00
Evan Simkowitz
4df8e16a53
Adjust some styling in the directory and markdown previews ( #182 )
...
The column headers for the directory preview were a solid color, which
was conflicting with the translucent colors for the rest of the UI. I've
changed this to be more consistent. I've also updated a border color
that was conflicting with the rest of the UI.
The code blocks in the markdown preview were also solid colored and the
actions were causing the whole window UI to lose its transparency when
they were hovered over. This was due to it applying a backdrop-filter,
which breaks the window transparency. I've removed this blur and an
invalid color variable.
This also fixes the bottom margins for both blocks so there's more space
when scrolled all the way to the bottom of the block. Before, the
overlay scrollbars were obscuring the content.
2024-07-31 12:42:58 -07:00
sawka
8456c57bc1
implement bg presets
2024-07-30 23:22:41 -07:00
sawka
ec94bd51f6
fix icon centering in preview
2024-07-30 22:53:50 -07:00
sawka
f7531b895f
allow ten characters, also count glyphs not chars
2024-07-30 22:22:21 -07:00
sawka
827263d2d5
playing with a preview icon
2024-07-30 22:02:52 -07:00
sawka
ea8914cb85
don't apply custom background to previews
2024-07-30 21:59:20 -07:00
sawka
d68d32f96c
terminal themes, use terminal bg to style the full block
2024-07-30 19:52:50 -07:00
Evan Simkowitz
9afb5a7bc1
Update setTransform calculation to ensure blocks don't overflow display container ( #181 )
2024-07-30 19:21:06 -07:00
sawka
4025d2fa9a
filter fs events for valid names. don't respond to chmod events
2024-07-30 15:54:59 -07:00
sawka
fe708d1d37
small updates to tab colors
2024-07-30 15:43:49 -07:00