Scott Idem
a68d5439bd
feat: Remove legacy files and fix first svelte/no-at-html-tags error\n\n- Moved legacy files from src/routes/legacy to backups/legacy/src/routes/legacy.\n- Removed the empty src/routes/legacy directory.\n- Fixed a svelte/no-at-html-tags error in src/routes/idaa/(idaa)/archives/[archive_id]/+page.svelte by replacing '{@html ?.name ?? 'Archive'}' with '{?.name ?? 'Archive'}'.\n- Addressed a misidentified '{@html}' tag in src/lib/ae_core/ae_comp__hosted_files_clip_video.svelte by removing commented-out code that might have caused false positives.
2025-11-20 19:46:17 -05:00
Scott Idem
8029034e37
style: Apply Prettier formatting to codebase
2025-11-19 13:38:45 -05:00
Scott Idem
b16413c3c0
fix(svelte): resolve props_invalid_value and dexie DataError
...
- Initialize ds_loaded properties in ae_stores.ts to fix svelte binding error.
- Make db_save_ae_obj_li__ae_obj in core__idb_dexie.ts schema-aware to fix Dexie DataError when saving to tables with non-'id' primary keys.
2025-11-19 13:29:47 -05:00
Scott Idem
f25b9ccd8f
feat: migration to Svelte 5
2025-11-19 12:38:03 -05:00
Scott Idem
0987cd6ad9
style: Apply Prettier formatting with 4-space indentation
...
Applied consistent code formatting across the project using Prettier, now configured to use 4-space indentation instead of tabs.
2025-11-18 18:40:50 -05:00
Scott Idem
95412dd0ad
feat: CodeMirror integration and bug fixes
...
This commit addresses several issues related to the migration from TipTap to CodeMirror:
- **CodeMirror Initialization Fixes:**
- Resolved 'Unrecognized extension value' errors by refactoring to explicitly import individual CodeMirror extensions instead of relying on . This ensures proper singleton usage and prevents module duplication issues.
- Updated and to utilize these individual extensions.
- **Text Wrapping Enabled:**
- Added to the extensions in and to enable text wrapping in the CodeMirror editors.
- **Content Saving Fixes:**
- Corrected content binding for CodeMirror editor instances in various IDAA components:
- (description, location_text, attend_text)
- (content, notes)
- (content)
- (description, notes)
- (description, notes)
- Ensured that the prop of is correctly bound to the respective state variables in the parent components, and these state variables are initialized with existing content.
- **Save Button Enablement:**
- Fixed an issue in where the Save button was not enabling on content changes. The logic now directly compares the and with the original object's content, ensuring reactivity.
2025-11-18 13:27:42 -05:00
Scott Idem
7e1eaba3bc
feat: Migrate ESLint to flat config and resolve initial linting errors
...
Migrated the ESLint configuration to the new flat config format ()
and addressed several initial linting errors.
Key changes include:
- Updated ESLint configuration to treat as warnings instead of errors.
- Fixed errors in by declaring and .
- Corrected error in by using instead of an out-of-scope .
- Resolved error in by replacing the undefined directive with the component.
- Addressed errors in by replacing with and with .
- Fixed errors in by importing necessary modules (, , ) and adding missing props (, , , , ).
2025-11-17 18:46:54 -05:00
Scott Idem
e19b448238
Updates to fixed processed_obj. Fixed other things with find and replace and regular expressions.
2025-11-13 20:29:30 -05:00
Scott Idem
3104304fdb
Updates to common enabled and hidden properties.
2025-11-13 20:16:22 -05:00
Scott Idem
88d36d512d
Update to all catch functions.
2025-11-13 20:15:09 -05:00
Scott Idem
7cd59bfaac
Another round of lots of updates to fix little bugs here there and everywhere.
2025-11-13 20:03:51 -05:00
Scott Idem
e9a8f7df00
This was a lot... things are mostly working again. The changing of id_random properties caused some problems. The hosted_file_hash_sha256 is not working? There are other issues as well... This will take some time.
2025-11-13 18:38:00 -05:00
Scott Idem
a84d06a28d
Refactor: Update import paths for elements after moving them to src/lib/elements/.
2025-11-13 16:37:24 -05:00
Scott Idem
de7e02b9ef
Refactor: Update import paths for api.ts after moving it to src/lib/api/api.ts.
2025-11-13 16:16:18 -05:00
Scott Idem
4093afe4fc
Missed one
2025-11-13 15:12:17 -05:00
Scott Idem
fb634268c1
Refactor: Standardize naming conventions in ae_core module to snake_case and remove deprecated functions.
2025-11-13 15:11:25 -05:00
Scott Idem
4d6c10cbad
Quick save before more big changes.
2025-11-13 14:26:04 -05:00
Scott Idem
bc10075314
I think we are done with the first big rounds of changes by Gemini.
2025-11-13 12:52:46 -05:00
Scott Idem
389f0c855f
Starting another round of changes by Gemini. Saving things in a working state.
2025-11-13 12:47:57 -05:00
Scott Idem
dfaa27384b
Saving a quick snapshot after Gemini changes to Dexie function and processing functions.
2025-11-13 12:12:58 -05:00
Scott Idem
848a3e9a4b
First realish round of updates by Gemini...
2025-11-13 11:12:06 -05:00
Scott Idem
74cc5c5d0d
Work on badge printing and the actual badge layout.
2025-10-09 19:26:35 -04:00
Scott Idem
9fa7247204
Note on changes to QR code function.
2025-10-03 17:44:43 -04:00
Scott Idem
af9c4a82f0
Making the QR codes work again. Also making things look better.
2025-10-03 17:41:35 -04:00
Scott Idem
53a03f971f
Added new auto reload for most object types with new v2 function and element.
2025-09-30 03:43:29 -04:00
Scott Idem
edfe9dee7a
Finally work on the Journals to fix some bugs. Now with much better append and prepend to Journal Entry.
2025-08-19 18:50:23 -04:00
Scott Idem
0a4940161d
Initial work on finally creating and implementing more generic and standardized CRUD functions for my Aether objects. It should work very well for Delete, Create, and Update. Load and Load List will need more work.
2025-08-01 17:30:30 -04:00
Scott Idem
47eb745f3b
Work on file uploads and manage.
2025-07-22 19:02:16 -04:00
Scott Idem
a3999e5617
Mass changes
2025-07-21 16:46:33 -04:00
Scott Idem
b54f43be35
Lots of code clean up. Finally working on the Launcher piece again.
2025-07-21 16:40:37 -04:00
Scott Idem
13912fd145
Still working on upgrading to Tailwind CSS v4 an dSkeleton v3.....
2025-06-18 17:59:48 -04:00
Scott Idem
e0f0b774ef
Making the max person results sticky
2025-06-10 17:55:46 -04:00
Scott Idem
8c51380fb5
Cleaning up and updating the person related sections. Prep for LCI opening.
2025-06-10 17:37:04 -04:00
Scott Idem
c10abd596e
General code clean up related to the person functions. Less direct use of params and params_json
2025-06-10 14:32:00 -04:00
Scott Idem
39a878ac38
Updated the person functions. General clean up of code.
2025-06-10 12:16:19 -04:00
Scott Idem
15d417ba52
Lots of work with linking files to Journal Entries.
2025-05-20 15:37:27 -04:00
Scott Idem
83a8377155
Work on adding files to a Journal Entry
2025-05-19 19:23:16 -04:00
Scott Idem
2976d618f8
Check for params before trying to update params
2025-05-19 17:25:02 -04:00
Scott Idem
9af5c960f7
More complete bug fix for the API POST issue.
2025-05-19 17:16:30 -04:00
Scott Idem
40ce368e59
More style clean up. Less is more info.
2025-05-16 13:41:24 -04:00
Scott Idem
ffa33b5fa0
Improved for showing the person's name
2025-05-14 21:24:25 -04:00
Scott Idem
e008950411
Lots of work trying to use the new core db_save_ae_obj_li__ae_obj() function.
2025-05-09 16:12:46 -04:00
Scott Idem
3df0739e96
Working on new Aether App Menu.
2025-04-11 15:13:00 -04:00
Scott Idem
bb84b4bbb4
Adding a Change Password option.
2025-04-11 13:04:03 -04:00
Scott Idem
adda3e79c5
Less other debug while working on Journals
2025-04-09 13:11:09 -04:00
Scott Idem
0d8b47af10
Now with the ability to look up user email and send user auth key.
2025-04-08 15:51:05 -04:00
Scott Idem
b967eed0a5
Lots of work on user person security. Also some general clean up. Wrapping up for the day.
2025-04-04 18:31:31 -04:00
Scott Idem
8539ccc2f4
Working on update a lot of pages using the ae_loc hub section.
2025-03-28 14:33:26 -04:00
Scott Idem
c96e59c660
Getting ready to make the new hosted file management and tools live on dev. Then on prod...
2025-03-18 15:01:30 -04:00
Scott Idem
39d0a210f3
Lots of work on file management and video processing (ffmpeg).
2025-03-17 19:38:38 -04:00