summaryrefslogtreecommitdiff
path: root/extension/react-app/src/components
AgeCommit message (Collapse)Author
2023-08-22Config UI (#399)Nate Sesti
* feat: :sparkles: UI for config! * feat: :sparkles: (latent) edit models in settings
2023-08-21refactor: :children_crossing: change debug shortcut to cmd+shift+rNate Sesti
2023-08-20feat: :sparkles: delete context groupsNate Sesti
2023-08-20feat: :sparkles: saved context groupsNate Sesti
2023-08-19fix: :bug: make sure server_version.txt existsNate Sesti
2023-08-18feat: :sparkles: alt+cmd+d to automatically debug terminal!Nate Sesti
2023-08-17feat: :sparkles: edit previous inputsNate Sesti
2023-08-16fix keyboard shortcut for new sessionNate Sesti
2023-08-13fix: :bug: fix for Azure OpenAI model namesNate Sesti
2023-08-12feat: :lipstick: more ui improvementsNate Sesti
2023-08-12feat: :lipstick: UI Improvements!Nate Sesti
2023-08-12feat: :sparkles: improvement to @ search rankingsNate Sesti
2023-08-11fix: :bug: a handful of bug fixesNate Sesti
keyboard interactions in textarea, multiple file highlighting, zombie process
2023-08-11Merge branch 'main' into ci-testingNate Sesti
2023-08-10Merge pull request #360 from bra1nDump/fixup-search-cross-workspace-polutionNate Sesti
Fixup search cross workspace polution
2023-08-10fix: :green_heart: testing for failure to package dist in vsixNate Sesti
2023-08-08Fixed an issue with files from other workspaces showing up in @context searchKirill Dubovitskiy
- Adding workspace folder information to react-app that uses - Adding workspace_dir to the meilisearch documents - Keeping the original singlton index as that requires a bigger change - Truncated the context descriptions from absolute paths to only include path relative to workspace directory Note: I have freely changed the store.config model from workspacePath to workspacePaths as it was unused, can't think of a way how it would backfire at the moment with older versions that might have been using it. Might be missing something here
2023-08-08feat: :sparkles: set static urls for contextproviderNate Sesti
2023-08-08fix: :lipstick: fix UI problems in vscode light themesNate Sesti
2023-08-06fix: :bug: clear all other selector destrucuringNate Sesti
2023-08-06refactor: :recycle: refactor bottom bar into LayoutNate Sesti
2023-08-06feat: :construction: react-router-dom workNate Sesti
2023-08-06feat: :construction: Router and new history pageNate Sesti
2023-08-04feat: :zap: queue messages before load, then sendNate Sesti
2023-08-04feat: :lipstick: improvements to keyboard shortcutsNate Sesti
2023-08-04feat: :children_crossing: more keyboard shortcutsNate Sesti
2023-08-03fix: :bug: fix 404 from undefined gifNate Sesti
2023-08-03feat: :lipstick: nicer "continue server loading" UINate Sesti
2023-08-03feat: :lipstick: small ui tweaks, detached child processNate Sesti
2023-08-03refactor: :lipstick: smaller iconsNate Sesti
2023-08-03build: :bug: fix react-app buildNate Sesti
2023-08-03fix: :lipstick: small UI improvementsNate Sesti
2023-08-03Merge branch 'main' into package-python [skip ci]Nate Sesti
2023-08-02keyboard shortcuts againNate Sesti
2023-08-02more keyboard shortcuts workNate Sesti
2023-08-02keyboard shortcutsNate Sesti
2023-08-01Merge branch 'main' into package-pythonNate Sesti
2023-08-01fix icon sizesNate Sesti
2023-08-01use hero-icons, instead of styled-icons/heroiconsNate Sesti
2023-08-01fix: :bug: fix bugs when selecting code to editNate Sesti
2023-07-31feat: :egg: getting to know users formNate Sesti
2023-07-31docs: :memo: improved troubleshooting docsNate Sesti
2023-07-28fix: :children_crossing: clear the dropdown after text input clearedNate Sesti
2023-07-26fix: :bug: fix dialog linksNate Sesti
2023-07-26fix: :bug: access highlighted_code through context_managerNate Sesti
2023-07-26fix colors and hover box behaviorNate Sesti
2023-07-24tweaksNate Sesti
2023-07-24press start 2p fontNate Sesti
2023-07-24file context provider and hovering nicetiesNate Sesti
2023-07-24Merge branch 'main' into config-pyNate Sesti