summaryrefslogtreecommitdiff
path: root/extension/react-app/src/App.tsx
AgeCommit message (Collapse)Author
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-06refactor: :recycle: hoist FullState up to reduxNate Sesti
2023-08-06feat: :construction: react-router-dom workNate Sesti
2023-08-06feat: :construction: Router and new history pageNate Sesti
2023-07-18CONTRIBUTING.mdNate Sesti
2023-07-12purging unecessary filesNate Sesti
2023-07-05ui overhaulNate Sesti
2023-06-02notebook -> guiNate Sesti
2023-05-23copying from old repoNate Sesti