Commit Graph

133 Commits

Author SHA1 Message Date
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
a97927a29a Enhance code block rendering with language classes and refine link validation 2026-05-07 19:46:00 +02:00
39fb777ae6 Add styles for concept editor and markdown preview components 2026-05-07 19:43:35 +02:00
23bc477319 auto-git:
[change] src/App.tsx
2026-05-07 19:43:28 +02:00
c59f7ab429 auto-git:
[add] src/markdown/
 [add] src/types/
2026-05-07 19:43:28 +02:00
b520f53ae5 Update markdown-it version specifier 2026-05-07 19:41:38 +02:00
1fdd3194ab Add markdown-it dependency 2026-05-07 19:41:38 +02:00
b30e07282e Remove Google Font imports from index.html 2026-05-07 19:24:35 +02:00
11f507fe13 Refactor: Update UI styling across components using CSS variables and standardize visual appearance 2026-05-07 19:23:15 +02:00
43cb2b6cd7 auto-git:
[change] src/styles.css
2026-05-07 19:20:33 +02:00
52e229bc6f Update run-python-action permission to allow open_path command 2026-05-07 19:16:22 +02:00
37333b5b27 Improve PDF preview handling by automatically opening the generated file and enhancing error reporting. 2026-05-07 19:11:34 +02:00
1e6993b03f auto-git:
[change] src-tauri/src/lib.rs
2026-05-07 19:11:23 +02:00
d4f51f013b Ignore temporary files in .gitignore 2026-05-07 18:40:44 +02:00
0d39215a1c Add build directory to .gitignore 2026-05-07 18:40:44 +02:00
598a1ebc51 Update .gitignore to exclude build artifacts 2026-05-07 18:40:44 +02:00
d3ce23d9b0 Add label to main window in tauri.conf.json 2026-02-04 07:25:40 +01:00
e346d6df7e Add windows configuration to default capabilities 2026-02-04 07:25:40 +01:00
1fac38dbe0 Update file drop event handling in App.tsx 2026-02-04 07:20:07 +01:00
9695382070 Update application icon 2026-02-04 07:18:54 +01:00
35d1d97856 Add Cargo.lock and *.lock to .gitignore 2026-02-04 07:14:05 +01:00
c922f8cd93 Update Cargo.toml with explicit features for tauri-build 2026-02-04 07:14:05 +01:00
53de314cf6 Update tauri configuration with identifier 2026-02-04 07:11:59 +01:00
3fe1e5247e Update .gitignore to ignore package-lock.json 2026-02-04 07:03:16 +01:00
3aac36b116 Add vite-env.d.ts for Vite client types 2026-02-04 07:01:49 +01:00
b07c989af2 Update concept_api.py with minor corrections and improvements 2026-02-04 07:00:39 +01:00
6c86a717ff Fix title in index.html 2026-02-04 07:00:15 +01:00
58fafc677e Add Tauri project files and update .gitignore 2026-02-04 07:00:15 +01:00
dc93adf52a auto-git:
[add] src-tauri/build.rs
2026-02-04 06:59:17 +01:00
b109203f4f auto-git:
[add] src-tauri/Cargo.toml
2026-02-04 06:59:17 +01:00
5340bf9844 auto-git:
[add] src/App.tsx
2026-02-04 06:59:17 +01:00