Commit Graph

163 Commits

Author SHA1 Message Date
52a8bb8222 Remove image prompt generation logic and related styles 2026-05-08 03:07:13 +02:00
3691151bd4 Remove image prompt generation functionality 2026-05-08 03:06:48 +02:00
69438bd976 Update icon image 2026-05-08 02:42:33 +02:00
0efab8e254 Remove diffusers dependency from requirements.txt 2026-05-08 01:37:20 +02:00
b20cacee25 Remove image generation functionality from API 2026-05-08 01:36:11 +02:00
4356630fc6 Remove image generation functionality from App component 2026-05-08 01:36:00 +02:00
6edb3208aa Style session list components 2026-05-08 01:27:12 +02:00
28c56b6e62 Refactor: Update session modal structure and improve accessibility 2026-05-08 01:27:06 +02:00
0fadba71e6 Update session field parsing to handle generic JSON values for titles, descriptions, and saved_at. 2026-05-08 01:23:32 +02:00
17ebfd99dd auto-git:
[change] src-tauri/build.rs
 [change] src-tauri/src/lib.rs
 [change] src-tauri/src/main.rs
 [change] src/App.tsx
2026-05-08 01:22:38 +02:00
fe2a15afca Feature: Implement session management for listing and loading saved sessions 2026-05-08 01:22:15 +02:00
56f6613537 Add styling for form components and website containers 2026-05-07 23:58:30 +02:00
85ecda1a24 Feat: Implement URL adding modal and update button text 2026-05-07 23:58:23 +02:00
287c94b4e0 Refactor website addition logic to use modal and form validation 2026-05-07 23:57:56 +02:00
f33cec7658 Remove styles for source picker components 2026-05-07 23:56:42 +02:00
392f3c3540 Remove source picker modal and simplify source addition logic 2026-05-07 23:56:33 +02:00
959d68a864 Style source picker window and action buttons 2026-05-07 23:54:51 +02:00
56e8f38cde Add source picker modal UI 2026-05-07 23:54:46 +02:00
859ae4bc66 Consolidate source addition buttons into a picker 2026-05-07 23:54:46 +02:00
d88d9df957 Implement source picker selection logic 2026-05-07 23:54:46 +02:00
ca2a71b82a Add state for source picker modal 2026-05-07 23:54:46 +02:00
95944b5b0d Remove styles for secondary button class 2026-05-07 23:52:33 +02:00
e1e49d776e Update Find Prior Art button structure 2026-05-07 23:52:33 +02:00
1d639e61ce Improve layout stability for file panel 2026-05-07 23:48:56 +02:00
4c7755dfcf Implement layout for notes and files panels and refine remove row button styling 2026-05-07 23:47:44 +02:00
99a2bf64ea Refactor: Update Notes/Thoughts panel structure and controls 2026-05-07 23:47:25 +02:00
ffc8bc129a Remove initial state setting for selected rows 2026-05-07 23:42:59 +02:00
c42dd79dfe Update table layout for fifth column and style remove row button 2026-05-07 23:41:25 +02:00
11e31ce6fa Feature: Add row-level removal button and update action buttons 2026-05-07 23:41:13 +02:00
040650e1c3 auto-git:
[change] src/App.tsx
2026-05-07 23:40:12 +02:00
a39b043f1b Update README with new features (image generation, session saving) and clarify data storage 2026-05-07 23:30:20 +02:00
622df54436 Adjust table grid columns and remove custom checkbox styles 2026-05-07 23:29:10 +02:00
50f9c79445 Remove unused include map attribute from ConceptEngine 2026-05-07 23:29:10 +02:00
d0d79150e7 Remove include map state and refactor file/website data structures; remove 'Add to Repo' column 2026-05-07 23:28:55 +02:00
8e6d868954 Remove inclusion status tracking and toggle functionality for files and URLs 2026-05-07 23:28:40 +02:00
6e7daafb83 Simplify asset handling by removing the dependency on include_map filter across concept generation functions. 2026-05-07 23:28:25 +02:00
dcf03fbf2a Remove repository push functionality 2026-05-07 23:28:06 +02:00
d398dcb8ea Remove git utilities and concept index generation from concept_api 2026-05-07 23:27:50 +02:00
302adba66c Remove concept directory path and git remote settings/push functionality 2026-05-07 23:27:21 +02:00
7f68bb47cf Remove functionality for pushing concepts to repository 2026-05-07 23:27:03 +02:00
fe0621fb53 Remove git remote state and handling 2026-05-07 23:27:03 +02:00
e0c26518c3 Refactor layout: Updates status notification component and adjusts global body styling. 2026-05-07 23:00:26 +02:00
b1f8fb2338 auto-git:
[change] src/App.tsx
2026-05-07 22:59:35 +02:00
78879d7c14 Refactor settings UI components and modal styling 2026-05-07 22:56:22 +02:00
9d61ffc3d3 Refactor settings into a dedicated modal and integrate application menu actions 2026-05-07 22:56:01 +02:00
889908a240 Implement main application menu structure (File and Settings) 2026-05-07 22:55:32 +02:00
31048654b6 Update devUrl in tauri.conf.json to use 127.0.0.1 2026-05-07 20:20:20 +02:00
2fab5e6d1d Update development scripts and configuration for web UI/desktop app separation 2026-05-07 20:19:06 +02:00
c544538bc1 Refine docstring: Update description to use 'desktop toolkit imports' instead of 'desktop GUI imports' 2026-05-07 20:13:19 +02:00
df5dfcbf30 auto-git:
[change] README.md
 [change] concept_api.py
 [change] requirements.txt
 [change] websearch.py
 [unlink] concept-maker_gui.py
 [unlink] run.sh
2026-05-07 20:11:48 +02:00