Commit Graph

  • 3440b48c8c Refactor API calls to use dedicated helper functions for web search context, chat messaging, and title generation Victor Giers 2026-05-06 03:48:57 +02:00
  • 34da4bd6c5 Refactor API calls for web search context and message regeneration Victor Giers 2026-05-06 03:48:38 +02:00
  • 4408a01126 Pass backendApiUrl to various API fetching functions for consistent endpoint usage Victor Giers 2026-05-06 03:48:15 +02:00
  • 5e616dd302 auto-git: [change] src/App.jsx Victor Giers 2026-05-06 03:48:07 +02:00
  • 6f1a7383e9 Add chat API service functions Victor Giers 2026-05-06 03:47:52 +02:00
  • ace78e205a Refactor: Simplify pending scroll handling when creating a new chat session Victor Giers 2026-05-06 03:46:55 +02:00
  • 4cab0caa83 Remove chat drag enter event handler Victor Giers 2026-05-06 03:46:34 +02:00
  • c40bdb1223 auto-git: [change] src/App.jsx Victor Giers 2026-05-06 03:46:05 +02:00
  • f8d215679a Refactor: Clean up chat state management by removing obsolete scroll and session tracking logic Victor Giers 2026-05-06 03:45:56 +02:00
  • cf591c91d1 Integrates and utilizes the new scroll management hook across the component, enabling persistent and accurate chat scrolling behavior. Victor Giers 2026-05-06 03:45:39 +02:00
  • 2af1fee98a auto-git: [change] src/App.jsx Victor Giers 2026-05-06 03:45:27 +02:00
  • 86bb1d0cf2 auto-git: [add] src/useChatScroll.js [change] src/App.jsx Victor Giers 2026-05-06 03:45:14 +02:00
  • f724bf764d Remove redundant audio recording lifecycle hooks in App.jsx Victor Giers 2026-05-06 03:43:29 +02:00
  • 3b3b613ed6 Remove microphone recording and audio transcription functionality Victor Giers 2026-05-06 03:43:08 +02:00
  • ccfc67503b Remove audio input runtime status synchronization function Victor Giers 2026-05-06 03:42:29 +02:00
  • eaf2831cd7 Refactor audio input state management using a dedicated hook Victor Giers 2026-05-06 03:42:20 +02:00
  • 0b4f5b4066 Refactors audio handling by introducing a custom useAudio hook to manage the state and lifecycle of audio recording and playback, improving component modularity and reusability. Victor Giers 2026-05-06 03:42:03 +02:00
  • 39f885a1a9 Refactor: Extract database picker UI into ChatDatabasePicker component and update state management logic Victor Giers 2026-05-06 03:40:34 +02:00
  • d53ec76560 Refactor: Remove complex state management and derived logic for chat libraries and database picker components. Victor Giers 2026-05-06 03:40:04 +02:00
  • 826b4254bf Integrate chat library selection logic into App component Victor Giers 2026-05-06 03:39:50 +02:00
  • 39e0f3e899 Refactor: Remove redundant local storage state and refs for database picker Victor Giers 2026-05-06 03:39:35 +02:00
  • bd316e6805 auto-git: [add] src/ChatDatabasePicker.jsx [add] src/useChatLibrarySelection.js [change] src/App.jsx Victor Giers 2026-05-06 03:39:28 +02:00
  • 82d7faabf3 Refactor settings view in App.jsx using SettingsPanel and SettingsSidebar components Victor Giers 2026-05-06 03:38:23 +02:00
  • e27c95c32b auto-git: [add] src/SettingsPanels.jsx [change] src/App.jsx Victor Giers 2026-05-06 03:38:04 +02:00
  • 672cd12a92 Remove generated dist/index.html file Victor Giers 2026-05-06 03:32:11 +02:00
  • e67f856143 auto-git: [change] src/App.jsx Victor Giers 2026-05-06 03:32:06 +02:00
  • c4c256f7c4 Extract backend API utilities into src/backendApi.js Victor Giers 2026-05-06 03:30:40 +02:00
  • b142e58723 auto-git: [change] dist/index.html [change] src/App.jsx Victor Giers 2026-05-06 03:28:55 +02:00
  • 5e2b6eb57a auto-git: [change] dist/index.html Victor Giers 2026-05-06 03:27:23 +02:00
  • 8ac85274dc auto-git: [change] src/App.jsx Victor Giers 2026-05-06 03:25:39 +02:00
  • 5268ec4607 auto-git: [add] src/AssistantMessageContent.jsx [add] src/appConfig.js [add] src/attachments.jsx [add] src/chatText.js [add] src/modelPicker.js Victor Giers 2026-05-06 03:25:28 +02:00
  • 4f6771e787 Update backend and frontend assets for chat session handling Victor Giers 2026-04-17 14:52:33 +02:00
  • b5e1bc9a68 Rename variable for clarity in image attachment check Victor Giers 2026-04-17 13:08:03 +02:00
  • 43c6f6360b Add image attachment check before sending message Victor Giers 2026-04-17 13:07:52 +02:00
  • 0ea3bfc14b Add function to normalize chat attachments and raise exceptions for invalid types Victor Giers 2026-04-17 13:06:29 +02:00
  • 7d82ef1acf Handle client-side errors in message sending and update UI accordingly Victor Giers 2026-04-17 13:06:02 +02:00
  • 47eaded702 Add attachment menu styles Victor Giers 2026-04-17 13:05:20 +02:00
  • a9d75cc4b7 Rename image-attach-toggle to attachment-toggle in styles.css Victor Giers 2026-04-17 13:05:11 +02:00
  • b97108ed25 Update attachment styles and add file attachment card Victor Giers 2026-04-17 13:05:00 +02:00
  • b11953ef1e Simplify chat drag logic Victor Giers 2026-04-17 13:04:19 +02:00
  • aac254ec23 Show error alert in sendMessage function Victor Giers 2026-04-17 13:03:59 +02:00
  • cecbc24f26 Enhance attachment menu and toggle button in App.jsx Victor Giers 2026-04-17 13:03:45 +02:00
  • ab2424dbd8 Replace ImageAttachmentStrip with AttachmentStrip in App.jsx Victor Giers 2026-04-17 13:03:27 +02:00
  • f34aa9b150 Update message sending logic to handle attachments and errors Victor Giers 2026-04-17 13:03:09 +02:00
  • 8f018ce17e Include vision and transcription models in API requests Victor Giers 2026-04-17 13:03:00 +02:00
  • ab93e921d4 Update attachment handling in sendMessage function Victor Giers 2026-04-17 13:02:48 +02:00
  • 4de740ca62 Update model handling in regenerateFromIndex function Victor Giers 2026-04-17 13:02:39 +02:00
  • 599e0156df Update drag and drop logic for chat files Victor Giers 2026-04-17 13:02:26 +02:00
  • 9ba5380705 Add event listeners for attachment menu in App.jsx Victor Giers 2026-04-17 13:01:51 +02:00
  • d7cbc57563 Add logic to fetch and set chat model capabilities Victor Giers 2026-04-17 13:01:45 +02:00
  • 7c3c746fac Enhance attachment handling with file picker and drag-and-drop support Victor Giers 2026-04-17 13:01:27 +02:00
  • 40945a1a5e Add state for attachment menu and update model support logic Victor Giers 2026-04-17 13:01:07 +02:00
  • cb8c364b6f Enhance attachment handling in App.jsx Victor Giers 2026-04-17 13:00:51 +02:00
  • b627c51f7d Enhance pick-paths functionality with options for filters and title Victor Giers 2026-04-17 12:59:32 +02:00
  • d5a4ab8417 Add functions to build Ollama messages and update chat handling logic Victor Giers 2026-04-17 12:59:16 +02:00
  • 4b3d510bcf Refactor attachment handling and add support for file attachments Victor Giers 2026-04-17 12:54:03 +02:00
  • 67195af4c1 Rename ImageAttachment to ChatAttachment and add new fields Victor Giers 2026-04-17 12:51:21 +02:00
  • 1c80ca4a06 Update index.html and remove unused CSS file Victor Giers 2026-04-17 10:51:18 +02:00
  • 8459ab1837 Add model reference and update vision model check Victor Giers 2026-04-17 10:50:12 +02:00
  • 473ea4ac85 Add styles for chat header and model picker Victor Giers 2026-04-17 10:49:07 +02:00
  • 729fa419d7 Update GeneralSettings.jsx to handle vision model changes Victor Giers 2026-04-17 10:48:48 +02:00
  • 82f89c9211 Refactor chat header to include model picker in App.jsx Victor Giers 2026-04-17 10:48:37 +02:00
  • 604025efb5 Add activeChatSession and chatModelPickerOptions useMemo hooks in App.jsx Victor Giers 2026-04-17 10:48:22 +02:00
  • 791af40503 Add click outside functionality to chat model picker and close on session change Victor Giers 2026-04-17 10:48:13 +02:00
  • e368d21128 Add model catalog loading effect in App.jsx Victor Giers 2026-04-17 10:48:06 +02:00
  • 0b71e9eb3a Add functions to sync vision model from chat model and handle chat model selection Victor Giers 2026-04-17 10:48:02 +02:00
  • 4ea55457a5 Add model picker options and state management in App.jsx Victor Giers 2026-04-17 10:47:46 +02:00
  • ccd930f11d auto-git: [change] dist/index.html [unlink] dist/assets/index-CY4Ajh2W.js Victor Giers 2026-04-17 10:33:44 +02:00
  • 50827fd8cf Refactor chat title sanitization logic in backend and frontend Victor Giers 2026-04-17 10:33:24 +02:00
  • 3f3377118c auto-git: [add] dist/assets/index-CY4Ajh2W.js [add] dist/assets/index-DI47K8n5.css [change] dist/index.html [unlink] dist/assets/index-BFOWWhCS.css [unlink] dist/assets/index-MTrbilRB.js Victor Giers 2026-04-17 10:24:46 +02:00
  • 9849ba54ed Update GeneralSettings.jsx to adjust error and loading conditions Victor Giers 2026-04-17 10:23:40 +02:00
  • 5c00010b0a Add styles for changelog panel and list Victor Giers 2026-04-17 10:22:52 +02:00
  • cb872e0227 Implement changelog functionality in GeneralSettings.jsx Victor Giers 2026-04-17 10:22:39 +02:00
  • 4857eee154 Add getChangelogPage to preload.cjs Victor Giers 2026-04-17 10:21:58 +02:00
  • 6e9ae778f1 Add changelog retrieval functionality in electron/main.cjs Victor Giers 2026-04-17 10:21:49 +02:00
  • 363fb2aba1 auto-git: [add] dist/assets/index-MTrbilRB.js [change] dist/index.html [unlink] dist/assets/index-D_Wipza2.js Victor Giers 2026-04-17 09:07:25 +02:00
  • d85a68ed3c Update GeneralSettings.jsx to handle 'General' panel changes Victor Giers 2026-04-17 09:06:19 +02:00
  • 2cbb4544b0 auto-git: [add] dist/assets/index-D_Wipza2.js [change] dist/index.html [change] src/App.jsx [unlink] dist/assets/index-CeOPmacy.js Victor Giers 2026-04-17 09:06:15 +02:00
  • 89976f656d Refactor GeneralSettings.jsx to organize settings by panel and improve UI structure Victor Giers 2026-04-17 09:02:13 +02:00
  • 89a85a561f Remove unused backend URL and stream toggle handlers in GeneralSettings.jsx Victor Giers 2026-04-17 09:00:54 +02:00
  • 8091b054c1 Update GeneralSettings.jsx to conditionally load model catalog and handle panel changes Victor Giers 2026-04-17 09:00:44 +02:00
  • 8c5b8c404c Simplify GeneralSettings component by removing unused variables and props Victor Giers 2026-04-17 09:00:21 +02:00
  • f06864c72b Add backend and Ollama API URL settings in WebsearchSettings.jsx Victor Giers 2026-04-17 08:59:58 +02:00
  • b7f62ce884 Add stream output toggle in InterfaceSettings Victor Giers 2026-04-17 08:59:43 +02:00
  • 088be29a8d Update settings submenu and audio input default state Victor Giers 2026-04-17 08:59:25 +02:00
  • ac427bc99f auto-git: [add] dist/assets/index-CeOPmacy.js [change] dist/index.html [unlink] dist/assets/index-Bt01BsHn.js Victor Giers 2026-04-17 08:48:27 +02:00
  • e332515585 Update model catalog fetching and loading state handling Victor Giers 2026-04-17 08:48:14 +02:00
  • e9b96812f2 Refactor model details caching and vision support checks in ollama_client.py Victor Giers 2026-04-17 08:46:05 +02:00
  • d8a8e9be20 auto-git: [add] dist/assets/index-Bt01BsHn.js [change] dist/index.html [unlink] dist/assets/index-g7N0HjkK.js Victor Giers 2026-04-17 08:41:26 +02:00
  • 20e5527a22 Ensure settings hydration only occurs if not cancelled Victor Giers 2026-04-17 08:40:22 +02:00
  • b24d29c694 Add settings hydration state to GeneralSettings.jsx Victor Giers 2026-04-17 08:39:57 +02:00
  • 826fd29278 Add handlers for vision and transcription model changes in App.jsx Victor Giers 2026-04-17 08:39:15 +02:00
  • 7aa433b182 Update conditional rendering based on selectedVisionModelSupportsVision Victor Giers 2026-04-17 08:39:05 +02:00
  • 6d1a8788fa Update variable names in App.jsx Victor Giers 2026-04-17 08:38:58 +02:00
  • 950a00d84e Update model checks in App.jsx Victor Giers 2026-04-17 08:38:41 +02:00
  • 549ea2d02e Enhance conversation handling with vision model support Victor Giers 2026-04-17 08:38:23 +02:00
  • a44240f02e Add model parameter to audio transcription payload Victor Giers 2026-04-17 08:38:18 +02:00
  • e7ee53ddb0 Add vision and transcription model support in App.jsx Victor Giers 2026-04-17 08:38:07 +02:00
  • c6a13687ee Update GeneralSettings.jsx to include model selection dropdowns and descriptions Victor Giers 2026-04-17 08:37:29 +02:00
  • ae0ec60400 auto-git: [change] src/GeneralSettings.jsx Victor Giers 2026-04-17 08:37:24 +02:00