sawka
1a566d06aa
gc was collecting the lockfile early causing it not to work. fixed with runtime.KeepAlive
2023-11-09 16:26:44 -08:00
sawka
68731f45a2
make binary paths consistent between dev/prod. add 'eval' as a rtnstate command. fix waveterm.lock file
2023-11-09 16:08:32 -08:00
Tracy Miranda
876321d06d
Tidy up contribution guide
2023-11-08 14:10:31 -05:00
sawka
379854e049
don't load remote content, and dont show codeeditor if closed
2023-11-08 00:26:28 -08:00
sawka
8daac68aad
dont load plugin resources at startup (delays important loads). load on demand if we open the apps screen.
2023-11-08 00:12:41 -08:00
sawka
86436d050e
limit size of newstate on line
2023-11-07 23:58:54 -08:00
sawka
1be2716f6e
add square icon back, fix spacing somewhat
2023-11-07 16:15:54 -08:00
sawka
aa0e8415c1
rename talk to us to discord
2023-11-07 01:27:11 -08:00
sawka
85f6aed2ad
remove apps in prod (not implemented yet)
2023-11-07 01:26:22 -08:00
sawka
d076fc0c72
remove current version check in about modal (not implemented). text not selectable (except for version)
2023-11-07 01:24:35 -08:00
sawka
80675f8c0f
update base cmdinput height
2023-11-07 01:16:48 -08:00
sawka
8ffd537bb7
fix cmdinput expand size calc
2023-11-07 01:14:26 -08:00
sawka
e76d74ada4
add download link
2023-11-07 00:51:44 -08:00
sawka
4f9be4d4f6
minor README changes
2023-11-07 00:49:37 -08:00
sawka
3e0849ff4f
add links to contributing markdown file
2023-11-07 00:45:48 -08:00
sawka
3504163596
README updates
2023-11-07 00:40:21 -08:00
sawka
a2b529f950
fix typescript errors
2023-11-07 00:18:45 -08:00
sawka
be9a3c288a
Merge pull request #63 from wavetermdev/dev-0.5.0
...
Merge dev 0.5.0 branch to main
2023-11-07 00:13:40 -08:00
sawka
f30739497f
upgrade monaco-editor version
2023-11-07 00:13:05 -08:00
sawka
7920a797dc
Merge branch 'main' into dev-0.5.0
2023-11-07 00:08:43 -08:00
Red J Adaya
847de1fc60
new tab flow ( #60 )
...
* init
* init
* error handling
* use css
* minor improvements
* fix some issues and tabicon init
* show error indicator when empty and is required
* debounce input
* fix decorator linting issue
* icon system init
* fix bugs
* color custom icons and fix regression
* remove debugging code
* remove @tab-magenta. fix formatting.
* swap magenta for mint
* change tab color order
2023-11-07 00:04:25 -08:00
sawka
f8d3c0c19c
rename MainSideBar to sidebar
2023-11-06 14:00:43 -08:00
sawka
6430593e5f
upgrade packages
2023-11-06 13:56:09 -08:00
sawka
498c393baa
zip is a requirement for linux builds
2023-11-06 13:39:27 -08:00
sawka
0ae654cd1d
upgrade electron/rebuild to get rid of weird lzma-native dependency
2023-11-06 12:03:12 -08:00
sawka
d405352823
Create MacOS Universal Build ( #62 )
...
* testing universal build
* arch files not required anymore
* use CGO_ENABLED for wavesrv. write out notes about the universal build problems/solution
* script and updates for universal build
* more updates for sign/notarize flow for universal app
* put in prod migration check
* build prompt to wave migration into emain. updates to macos build scripts
* update some packages
* successful universal build
* remove unused code
2023-11-05 00:00:47 -07:00
sawka
cccaf83b39
Merge branch 'dev-0.5.0'
2023-11-03 16:25:39 -07:00
Red J Adaya
a69e844178
init ( #61 )
2023-11-03 13:11:49 -07:00
sawka
61d6d2ddff
scope this section rule so it doesn't conflict with monaco editor
2023-11-03 00:44:47 -07:00
sawka
bda9943ed7
Merge remote-tracking branch 'origin/dev-0.5.0'
2023-11-02 14:06:22 -07:00
sawka
38a1f95115
migrate DB WAL file as well as DB file. make dev leftnav color more subtle
2023-11-02 14:05:43 -07:00
sawka
5708b3f19f
working on small history UI updates
2023-11-02 01:02:50 -07:00
sawka
d528f3db27
abstract connection selector dropdown properly. use in settings. remove old selector.
2023-11-02 00:08:04 -07:00
sawka
f2baa59af6
fix default workspace creation bug. fix no workspace message
2023-11-01 23:41:04 -07:00
sawka
055d00d78a
use nextlinenum to decide whether to show newtab flow
2023-11-01 23:10:01 -07:00
sawka
90e07266bf
try to fix the inline edit control
2023-11-01 23:02:19 -07:00
sawka
a7c2d440b2
new tab colors. also re-implement tab gradients according to figma file
2023-11-01 22:38:37 -07:00
sawka
df073724e0
remove console.log from pluginsview
2023-11-01 01:29:17 -07:00
sawka
afc5bbd212
Update Data Directories and Environment Variables ( #59 )
...
* phase 1 of wave runtime migration. update waveterm_dev, build vars, waveterm_app_path. fix errors with plugins readmes and screenshot directories. use asset loaders in webpack. fix window-empty styles. wave-migrate script. remove unused scripthaus commands. other fixes
* waveterm_home directory. lots of internal scbase prompt names to wave
* update waveterm.lock file
* change wave data directories. remove welcome modal code
* update waveterm.db name
* fix Wave menu (add back default items). Update TOS modal words
* fix typescript errors
2023-11-01 01:26:19 -07:00
Red J Adaya
15a4719b17
About Modal ( #39 )
...
* menu item and send event to renderer
* wire up everything
* update content
* modal content
* add mising text
* minor fix
* style fixes
* figma design init
* about header, content, and general styles
* css refactor
* more on refactor
* reuse styles from app.less in about modal
* dynamic status
* external linkn
* finish about modal
* update links
* update license link
2023-10-31 22:24:36 -07:00
sawka
8211a0bb26
reduce line jitter when switching from simple to full mode
2023-10-31 12:55:35 -07:00
sawka
e1189a5051
remove a lot of hover effects, unselectable menu text. move apps to bottom. remove favorites
2023-10-31 11:29:17 -07:00
sawka
ab8021fad7
add fontawesome back into the repo
2023-10-31 11:18:12 -07:00
Tracy Miranda
a0176d0e64
Update README.md ( #58 )
2023-10-31 10:42:04 -07:00
sawka
a8836ec691
Merge pull request #57 from wavetermdev/dev-0.5.0
...
Initial v0.5.0 merge into main
2023-10-30 23:36:29 -07:00
Red J Adaya
e7b58c1077
user oboarding flow ( #54 )
...
* init
* telemetry toggle
* finish styling and functionality
* remove unused style
* rever some styles
* use goroutine in sending telementry updates
* remove wave-modal class from AlertModal
* icons and button state fixes
* minor change with goroutines
* use default cursor not not-allowed
2023-10-30 22:39:51 -07:00
sawka
616a7d2dc0
fix new-tab button when scrolling (was getting flex-shrunk)
2023-10-30 20:47:45 -07:00
sawka
14715ec5b1
Fix All TypeScript Errors ( #56 )
...
* update newtab screen to make it match the figma mockup (still waiting on UI for name)
* fix all typescript errors
* update for new build
* remove old import
2023-10-30 09:53:17 -07:00
sawka
9b5bc33125
update newtab screen to make it match the figma mockup (still waiting on UI for name) ( #52 )
2023-10-30 09:43:54 -07:00
sawka
940a187d34
update dmg build for Wave. Fix tab rounding
2023-10-29 20:02:57 -07:00