Commit graph

48 commits

Author SHA1 Message Date
Lucas Oliveira
49ea058cfe
fix: added onboarding steps accordion, changed bg color (#313)
* fixed accordion chevron side

* Added steps history to animated provider steps

* always reserve space for thinking, and pass required things for children

* update onboarding card to reflect changes

* added showCompleted

* passed required props

* Added background to other pages

* Made tasks just appear when not on onboarding

* changed task context to not have error

* changed default to closed

* fixed onboarding card

* changed line to show up centered
2025-10-27 17:27:22 -03:00
Mike Fortman
f2ddeb8638 Merge branch 'main' of github.com:langflow-ai/openrag into feat/new-convo-indicator 2025-10-27 13:26:28 -05:00
Mike Fortman
6934990ec1 properly show new conversations in side nav 2025-10-27 13:25:41 -05:00
phact
cbb61be9f4 fix duplciate bugs 2025-10-27 13:01:45 -04:00
Mike Fortman
1a084767da Update chat input 2025-10-24 12:43:20 -05:00
phact
6266e5c18d persist dimensions 2025-10-10 14:16:58 -04:00
phact
77f558e690 show file processing errors in UI 2025-10-10 12:52:37 -04:00
phact
071a861a43 linter 2025-10-06 21:26:59 -04:00
Cole Goldsmith
e4ae80860a Merge branch 'main' into feat/knowledge-page-sweep 2025-10-06 13:22:50 -05:00
Cole Goldsmith
9d1aced1e7 refactor the grid layout to inlcude banner and header rows 2025-10-06 12:02:36 -05:00
Cole Goldsmith
c9c670d3ab Merge branch 'main' into feat/knowledge-page-sweep 2025-10-06 10:57:24 -05:00
Lucas Oliveira
b59dded52f Merge remote-tracking branch 'origin/main' into fix/tasks_ingest 2025-10-06 12:01:15 -03:00
Lucas Oliveira
640dbcee20 remove unused function 2025-10-06 11:52:18 -03:00
Lucas Oliveira
1e3f28f9ed removed console logs 2025-10-06 11:51:13 -03:00
Cole Goldsmith
dd5db8acc1 cleaning up search override functionality 2025-10-03 17:18:38 -05:00
Cole Goldsmith
85de6c8026 sweeeeeeeep 2025-10-03 15:56:08 -05:00
Edwin Jose
1458de9135
Merge branch 'main' into fix/tasks_ingest 2025-10-03 16:36:20 -04:00
Lucas Oliveira
7201a914be open tasks menu when clicking view 2025-10-03 17:12:36 -03:00
Lucas Oliveira
509b6c6132 make view button open menu 2025-10-03 17:06:07 -03:00
Lucas Oliveira
946d3edc89 refresh tasks on entering page, make failed files persist 2025-10-03 16:54:40 -03:00
Lucas Oliveira
fb29f72598 update task toast 2025-10-03 15:39:51 -03:00
Lucas Oliveira
589839fedc implement duplicate handling on backend and frontend 2025-10-03 15:34:54 -03:00
Mike Fortman
9c081ed06d Merge branch 'main' of github.com:langflow-ai/openrag into docling-req 2025-10-03 13:19:15 -05:00
Lucas Oliveira
b28831ec25 fixed issues with already ingested files, fixed state issues 2025-10-03 10:11:39 -03:00
Lucas Oliveira
aa61ba265c made files and toast appear just once, use new queries 2025-10-02 16:50:47 -03:00
Deon Sanchez
93c2d2f1ad Merge branch 'main' of https://github.com/langflow-ai/openrag into app-shell 2025-10-01 14:33:07 -06:00
Deon Sanchez
b27ec87fe9 Refactor KnowledgeFilterList component layout and improve loading states. Update Navigation component styles for consistency. Adjust LayoutWrapper sidebar positioning. Fix UserNav conditional rendering logic. Clean up ChatProvider state update functions for clarity. 2025-10-01 14:26:08 -06:00
Lucas Oliveira
09d502c94b
fix: remove duplicate toast and ! character (#165)
* removed  duplicated toast

* removed ! character from copy
2025-10-01 16:49:08 -03:00
Cole Goldsmith
60cb732ce2 make filter icon required 2025-09-30 13:29:43 -05:00
Cole Goldsmith
0257017d9b update accent colors, add first pass at color and icon selector for filters 2025-09-29 10:28:32 -05:00
Mike Fortman
ba22091f31 add banner for docling serve 2025-09-26 16:44:15 -05:00
Deon Sanchez
be8e13a173
feat: add knowledge status (#53)
* feat: add status handling and visual indicators for file statuses

* refactor: comment out status field and related rendering logic in SearchPage

* format

* add timeout on mutation delete document

* make file fields be optional

* fetch task files and display them on knowledge page

* add tasks to files inside task context

* added failed to status badge

* added files on get all tasks on backend

* Changed models to get parameters by settings if not existent

* changed settings page to get models when is no ajth mode

* fixed openai allowing validation even when value is not present

* removed unused console log

---------

Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com>
Co-authored-by: Mike Fortman <michael.fortman@datastax.com>
2025-09-24 10:27:59 -03:00
phact
a8d09fbf93 lint fix 2025-09-19 11:24:10 -04:00
Deon Sanchez
f28ba54da3 Implement Delete Confirmation Dialog and Enhance Knowledge Dropdown
- Added a new `DeleteConfirmationDialog` component for confirming deletions.
- Updated `KnowledgeDropdown` to include a loading state and improved user feedback during file operations.
- Enhanced the search page to support bulk deletion of documents with confirmation dialog.
- Integrated event dispatching for knowledge updates after file operations.
- Refactored various components for better readability and maintainability.
2025-09-16 16:07:49 -06:00
Lucas Oliveira
4aba4de946
feat: adjust search behavior in Knowledge page (#36)
* added useGetSearchQuery hook

* Use new useGetSearchQuery on knowledge page

* Refetch search when a new file is added
2025-09-11 15:36:53 -03:00
phact
6cfdb827c7 task timings 2025-09-09 14:33:15 -04:00
cristhianzl
6dcb65debd 📝 (frontend): Add new function 'refreshConversationsSilent' to update data without loading states
🚀 (frontend): Implement support for process.env.PORT to run app on a configurable port
🔧 (frontend): Change port variable case from lowercase 'port' to uppercase 'PORT' for better semantics
📝 (frontend): Add comments to clarify the purpose of loading conversation data only when user explicitly selects a conversation
📝 (frontend): Add comments to explain the logic for loading conversation data based on certain conditions
📝 (frontend): Add comments to describe the purpose of handling new conversation creation and resetting messages
📝 (frontend): Add comments to explain the logic for loading conversation data when conversationData changes
📝 (frontend): Add comments to clarify the purpose of loading conversations from the backend
📝 (frontend): Add comments to describe the logic for silent refresh to update data without loading states
📝 (frontend): Add comments to explain the purpose of starting a new conversation and creating a placeholder conversation
📝 (frontend): Add comments to clarify the logic for forking from a response and starting a new conversation
📝 (frontend): Add comments to describe the purpose of adding a conversation document and clearing conversation documents
📝 (frontend): Add comments to explain the logic for using a timeout to debounce multiple rapid refresh calls
📝 (frontend): Add comments to clarify the purpose of cleaning up timeout on unmount
📝 (frontend): Add comments to describe the logic for handling new conversation creation and resetting state
📝 (frontend): Add comments to explain the logic for forking from a response and starting a new conversation
📝 (frontend): Add comments to clarify the purpose of using useMemo for optimizing performance in ChatProvider
📝 (frontend): Add comments to describe the logic for using useMemo in the ChatProvider component
📝 (frontend): Add comments to explain the purpose of the useChat custom hook
📝 (frontend): Add comments to clarify the error message when useChat is not used within a ChatProvider
📝 (services): Update ChatService to fetch Langflow history with flow_id parameter for better control
2025-09-04 15:36:41 -03:00
copilot-swe-agent[bot]
40840fc0b5 Fix TypeScript errors in frontend build
Co-authored-by: phact <1313220+phact@users.noreply.github.com>
2025-08-30 13:52:50 +00:00
copilot-swe-agent[bot]
38691c030d Fix ESLint errors: remove unused variable and add missing dependencies
Co-authored-by: phact <1313220+phact@users.noreply.github.com>
2025-08-30 13:32:09 +00:00
phact
de10c05eef fix: new chat history glitches 2025-08-29 16:50:20 -04:00
phact
97afd8f481 lint 2025-08-22 03:22:00 -04:00
phact
be61909bed in memory chat history and WIP conversation forking 2025-08-22 03:04:46 -04:00
phact
c3b5b33f5c misc ux improvements 2025-08-21 02:32:28 -04:00
phact
c111295bac sharepont / opendrive 2025-08-18 16:49:25 -04:00
phact
91f0b608b5 frontend redesign 2025-08-14 15:06:38 -04:00
phact
6c9891f268 frontend lint 2025-07-31 14:09:50 -04:00
phact
0d171706e6 task notificaton panel in frontend 2025-07-30 22:42:44 -04:00
phact
91f6f645f4 gdrive v0 2025-07-29 02:12:44 -04:00