Commit Graph

  • 962da77918 fix conflicts Red J. Adaya 2023-11-30 09:39:00 +0800
  • 71e26550f9 clean up query formatting Sylvia Crowe 2023-11-29 16:13:48 -0800
  • 857cff144c remove isWebShare from ArchiveScreenLines Sylvia Crowe 2023-11-29 16:01:39 -0800
  • 8b71543b30 remove unnecessary print Sylvia Crowe 2023-11-29 15:59:29 -0800
  • d022fcee25 fix clear so it doesn't archive running commands Sylvia Crowe 2023-11-29 15:58:00 -0800
  • 34cbe34ba5 migrate remote detail and alert modal to base modal component Red J. Adaya 2023-11-29 17:04:56 +0800
  • ebf356417d
    add link to terms of service (#105) Sylvie Crowe 2023-11-29 00:27:54 -0800
  • 06eb11bf6b fix type error in app.tsx Red J. Adaya 2023-11-29 16:18:50 +0800
  • 2d588f7185 register alert modal Red J. Adaya 2023-11-29 16:17:24 +0800
  • 4ef8dd5a98 try to build a static wavesrv binary on linux to avoid glibc dependency issues (use go build tags, external linking, and -static) sawka 2023-11-29 00:10:21 -0800
  • d10e53dfc7 only close connect modal after update for remotes returns Red J. Adaya 2023-11-29 14:52:31 +0800
  • 0fbc800685 always set cgo_enabled to 0 for waveshell/mshell (everywhere now). fixes glibc dependency issue. confusing because when *not* cross-compiling on linux cgo_enabled defaults to 1. which was causing 3 statically linked binaries and 1 non-static. also remove broken build-waveshell scripthaus command (defaulted to mac.amd64 which was wrong) sawka 2023-11-28 22:49:49 -0800
  • 5a147dc887 always set cgo_enabled to 0 for waveshell/mshell. fixes glibc dependency issue. confusing because when *not* cross-compiling on linux cgo_enabled defaults to 1. which was causing 3 statically linked binaries and 1 non-static. sawka 2023-11-28 22:44:27 -0800
  • bdf9432ea3 use remotes model methods and wrap pushModal calls in mobx action Red J. Adaya 2023-11-29 14:18:17 +0800
  • 75da6d9070
    reset Red J Adaya 2023-11-29 13:04:50 +0800
  • 5fa306f8f0
    reset Red J Adaya 2023-11-29 13:03:34 +0800
  • 186cea837b
    reset Red J Adaya 2023-11-29 13:02:57 +0800
  • 7bb469f6c3
    reset Red J Adaya 2023-11-29 13:01:51 +0800
  • 55603b3bb5 Merge github.com:wavetermdev/waveterm into PE-272_modals-system Red J. Adaya 2023-11-29 11:11:08 +0800
  • fa3cf8d9ae register edit remote conn modal Red J. Adaya 2023-11-29 11:10:50 +0800
  • 8755372d5e update anchor tags to use wave-green color Sylvia Crowe 2023-11-28 18:52:37 -0800
  • 07c85ff4c6 update color name from prompt-green to wave-green Sylvia Crowe 2023-11-28 16:38:58 -0800
  • 6a1fa18367 remove the tos checkbox Sylvia Crowe 2023-11-28 16:29:14 -0800
  • b250cc2042 update directories and color in BUILD.md text sawka 2023-11-28 15:09:11 -0800
  • 330eb0da66 add link to terms of service Sylvia Crowe 2023-11-28 13:35:13 -0800
  • 7d1db0be47 Merge branch 'dev-0.5.1' of github.com:wavetermdev/waveterm into PE-272_modals-system Red J. Adaya 2023-11-28 22:31:23 +0800
  • 7f0a80ae2f follow model naming convention Red J. Adaya 2023-11-28 22:05:56 +0800
  • 0102722b37 register create conn modal Red J. Adaya 2023-11-28 21:59:04 +0800
  • e95934e2df
    connections screen and modals (#69) Red J Adaya 2023-11-28 08:22:15 +0800
  • 84d208bafb fix a couple of mobx warnings (need to wrap in action) sawka 2023-11-27 16:12:23 -0800
  • d186e34016 update some working (remote -> connection). fix typescript error in connections. remove some console.logs sawka 2023-11-27 16:02:27 -0800
  • 98b373d401
    Adjust the username regex - '_' character (#94) Luke (Zgroza) Klimek 2023-11-27 21:44:53 +0100
  • c6894a62c9 also allow dot in username regex sawka 2023-11-27 12:33:29 -0800
  • 020ca31538 adjust the username regex - '_' character Luke Klimek 2023-11-27 16:15:38 +0100
  • 4e423ac2d0 working modals stack Red J. Adaya 2023-11-27 22:54:19 +0800
  • 976b44b6f4 migrate create remote conn modal to modal component Red J. Adaya 2023-11-27 21:11:36 +0800
  • 52cef9d6a0 new modal component. migrate about modal to new modal component. Red J. Adaya 2023-11-27 18:14:46 +0800
  • 1018f0317a open detail modal after creation of new remote Red J. Adaya 2023-11-26 22:09:44 +0800
  • 64203e7823 update username regex to include dots and underscores sawka 2023-11-25 11:30:42 -0800
  • 7b5fdff395
    cmdinput: Fix crtl typo Will Thompson 2023-11-24 14:27:25 +0000
  • 7d8f811228 fix typo sawka 2023-11-24 00:15:09 -0800
  • 2c04fabd86 set table max-width in css Red J. Adaya 2023-11-21 18:26:49 +0800
  • 7678e025e8 adjust layout, behavior, and style accrdg to mike's feedback Red J. Adaya 2023-11-21 16:24:52 +0800
  • 24b118af9e more improvements Red J. Adaya 2023-11-21 16:09:44 +0800
  • bec6eca5fa move add button to the bottom of the table Red J. Adaya 2023-11-21 15:55:21 +0800
  • c3d3cd60d1 fix type error Red J. Adaya 2023-11-21 14:11:02 +0800
  • ebdc1ff524 fix ctrl-w functionality sawka 2023-11-20 22:03:56 -0800
  • 73c18fb5c3 fix some typescript errors, other small fixups sawka 2023-11-20 20:45:23 -0800
  • 5100fab64e small style updates sawka 2023-11-20 20:05:38 -0800
  • fa2695ff3c add some class names and also set some widths / maxwidth for the table. too hard to read on large screens. sawka 2023-11-20 19:10:17 -0800
  • 92ca34d541
    Merge branch 'dev-0.5.1' into PE-271_connections-screen Red J Adaya 2023-11-18 14:04:48 +0800
  • fdba5a391b use classnames Red J. Adaya 2023-11-18 14:03:30 +0800
  • cb85e6d5f4 archive and force install features Red J. Adaya 2023-11-18 13:59:02 +0800
  • 3f57ee8c46 drop visible map recomputation time to 100ms (from 1000ms). lines fill in much faster when scrolling sawka 2023-11-16 23:57:36 -0800
  • d9c7b61c91 also add nvm and virtualenv sawka 2023-11-16 23:54:27 -0800
  • 0017946bbb add asdf to default rtnstate commands sawka 2023-11-16 23:51:02 -0800
  • e15558690f make ctrl-shift-v work in the terminal (paste text) sawka 2023-11-16 23:40:20 -0800
  • bf03ff2591 add ctrl-shift-c handler for terminal (to copy text) sawka 2023-11-16 23:11:42 -0800
  • ad0f11c097 allow terminal font sizes up to 24px sawka 2023-11-16 22:49:59 -0800
  • 5cc77f3634 change button label Red J. Adaya 2023-11-17 10:02:01 +0800
  • d244a13c4c fix buttons gap Red J. Adaya 2023-11-17 09:58:57 +0800
  • 86c1af811e edit remote conn modal Red J. Adaya 2023-11-17 09:48:12 +0800
  • 462e9f11c3 clean up Red J. Adaya 2023-11-16 19:50:49 +0800
  • ddafdc26e6 tone down color of settings input Red J. Adaya 2023-11-16 19:47:41 +0800
  • 5fe4c6516b use correct status message in xterm Red J. Adaya 2023-11-16 19:43:30 +0800
  • 863446ce48 fix xterm styles Red J. Adaya 2023-11-16 19:34:45 +0800
  • 8d7749d6c1 remote conn detail modal layout and styles Red J. Adaya 2023-11-16 06:46:52 +0800
  • 0e26732f4f refactor remotes model. read connection modal. Red J. Adaya 2023-11-15 13:11:55 +0800
  • f495ea7663 RemoteConnDetailModal component Red J. Adaya 2023-11-14 22:28:01 +0800
  • df7b1c075f hook add connection button Red J. Adaya 2023-11-14 20:13:15 +0800
  • 18014dece2 use Button component in other modals Red J. Adaya 2023-11-14 20:06:38 +0800
  • 45745eae2a action buttons Red J. Adaya 2023-11-14 19:56:46 +0800
  • 289e7c830b new components. header and status. Red J. Adaya 2023-11-14 15:17:11 +0800
  • f7fb15b4e6 view styles Red J. Adaya 2023-11-14 13:28:10 +0800
  • aa80eed223 connections table Red J. Adaya 2023-11-14 10:05:04 +0800
  • 83efb1ce56 init Red J. Adaya 2023-11-11 17:33:13 +0800
  • 514156b07f
    Update issue templates style-update sawka 2023-11-14 10:55:33 -0800
  • 7da7d06f09 add a defer/recover to scws WriteJson v0.5.0 sawka 2023-11-10 13:36:37 -0800
  • 5327258287 add logo to left sidebar, change how collapse works sawka 2023-11-10 13:16:35 -0800
  • dd49e43579 update screen -> tab in user facing messages. waveshell var / ignore. fix bug with external urls sawka 2023-11-10 12:31:31 -0800
  • 7449d9db67 remove show metacmds from history search (we always want to show meta) sawka 2023-11-09 22:44:39 -0800
  • 4076c58b53 update in-app links to point to waveterm.dev sawka 2023-11-09 21:49:06 -0800
  • 089553fce2 fix strange bug where ReturnStateBuf.Reader isn't closed, even when process exits. Force it closed after 2 seconds sawka 2023-11-09 18:57:39 -0800
  • d61c8c05a6 SIGKILL will also kill waveshell. clear PendingStateCmds and WaitingCmds on disconnect (remote.go) sawka 2023-11-09 18:29:11 -0800
  • f4ac642afa fix bug where pendingStateCmds were cross screen boundaries. now screenid is part of the pendingStateCmd key sawka 2023-11-09 17:47:24 -0800
  • a0479c4683
    add connection modal (#64) Red J Adaya 2023-11-10 08:28:37 +0800
  • 1a566d06aa gc was collecting the lockfile early causing it not to work. fixed with runtime.KeepAlive sawka 2023-11-09 16:26:44 -0800
  • 68731f45a2 make binary paths consistent between dev/prod. add 'eval' as a rtnstate command. fix waveterm.lock file sawka 2023-11-09 16:08:32 -0800
  • 7b9215ec01 add autofocus attribute to textfield. change label color to color-secondary. fix file menu name. fix typescript error in basicrenderer sawka 2023-11-09 15:19:34 -0800
  • f66bcdb8b7 put back modal background Red J. Adaya 2023-11-09 20:10:54 +0800
  • 13f25cd1e0
    Merge branch 'main' into PE-269_add-connection-modal Red J Adaya 2023-11-09 17:13:05 +0800
  • 027d54a0fe tooltip implementation Red J. Adaya 2023-11-09 17:09:29 +0800
  • 7d77f7bb35 remove debugging code Red J. Adaya 2023-11-09 15:56:01 +0800
  • c84ab8bfa5 use react portal for dropdown menu Red J. Adaya 2023-11-09 15:54:22 +0800
  • 545a298b5d style buttons. fix modal height issue Red J. Adaya 2023-11-09 12:55:04 +0800
  • 39af94120f remove used code. fix ssh key file field issue Red J. Adaya 2023-11-09 11:35:06 +0800
  • c3222e1b78 PasswordField Red J. Adaya 2023-11-09 10:47:43 +0800
  • 479676966b extend TextField instead. dobounce should be handled by the user not the component Red J. Adaya 2023-11-09 06:36:49 +0800
  • 876321d06d Tidy up contribution guide Tracy Miranda 2023-11-08 14:10:31 -0500
  • 9d515e4bd6 NumberField component and more on add remote connection modal implementation Red J. Adaya 2023-11-08 21:43:00 +0800