Commit 9e95a7c
committed
feat(ui): integrate Helpmate-AI chatbot with improved UX
This commit improves the integration of the Helpmate-AI chatbot into the CoderAI application with several key enhancements:
- fix(launch): prevent multiple browser windows by adding --server.headless=true flag to Streamlit
- feat(ui): implement popup chatbot interface accessible from dashboard and chat tab
- fix(ui): remove success notification message for Helpmate-AI initialization
- refactor(ui): simplify chatbot implementation using Streamlit session state
- fix(ui): implement reliable close button using page refresh
- style(ui): improve chatbot popup styling with header bar and proper dimensions
- perf(ui): remove complex JavaScript that caused TypeError with html() component
The chatbot now appears as a popup window when triggered by buttons in the UI rather than opening in a separate browser window, providing a more seamless user experience.1 parent 6decc8f commit 9e95a7c
File tree
544 files changed
+79096
-145
lines changed- Helpmate-AI
- src
- components
- services
- components
- langflow
- src/frontend
- src
- icons
- Postgres
- PowerPoint
- Python
- QDrant
- QianFanChat
- ReadTheDocs
- Redis
- SambaNova
- ScrapeGraphAI
- SearchAPI
- Searx
- SerpSearch
- Serper
- Slack
- Spider
- Streamlit
- Tavily
- Unstructured
- Upstash
- VectaraIcon
- VertexAI
- Weaviate
- Wikipedia
- Wolfram
- Word
- Youtube
- ZepMemory
- athena
- freezeAll
- globe-ok
- hackerNews
- mistral
- supabase
- thumbs
- xAI
- modals
- IOModal
- components
- IOFieldView
- components
- chatView
- chatInput
- components
- helpers
- hooks
- chatMessage
- components
- helpers
- fileComponent
- components
- utils
- types
- apiModal
- utils
- baseModal
- helpers
- codeAreaModal
- confirmationModal
- deleteConfirmationModal
- dictAreaModal
- editNodeModal
- components/editNodeComponent
- hooks
- exportModal
- flowLogsModal
- flowSettingsModal
- newFlowModal/components
- NewFlowCardComponent
- hooks
- undrawCards
- nodeModal/components/modalField
- promptModal
- utils
- saveChangesModal
- secretKeyModal
- tableModal
- templatesModal
- components
- GetStartedComponent
- TemplateCardComponent
- TemplateCategoryComponent
- TemplateContentComponent
- TemplateGetStartedCardComponent
- textAreaModal
- textModal
- components/textEditorArea
- userManagementModal
- pages
- AdminPage
- LoginPage
- AppAuthenticatedPage
- AppInitPage
- AppWrapperPage
- components/GenericErrorComponent
- hooks
- DashboardWrapperPage
- DeleteAccountPage
- FlowPage
- components
- ConnectionLineComponent
- DisclosureComponent
- PageComponent
- utils
- ParentDisclosureComponent
- SelectionMenuComponent
- UpdateAllComponents
- extraSidebarComponent
- SidebarCategoryComponent
- sideBarDraggableComponent
- sideBarNoteComponent
- sidebarFilterComponent
- utils
- flowSidebarComponent
- components
- bundleItems
- categoryDisclouse
- categoryGroup
- emptySearchComponent
- featureTogglesComponent
- searchInput
- sidebarBundles
- sidebarDraggableComponent
- sidebarHeader
- sidebarItemsList
- helpers
- types
- nodeToolbarComponent
- components
- hooks
- shortcutDisplay
- toolbarSelectItem
- LoadingPage
- LoginPage
- MainPage
- components
- dropdown
- gridSkeleton
- grid
- header
- inputSearchComponent
- listSkeleton
- list
- modalsComponent
- entities
- hooks
- pages
- emptyFolder
- emptyPage
- homePage
- utils
- Playground
- ProfileSettingsPage
- SettingsPage
- pages
- ApiKeysPage
- components/ApiKeyHeader
- helpers
- GeneralPage
- components
- GeneralPageHeader
- PasswordForm
- ProfileGradientForm
- ProfilePictureForm
- components/profilePictureChooserComponent
- hooks
- GlobalVariablesPage
- ShortcutsPage
- CellRenderWrapper
- EditShortcutButton
- StoreApiKeyPage
- components
- StorePage
- hooks
- messagesPage
- components/headerMessages
- SignUpPage
- StorePage
- ViewPage
- stores
- globalVariablesStore
- utils
- style
- types
- alerts
- api
- chat
- components
- contexts
- entities
- factory
- flow
- global_variables
- messages
- sidebar
- store
- tabs
- templatesContext
- templates
- tweaks
- utils
- zustand
- alert
- auth
- dark
- flowIOStore
- flowsManager
- flow
- folders
- globalVariables
- location
- messages
- store
- tweaks
- types
- utility
- utils
- tests
- assets
- core
- features
- integrations
- regression
- unit
- extended
- features
- integrations
- regression
- templates
- utils
- test-results
- services
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
544 files changed
+79096
-145
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
20 | 26 | | |
21 | 27 | | |
22 | 28 | | |
| |||
149 | 155 | | |
150 | 156 | | |
151 | 157 | | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
166 | 166 | | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
| 167 | + | |
| 168 | + | |
197 | 169 | | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
| 170 | + | |
| 171 | + | |
203 | 172 | | |
204 | | - | |
| 173 | + | |
205 | 174 | | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
214 | 245 | | |
215 | | - | |
216 | | - | |
| 246 | + | |
217 | 247 | | |
218 | 248 | | |
219 | 249 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
0 commit comments