DESKTOP-RTLN3BA\$punk
c6e1a04169
chore: linting
2026-04-08 16:14:26 -07:00
Matt Van Horn
90ed853a26
perf: remove unnecessary useMemo wrapping simple boolean expressions
...
Replace useMemo calls that wrap trivial boolean checks with plain
const expressions. The memo overhead exceeds the cost of these
simple permission checks and mode comparisons.
Fixes #1052
2026-04-08 01:36:24 -07:00
Rohan Verma
74f2e1ea3f
Merge pull request #1178 from SohamBhattacharjee2003/perf/dynamic-settings-tabs
...
perf: dynamic settings tabs
2026-04-07 23:41:57 -07:00
DESKTOP-RTLN3BA\$punk
1162ae6eab
fix: update pricing details in pricing section and more pages content
...
- Adjusted the demo plans to reflect a new offer of 500 pages included to start and a maximum of 3,000 bonus pages.
- Updated descriptions and dialog titles throughout the application to align with the new offer, ensuring consistency in messaging.
2026-04-07 19:11:57 -07:00
SohamBhattacharjee2003
15560f297f
perf: implement dynamic imports for settings dialog tabs ( #1141 )
...
- Replace 6 static imports in user-settings-dialog with dynamic imports
- Replace 8 static imports in search-space-settings-dialog with dynamic imports
- Each settings tab loads content only when selected
- Reduces initial settings dialog bundle size
- All tab functionality preserved
2026-04-08 06:48:51 +05:30
CREDO23
035a4862f9
Add Vision Models tab to settings dialog with i18n
2026-04-07 19:29:24 +02:00
CREDO23
3bbe6c3037
Add VisionModelManager and VisionConfigDialog components
2026-04-07 19:27:24 +02:00
CREDO23
3369b8a832
Add frontend vision LLM config types, API, atoms, and role manager wiring
2026-04-07 19:24:43 +02:00
DESKTOP-RTLN3BA\$punk
82b5c7f19e
Merge commit ' 056fc0e7ff' into dev_mod
2026-04-07 02:56:46 -07:00
DESKTOP-RTLN3BA\$punk
49441233e7
feat: enhance keyboard shortcut management and improve app responsiveness
...
- Updated the development script to include a build step before launching the app.
- Refactored the registration of quick ask and autocomplete functionalities to be asynchronous, ensuring proper initialization.
- Introduced IPC channels for getting and setting keyboard shortcuts, allowing users to customize their experience.
- Enhanced the platform module to support better interaction with the Electron API for clipboard operations.
- Improved the user interface for managing keyboard shortcuts in the settings dialog, providing a more intuitive experience.
2026-04-07 00:43:40 -07:00
Anish Sarkar
0a26a6c5bb
chore: ran linting
2026-04-07 05:55:39 +05:30
CREDO23
d7315e7f27
Merge upstream/dev into feat/vision-autocomplete
2026-04-04 09:15:13 +02:00
CREDO23
482238e5d4
add vision LLM role for screenshot analysis
2026-04-03 17:40:27 +02:00
Anish Sarkar
9d4c2f5b98
refactor: replace span with Dot component in public chat snapshots, model configuration and thread managers
2026-04-03 17:28:12 +05:30
Anish Sarkar
746c730b2e
chore: ran linting
2026-04-03 13:14:40 +05:30
CREDO23
6899134a20
feat: add autocomplete toggle in desktop settings
2026-04-02 14:37:26 +02:00
Anish Sarkar
c9ae4fcaca
style: update badge component in LLM role manager for improved visual consistency
2026-04-02 10:12:34 +05:30
Anish Sarkar
000c2d9b5b
style: simplify LLM model terminology in UI
2026-04-02 10:11:35 +05:30
Anish Sarkar
d2cf3fb3b7
refactor: update LLM role management logic and enhance UI feedback
2026-04-02 09:58:14 +05:30
Anish Sarkar
2df9708df9
style: update alert components and empty state UI
2026-04-02 09:16:07 +05:30
Anish Sarkar
5c11a15fb6
refactor: update UI components by removing unused imports and adjusting loading states
2026-04-01 20:51:55 +05:30
DESKTOP-RTLN3BA\$punk
5c8769508f
chore: linting
2026-03-31 21:42:03 -07:00
DESKTOP-RTLN3BA\$punk
a9fd45844d
feat: integrate Stripe for page purchases and reconciliation tasks
2026-03-31 18:39:45 -07:00
DESKTOP-RTLN3BA\$punk
17642493eb
chore: linting
2026-03-31 14:45:46 -07:00
CREDO23
440762fb07
Merge upstream/dev
2026-03-31 20:21:12 +02:00
Rohan Verma
25b068f420
Merge pull request #1038 from JoeMakuta/fix/narrow-effect-use-lazy-state-init-add-memo
...
fix : narrow effect, use lazy state init and add memo
2026-03-30 15:22:44 -07:00
Rohan Verma
d836eea554
Merge pull request #1035 from JoeMakuta/fix/derive-has-changes-and-use-functional-setstate
...
fix : derive has changes and use functional setstate
2026-03-30 15:22:01 -07:00
CREDO23
1238efaf99
add community prompts tab and public toggle in prompt form
2026-03-30 19:41:14 +02:00
JoeMakuta
7140b68474
Use lazy state initialization for llm role manager
2026-03-30 17:34:37 +02:00
JoeMakuta
a942bf5a79
fix: update dependency array in useEffect to track specific qna_custom_instructions property
2026-03-30 17:28:54 +02:00
JoeMakuta
1080cf5ed4
fix: update dependency array in useEffect to track specific LLM preference properties
2026-03-30 17:28:31 +02:00
JoeMakuta
750cae25b7
fix: update dependency array in useEffect to track specific searchSpace properties
2026-03-30 17:28:00 +02:00
Anish Sarkar
04691d572b
chore: ran linting
2026-03-30 01:50:41 +05:30
JoeMakuta
3724a1530c
refactor: simplify hasChanges tracking in GeneralSettingsManager and PromptConfigManager components
2026-03-29 18:11:49 +02:00
Anish Sarkar
4a05229476
refactor: enhance image generation configuration handling and user feedback messages for improved clarity and consistency
2026-03-29 19:14:46 +05:30
Anish Sarkar
a5f41cfd8e
refactor: update LLM configuration terminology and enhance user feedback messages for improved clarity
2026-03-29 19:04:09 +05:30
Anish Sarkar
d88236d43b
refactor: replace ModelConfigDialog with a shared component and update related imports for better organization and clarity
2026-03-29 17:32:23 +05:30
Anish Sarkar
f4adfb54fc
refactor: update global image model and configuration messages for clarity and consistency across components
2026-03-29 17:16:40 +05:30
Anish Sarkar
430372a4ff
refactor: move ImageConfigDialog to shared components and update imports in chat-header and image-model-manager for better organization
2026-03-29 17:02:20 +05:30
Anish Sarkar
db26373594
refactor: update styling for button and command components in ImageModelManager for improved UI consistency
2026-03-29 16:33:15 +05:30
CREDO23
b8a1d1f594
Merge remote-tracking branch 'upstream/dev' into electon-desktop
2026-03-29 03:10:51 +02:00
CREDO23
03ca4f1f32
add My Prompts settings tab and create prompt button in picker
2026-03-29 00:33:02 +02:00
JoeMakuta
e89f1ef75b
feat: add error handling for search space loading in GeneralSettingsManager
2026-03-27 19:00:37 +02:00
DESKTOP-RTLN3BA\$punk
64c913baa3
chore: linting
2026-03-27 03:17:05 -07:00
JoeMakuta
f00f7826ed
fix: improve semantics and structure of settings forms in GeneralSettingsManager and PromptConfigManager
2026-03-26 15:11:39 +02:00
DESKTOP-RTLN3BA\$punk
7b7fe171ca
Merge commit ' 8232893fbb' into dev
2026-03-24 13:44:49 -07:00
DESKTOP-RTLN3BA\$punk
724c81de42
Fix mismatched JSX closing tag in roles-manager causing build failure
...
Made-with: Cursor
2026-03-24 13:21:47 -07:00
DESKTOP-RTLN3BA\$punk
9a29843866
Merge commit ' 31b0527e9a' into dev
2026-03-24 12:59:49 -07:00
Matt Van Horn
ac2333ee1c
fix: separate nested interactive elements in roles manager
...
Moves the RolePermissionsDialog trigger to wrap only the text content
area instead of the entire card. The dropdown menu is now a sibling,
not nested inside the dialog button. Removes stopPropagation hacks.
Fixes #921
2026-03-24 03:11:30 -07:00
Anish Sarkar
856073b61b
refactor: update file icon colors in connector configuration components for improved visual consistency
2026-03-21 22:36:49 +05:30