Commit Graph

  • 4e60880b8f Clean up spacing and padding of elements in the block header (#318) Evan Simkowitz 2024-09-03 23:14:22 -07:00
  • 7bc154771a implement wsh conn commands (#319) Mike Sawka 2024-09-03 23:04:19 -07:00
  • 9b720ef455 bump again Evan Simkowitz 2024-09-03 22:19:17 -07:00
  • afd83f0f6f wsh connreinstall (#317) Mike Sawka 2024-09-03 22:15:02 -07:00
  • fa69406550 fix publisher name for windows Evan Simkowitz 2024-09-03 21:58:20 -07:00
  • 0de41fab08 Fix the client version in the about modal (#315) Evan Simkowitz 2024-09-03 21:45:44 -07:00
  • f252531197 small update, show actual path iff path is ~ (#314) Mike Sawka 2024-09-03 21:18:52 -07:00
  • a7746bc5cc fix rpc no-route errors, fix fileopen in preview (#313) Mike Sawka 2024-09-03 21:08:51 -07:00
  • 558fda1253 bump version again after autoupdate fix Evan Simkowitz 2024-09-03 20:17:02 -07:00
  • b7ed626667 fix settings check in updater code Evan Simkowitz 2024-09-03 19:16:04 -07:00
  • c02bf78e82 Bump version to test auto update on new plats (#312) Evan Simkowitz 2024-09-03 18:48:53 -07:00
  • 6413d49119 Make default monaco theme transparent, remove import errors (#308) Evan Simkowitz 2024-09-03 18:43:59 -07:00
  • eeceb17c75 Clean up preview.tsx (#310) Evan Simkowitz 2024-09-03 18:27:41 -07:00
  • ceb53f5614 Fix formatting in tsconfig (#311) Evan Simkowitz 2024-09-03 18:15:23 -07:00
  • f5fb1c2664 Move xterm.css to resolve Vite warning (#309) Evan Simkowitz 2024-09-03 18:11:28 -07:00
  • 16e1b7f65c Unmagnify the final leaf in a layout (#307) Evan Simkowitz 2024-09-03 14:26:29 -07:00
  • f5d2d4c5a4 working on wsh ssh sawka 2024-09-03 11:47:54 -07:00
  • 383a71fc25 Fix infinite loop in layoutAtom, improve iconbutton disable code (#306) Evan Simkowitz 2024-09-03 11:24:45 -07:00
  • 0084f8eb97 view/edit, fix wsh editor (this is the one for EDITOR var) sawka 2024-09-03 10:44:16 -07:00
  • 9d344b899d fix issues with layouteffects in block sawka 2024-09-03 10:24:00 -07:00
  • c94ff3495b fix terminal paste handler -- use paste fn, unify key handlers. add extra if stmts to focusNode calls in block sawka 2024-09-03 00:02:03 -07:00
  • 70ef76be62 implement cmd:i, hook up telemetry switch, fix some settings types sawka 2024-09-02 20:21:35 -07:00
  • e3b7ab73c0 preview refactor for keyboard/focus (#303) Mike Sawka 2024-09-02 16:48:10 -07:00
  • 226bc4ee6f Connect With Non-Terminal Widgets (#304) Sylvie Crowe 2024-09-02 12:34:49 -07:00
  • 63cfe1d279 preview edit (#302) Red J Adaya 2024-09-01 02:57:45 +08:00
  • aab487541b Resolve BlockNum in WSH commands (#301) Evan Simkowitz 2024-08-30 20:20:25 -07:00
  • be1ce1f71e add delay to the magnify transition so I can actually see the animation Evan Simkowitz 2024-08-30 17:45:37 -07:00
  • 1975b9b1db connstatus icon sawka 2024-08-30 14:36:16 -07:00
  • 8aa4025907 add restart controller to context menu sawka 2024-08-30 14:01:48 -07:00
  • 74f551b212 connstatus fix, update connection icons appropriately for status sawka 2024-08-30 13:56:53 -07:00
  • ef95fd20ed remove magnify.less prefers-reduced-motion query Evan Simkowitz 2024-08-30 12:52:58 -07:00
  • cb664cff41 ignore prefers-reduced-motion for resize handle line delay Evan Simkowitz 2024-08-30 12:52:02 -07:00
  • 86d6c5cd60 set prefers-reduced-motion as a global override Evan Simkowitz 2024-08-30 12:48:06 -07:00
  • 3f4026a6b7 fix resize handle transition timing Evan Simkowitz 2024-08-30 12:45:12 -07:00
  • e9b78c354f Resize handle improvements (#299) Evan Simkowitz 2024-08-30 12:31:03 -07:00
  • e488862355 remote sysinfo data plotting (#294) Mike Sawka 2024-08-30 11:33:04 -07:00
  • a2695e8c08 Set up Windows build pipeline (#292) Evan Simkowitz 2024-08-30 10:13:40 -07:00
  • d1656de44d Bump github.com/sashabaranov/go-openai from 1.28.3 to 1.29.0 (#298) dependabot[bot] 2024-08-30 09:48:46 -07:00
  • b6c0c38652 Bump @tanstack/react-table from 8.20.1 to 8.20.5 in the prod-dependencies group (#297) dependabot[bot] 2024-08-30 09:48:34 -07:00
  • e5603b27e0 Bump @chromatic-com/storybook from 1.7.0 to 1.8.0 in the storybook group (#296) dependabot[bot] 2024-08-30 09:48:25 -07:00
  • 94b7189602 Bump the dev-dependencies group with 4 updates (#295) dependabot[bot] 2024-08-30 09:48:17 -07:00
  • 945c63a3e5 add monokai, make themes more generic -- display:name/display:order sawka 2024-08-29 21:35:22 -07:00
  • 934d7247db Store TermSize in RuntimeOpts on Resize (#293) Sylvie Crowe 2024-08-29 20:13:02 -07:00
  • 3f92c31bfe move sendupdates func to eventbus sawka 2024-08-29 18:39:27 -07:00
  • 2d883da8f0 fix wsh view et al, send updates via ws sawka 2024-08-29 18:23:12 -07:00
  • 6e704f74e3 suppress the error message after it has shown once sawka 2024-08-29 18:08:05 -07:00
  • 53d3ad04b7 focus/key handling for directory preview (#291) Mike Sawka 2024-08-29 17:00:24 -07:00
  • a104a6e446 new focus system part 1 (#290) Mike Sawka 2024-08-29 16:06:15 -07:00
  • 637eaa4206 Use webview's built-in history for navigation (#232) Evan Simkowitz 2024-08-29 13:37:05 -07:00
  • 87d69eb5bc fix treereducer getting out of sync Evan Simkowitz 2024-08-29 12:38:13 -07:00
  • c440fb774e suggestions UI (#286) Red J Adaya 2024-08-29 14:47:45 +08:00
  • bfab5e4223 detect single keypresses sawka 2024-08-28 18:42:04 -07:00
  • 56a930c1dc Make disabled iconbuttons more distinct (#289) Evan Simkowitz 2024-08-28 18:30:41 -07:00
  • afcbb35341 countGraphemes and add debug package sawka 2024-08-28 17:12:37 -07:00
  • c9a1e9afe3 fix drag overlay losing rect changes Evan Simkowitz 2024-08-28 16:24:25 -07:00
  • 59979b13e7 use linear timing function for layout transitions Evan Simkowitz 2024-08-28 14:25:47 -07:00
  • 099c196cae Use transition events to better-coordinate debouncing of NodeModel innerRect (#288) Evan Simkowitz 2024-08-28 13:28:49 -07:00
  • f7c9fd9a02 revert formatting for auto generated files Evan Simkowitz 2024-08-28 13:21:08 -07:00
  • ea5e5e1bac Integrate Skeema Knownhosts fix (#287) Sylvie Crowe 2024-08-28 13:18:43 -07:00
  • a4ac8be3da attempt to fix the dockerfile for macos evan/fix-dockerfile Evan Simkowitz 2024-08-28 12:32:41 -07:00
  • a7606b8363 update visuals to say gpt-4o-mini sawka 2024-08-28 12:05:29 -07:00
  • efe85ff4f5 enforce go fmt usage in vscode Evan Simkowitz 2024-08-28 10:59:08 -07:00
  • 01c9a3444a fix: integrate skeema knownhosts fix new-knownhosts-lib Sylvia Crowe 2024-08-28 07:14:35 -07:00
  • fb65ec1e23 Explicitly set focus on insert (#285) Evan Simkowitz 2024-08-27 23:16:07 -07:00
  • a3aa941b68 implement wsh setconfig (#284) Mike Sawka 2024-08-27 22:02:21 -07:00
  • 894e6c152e Bump the npm_and_yarn group across 1 directory with 2 updates (#769) dependabot[bot] 2024-08-27 19:49:25 -07:00
  • 8630e23239 new config system (#283) Mike Sawka 2024-08-27 18:49:49 -07:00
  • c9c555452a Establish wlayout for coordinating backend layout actions (#282) Evan Simkowitz 2024-08-27 18:38:57 -07:00
  • 2c3dab6ee9 upgrade to v3.9.0 (#768) Ian Jennings 2024-08-27 20:13:38 -05:00
  • ee0bc0a377 Windows Bug Fixes (#281) Sylvie Crowe 2024-08-27 15:12:26 -07:00
  • 7d90a3912b fix nullref in layoutNode.findNode Evan Simkowitz 2024-08-27 13:48:53 -07:00
  • 755f8f2385 add back top padding for tabcontent Evan Simkowitz 2024-08-27 13:46:13 -07:00
  • 730c0b1eea fix nullptr for non-focused node sawka 2024-08-27 13:45:05 -07:00
  • c892c39a73 Fix block content sizing (#280) Evan Simkowitz 2024-08-27 13:41:36 -07:00
  • 86fc45fc13 fix double scrollbars in directory preview Evan Simkowitz 2024-08-27 13:28:10 -07:00
  • 8fcc856740 fix node collapse edge case Evan Simkowitz 2024-08-27 13:25:02 -07:00
  • fd707dd857 Add devconatainer config file for easy development using VS Code. Sujal Goswami 2024-08-28 00:17:58 +05:30
  • ab5a9ec749 update window close logic for windows/linux (#268) Mike Sawka 2024-08-26 22:03:43 -07:00
  • c2d2ad9136 separate cmd+o from switch connection (disconnect typeaaheadatom), and allow width to 95% sawka 2024-08-26 21:03:12 -07:00
  • a665d372e3 telemetry toggle (#278) Red J Adaya 2024-08-27 09:03:32 +08:00
  • fd7fa9f6f1 useatomvaluesafe sawka 2024-08-26 16:56:37 -07:00
  • 19ebfa0361 fix local icon for term connections sawka 2024-08-26 16:54:39 -07:00
  • cdaf8865a2 fix blockstore_test TestDelete Evan Simkowitz 2024-08-26 16:38:57 -07:00
  • fac706fb4f remove .js from imports Evan Simkowitz 2024-08-26 16:37:05 -07:00
  • 56757e4bb0 fix layoutTree tests Evan Simkowitz 2024-08-26 16:35:35 -07:00
  • 7d98aeb2c9 fix dynamic setting of suggestions modal (#272) Red J Adaya 2024-08-27 07:33:05 +08:00
  • cefc491bf2 fix layoutNode and layout util tests Evan Simkowitz 2024-08-26 16:27:57 -07:00
  • c2fe3b18e1 move connection switching to blockheader (#276) Mike Sawka 2024-08-26 16:19:03 -07:00
  • f28bdccb5d move CreateX functions to wcore (#275) Mike Sawka 2024-08-26 15:17:37 -07:00
  • 4e68211f22 make auth key header a constant Evan Simkowitz 2024-08-26 13:55:47 -07:00
  • 2118c24c0d fix ctrl:shift 2 sawka 2024-08-26 13:53:46 -07:00
  • 7648eaf7e9 don't log auth key on startup, lol Evan Simkowitz 2024-08-26 13:53:04 -07:00
  • 06ed17382e run yarn when .yarnrc.yml changes Evan Simkowitz 2024-08-26 13:35:10 -07:00
  • 59a2b9b787 Replace default edit menu with one that won't eat keyboard shortcuts (#274) Evan Simkowitz 2024-08-26 13:30:19 -07:00
  • 3777cd1eb0 move authkey request injection to after app is ready Evan Simkowitz 2024-08-26 13:20:37 -07:00
  • 48600ddfa4 Add task to run yarn when package.json or yarn.lock change Evan Simkowitz 2024-08-26 13:17:35 -07:00
  • eea57af80b Fix Cmd-W to close focused node (#273) Evan Simkowitz 2024-08-26 12:32:28 -07:00
  • 164afeeb66 Unified node model to pass data from layout to blocks (#259) Evan Simkowitz 2024-08-26 11:56:00 -07:00
  • 71fcc7a542 Update .dockerignore Sujal Goswami 2024-08-26 15:02:36 +05:30
  • 702446cba8 Update .dockerignore Sujal Goswami 2024-08-26 15:02:27 +05:30