22 Commits

Author SHA1 Message Date
Evan Simkowitz f5fb1c2664 Move xterm.css to resolve Vite warning (#309) 2024-09-03 18:11:28 -07:00
sawka 8508a40261 try adding the wave logo to header 2024-08-06 16:41:00 -07:00
Mike Sawka 4be8a1e37e move codeedit to directory. new useLongClick hook. show quick navig… (#105)
move codeedit to directory. new useLongClick hook. show quick navigation for directoryview on longclick of folder icon. lots more generic
stuff for header
new fitaddon for xtermjs
more fixes for xtermjs scrollbars
2024-07-08 23:13:12 -07:00
sawka 85d8bd35c7 switch to use hacknerdmono font 2024-07-05 14:23:39 -07:00
sawka 11a4e4b2e1 switch to inter font 2024-07-05 14:09:27 -07:00
Evan Simkowitz b2b1f9b9df Switch to using electron-vite instead of WebPack (#45)
This sets us back up to use Vite via the electron-vite package. This
will let us continue to build our testing suite on Vitest and take
advantage of Vite features like Hot Module Reloading, etc.

---------

Co-authored-by: sawka <mike.sawka@gmail.com>
2024-06-13 16:49:25 -07:00
sawka 605b9ea048 remove wails deps 2024-06-12 11:58:17 -07:00
Mike Sawka 1874d9a252 port to electron (#33) 2024-06-11 17:42:10 -07:00
sawka cf85ad0980 debounce resize handler, fix useEffect() in term.tsx 2024-06-04 23:47:18 -07:00
Sylvia Crowe 73d52b24f2 refactor: clean up unused custom css properties
This cleans up the unused/unnecessary css properties added around the
same time as the modal component. This mostly refers to variables that
started with --app. They have been removed and their uses have been
replaced with other defaults. The --warning-color and --success-color
properties still exist despite being unused since they seem to fit with
the --error-color which is already in use.
2024-06-04 10:30:27 -07:00
sawka 80f9447c21 remove some padding/margin, style scrollbars 2024-06-03 22:18:54 -07:00
sawka 3c86bfea8d integrate codeedit loader (just hello world for now) 2024-06-03 11:35:06 -07:00
Evan Simkowitz d1fb646ee4 Undo formatting of minified files (#9) 2024-05-28 12:24:49 -07:00
Evan Simkowitz c49050f6ed Fix prettier formatting 2024-05-28 12:12:28 -07:00
Sylvia Crowe afd125a77e feat: integrate plots into new block setup 2024-05-16 13:54:15 -07:00
Sylvia Crowe cddaff4f7e feat: add modals 2024-05-16 13:11:02 -07:00
sawka eab6afb91a create block using a blockdef. better controller control. preview that takes a file. atom caching per block. lots of updates 2024-05-16 00:29:58 -07:00
Sylvia Crowe a093486607 merge branch 'main' into sylvie/plotting 2024-05-15 13:05:25 -07:00
sawka 35c6b232fc round trip a message to the backend that updates the terminal fe component 2024-05-14 16:53:03 -07:00
Sylvia Crowe a228267b43 feat: basic plotting example
This adds a basic plot to tabs in a naive, hardcoded way. This will be
updated to be more customizable.
2024-05-14 13:48:53 -07:00
sawka 1db615bb3a markdown preview 2024-05-14 09:37:41 -07:00
sawka 77a4987384 big reorg, move frontend to the top level, moves yarn, node_modules, vite, etc. 2024-05-13 21:42:25 -07:00