Commit Graph

  • 10cc435146 There have been a lot of changes. For some reason the commit is not working? Trying again. Scott Idem 2025-11-19 18:56:58 -05:00
  • b3c0446440 fix(badges): Resolve badge search API error and UI bugs Scott Idem 2025-11-19 18:52:59 -05:00
  • 79da9acd2f fix(badges): Resolve build errors and restore site styles Scott Idem 2025-11-19 18:21:40 -05:00
  • 8029034e37 style: Apply Prettier formatting to codebase Scott Idem 2025-11-19 13:38:45 -05:00
  • 8f49edc1b3 Various fixes. One being yet another id_random issue. Scott Idem 2025-11-19 13:34:15 -05:00
  • 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. Scott Idem 2025-11-19 13:29:47 -05:00
  • f25b9ccd8f feat: migration to Svelte 5 Scott Idem 2025-11-19 12:38:03 -05:00
  • d99e9ee1b0 refactor(events): Centralize editable fields for event objects Scott Idem 2025-11-19 12:12:29 -05:00
  • 2e70ce312b docs: Update GEMINI.md with summary of event settings page Scott Idem 2025-11-18 20:13:32 -05:00
  • 9691ceca43 feat: Add form-based UIs and view toggles for event settings Scott Idem 2025-11-18 20:10:01 -05:00
  • c06f50c21e feat: Add basic event fields and collapsible sections to settings page Scott Idem 2025-11-18 19:42:15 -05:00
  • 1d0620085f docs: Update GEMINI.md with Svelte 5 and ID guidelines Scott Idem 2025-11-18 19:32:14 -05:00
  • 74140f41db fix: Update event settings forms for Svelte 5 reactivity Scott Idem 2025-11-18 19:23:33 -05:00
  • f7d1f304fe feat: Add form-based UI for event settings Scott Idem 2025-11-18 19:17:27 -05:00
  • 0be878c8c1 feat: Add basic event settings management page Scott Idem 2025-11-18 18:59:49 -05:00
  • 0987cd6ad9 style: Apply Prettier formatting with 4-space indentation Scott Idem 2025-11-18 18:40:50 -05:00
  • 6d1f9989d0 config: Configure Prettier to use 4 spaces for indentation Scott Idem 2025-11-18 18:39:35 -05:00
  • 6aa97a9f6b This is now actually fixed. Gemini did not fix the links correctly. Scott Idem 2025-11-18 18:34:59 -05:00
  • 9ea6b17617 feat: Fix event list and add module links Scott Idem 2025-11-18 18:18:25 -05:00
  • c8c19a35a6 refactor: Use random IDs as primary keys in IDB Scott Idem 2025-11-18 17:49:16 -05:00
  • 97d41adb12 fix: Use random IDs for badge links and detail page Scott Idem 2025-11-18 17:37:48 -05:00
  • 69c34fa4bc fix: Resolve badge search reactivity and SSR issues Scott Idem 2025-11-18 17:30:57 -05:00
  • d678f97324 style: Apply Prettier formatting Scott Idem 2025-11-18 14:25:21 -05:00
  • 691b20fd54 refactor: Rename CodeMirror wrapper and fix editor buttons Scott Idem 2025-11-18 14:14:24 -05:00
  • 95412dd0ad feat: CodeMirror integration and bug fixes Scott Idem 2025-11-18 13:27:42 -05:00
  • e521bea448 Taking some notes since I can't sleep. Scott Idem 2025-11-18 03:44:36 -05:00
  • d627e59bf6 Updated packages and fixed CodeMirror import error. Scott Idem 2025-11-17 22:30:32 -05:00
  • 390bbcb6e8 DOCS: Update GEMINI.md with Tiptap to CodeMirror migration details Scott Idem 2025-11-17 21:26:51 -05:00
  • 4f262149cd FEAT: Replace Tiptap editor with CodeMirror Scott Idem 2025-11-17 21:24:57 -05:00
  • 5c67421d7e feat: Add README files for various modules and routes Scott Idem 2025-11-17 20:28:34 -05:00
  • 3a0d901a05 Fix: Resolve parsing error and svelte/no-at-html-tags linting issues Scott Idem 2025-11-17 19:11:01 -05:00
  • 7e1eaba3bc feat: Migrate ESLint to flat config and resolve initial linting errors Scott Idem 2025-11-17 18:46:54 -05:00
  • b99e85f1db fix(events): Correct data fetching for session child objects Scott Idem 2025-11-17 17:47:24 -05:00
  • a3b37a5df4 refactor: Standardize data processing and update to Svelte 5 runes Scott Idem 2025-11-17 16:38:54 -05:00
  • c4fa35e86e Saving the new documentation for Svelte and Dexie made by Gemini. Saving changes made by Gemini to fix various things. Scott Idem 2025-11-17 14:09:33 -05:00
  • 02169f1cb9 fix(events): correct presentation query Scott Idem 2025-11-13 21:43:20 -05:00
  • 92ef08ce1f fix(events): correct presentation query and props Scott Idem 2025-11-13 21:38:47 -05:00
  • d554696c8e fix(events): correct presentation query and props Scott Idem 2025-11-13 21:33:00 -05:00
  • 66c42a52f9 Reapply "fix(events): correct reactive props in session view" Scott Idem 2025-11-13 21:28:12 -05:00
  • 97e9f35ea1 Revert "fix(events): correct reactive props in session view" Scott Idem 2025-11-13 21:28:07 -05:00
  • b03376e136 fix(events): correct reactive props in session view This commit fixes a bug where the session view was not displaying correctly due to incorrect usage of reactive props. Scott Idem 2025-11-13 21:17:49 -05:00
  • 7ded0fd9a6 fix(events): correct presentation query in session view This commit fixes a bug where presentations were not being displayed correctly within the event session view. The issue was caused by an incorrect query that was using the standard session ID to filter presentations, instead of the random session ID. Scott Idem 2025-11-13 20:38:21 -05:00
  • e19b448238 Updates to fixed processed_obj. Fixed other things with find and replace and regular expressions. Scott Idem 2025-11-13 20:29:30 -05:00
  • 3104304fdb Updates to common enabled and hidden properties. Scott Idem 2025-11-13 20:16:22 -05:00
  • 88d36d512d Update to all catch functions. Scott Idem 2025-11-13 20:15:09 -05:00
  • 7cd59bfaac Another round of lots of updates to fix little bugs here there and everywhere. Scott Idem 2025-11-13 20:03:51 -05:00
  • 13869b40bd Trying to remove some more _random suffixes. Ideally they will all eventually go away and we will just use .id or example.example_id or example.linked_obj_name_id Scott Idem 2025-11-13 19:28:52 -05:00
  • a87fa02bc6 Revert: Legacy launcher link changes Scott Idem 2025-11-13 19:15:55 -05:00
  • aef34dc79b Fix: Correctly load session content in new launcher Scott Idem 2025-11-13 19:03:43 -05:00
  • 0e960ba955 Fixing id_random vs id for links and other things. Fixed the hash SHA256 error. Scott Idem 2025-11-13 18:59:27 -05:00
  • 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. Scott Idem 2025-11-13 18:38:00 -05:00
  • a84d06a28d Refactor: Update import paths for elements after moving them to src/lib/elements/. Scott Idem 2025-11-13 16:37:24 -05:00
  • 6e00502d3d Refactor: Update import paths for app_components after moving them to src/lib/app_components/. Scott Idem 2025-11-13 16:19:09 -05:00
  • de7e02b9ef Refactor: Update import paths for api.ts after moving it to src/lib/api/api.ts. Scott Idem 2025-11-13 16:16:18 -05:00
  • 94832c2471 Refactor: Organize src/lib into subdirectories and move files accordingly. Scott Idem 2025-11-13 16:09:03 -05:00
  • 6d8089bdbd Revert: Remove remaining codemirror-toolbar imports and extensions from e_app_codemirror_v5.svelte. Scott Idem 2025-11-13 16:03:44 -05:00
  • 14a69ca433 Revert: Rollback codemirror-toolbar integration and uninstall packages due to module resolution error. Scott Idem 2025-11-13 15:59:25 -05:00
  • 2f83aefd22 Feat: Integrate codemirror-toolbar with markdownItems into e_app_codemirror_v5.svelte for basic rich text editing. Scott Idem 2025-11-13 15:44:05 -05:00
  • 81e4d83c2d Docs: Update ARCHITECTURE.md and COMPONENTS.md to reflect ShadCN removal and CodeMirror emphasis. Scott Idem 2025-11-13 15:40:56 -05:00
  • 03a6661360 Cleaned up MarkDown again Scott Idem 2025-11-13 15:36:45 -05:00
  • 882b9b5bc7 Docs: Create ARCHITECTURE.md, COMPONENTS.md, and DATA_STRUCTURES.md for comprehensive project documentation. Scott Idem 2025-11-13 15:33:39 -05:00
  • cfed92e8a5 Formatting clean up Scott Idem 2025-11-13 15:23:49 -05:00
  • 853219ce16 Docs: Rename old README_guidelines files to OLD_README_guidelines for historical purposes. Scott Idem 2025-11-13 15:23:12 -05:00
  • 514dfe913c Docs: Create NAMING_CONVENTIONS.md to standardize naming across the Aether project. Scott Idem 2025-11-13 15:20:19 -05:00
  • fd083faac5 More documentation for the AIs to read. Scott Idem 2025-11-13 15:19:05 -05:00
  • 4093afe4fc Missed one Scott Idem 2025-11-13 15:12:17 -05:00
  • fb634268c1 Refactor: Standardize naming conventions in ae_core module to snake_case and remove deprecated functions. Scott Idem 2025-11-13 15:11:25 -05:00
  • d4ead978f9 Remove redundant/backup element_qr_scanner and old_e_app_codemirror files. Scott Idem 2025-11-13 14:50:15 -05:00
  • 4b4c3c5552 Fixed MarkDown formatting Scott Idem 2025-11-13 14:38:30 -05:00
  • 4d6c10cbad Quick save before more big changes. Scott Idem 2025-11-13 14:26:04 -05:00
  • a995711335 Update TODO.md and GEMINI.md to reflect temporary rollback of ae_core_functions.ts and module-by-module refactoring plan. Scott Idem 2025-11-13 14:24:05 -05:00
  • bc10075314 I think we are done with the first big rounds of changes by Gemini. Scott Idem 2025-11-13 12:52:46 -05:00
  • 389f0c855f Starting another round of changes by Gemini. Saving things in a working state. Scott Idem 2025-11-13 12:47:57 -05:00
  • db8c0e0d05 Quick snapshot again as Gemini is working. Scott Idem 2025-11-13 12:44:28 -05:00
  • dfaa27384b Saving a quick snapshot after Gemini changes to Dexie function and processing functions. Scott Idem 2025-11-13 12:12:58 -05:00
  • 848a3e9a4b First realish round of updates by Gemini... Scott Idem 2025-11-13 11:12:06 -05:00
  • e793db8d3b feat: Initialize branch for AI-driven development Scott Idem 2025-11-04 21:59:33 -05:00
  • 35031d3193 Added new topic for IDAA BB ae_app_3x_dev_sk Scott Idem 2025-11-03 18:04:47 -05:00
  • 616d6a4404 Another moderator Scott Idem 2025-11-03 17:51:48 -05:00
  • d9887aba93 Making things look nicer Scott Idem 2025-10-17 18:14:09 -04:00
  • fab1a4916d Clean up of the event search page options menu and related. Scott Idem 2025-10-17 17:27:18 -04:00
  • bb993a1028 Last minute clean up before LCI. Scott Idem 2025-10-17 16:22:23 -04:00
  • d1c0148c75 Sort of bug fix for version reload. Does it need the alert() to work correctly??? Scott Idem 2025-10-16 21:43:08 -04:00
  • e912c4a48a Better text sizing and flex. Scott Idem 2025-10-16 16:39:30 -04:00
  • 8b22c0fc34 The Launcher works pretty well. Except for the native app... Scott Idem 2025-10-16 16:07:37 -04:00
  • 8d15a5ba0b More work on the WebSockets. Improved status and WS triggers. Better online/offline status. Scott Idem 2025-10-16 14:48:10 -04:00
  • 3d6b7c412c Work on tablet layout for posters Scott Idem 2025-10-16 11:45:33 -04:00
  • 77b250b4f3 Better handling of idle with WS messages. Scott Idem 2025-10-16 10:58:11 -04:00
  • c2ccf0c06d Fix for disabling and hiding event file purpose options. Scott Idem 2025-10-16 10:04:12 -04:00
  • c170358681 Quick icon change. Scott Idem 2025-10-15 19:04:56 -04:00
  • 9678c5620d Lots of work on the Launcher and configuration. Looks pretty good and useful. Scott Idem 2025-10-15 19:01:30 -04:00
  • a6058efaf0 Good saving point. Version reset looks good now. Scott Idem 2025-10-15 14:12:04 -04:00
  • b2154273e0 Reset looks better now. Scott Idem 2025-10-15 13:46:08 -04:00
  • 1f79ae4e19 More work on versioning for Events Scott Idem 2025-10-15 13:17:32 -04:00
  • 6b8f4d54ed The posters look pretty good now. A lot more is configurable. Scott Idem 2025-10-15 12:52:27 -04:00
  • f459c09fbc Getting the posters ready for LCI. Scott Idem 2025-10-15 10:37:46 -04:00
  • 0bc04bf899 Things are looking and working better. Note the Modal size is set to "". This allows it to stretch to the full width of the screen. Scott Idem 2025-10-13 18:17:32 -04:00
  • 8f7c1bf428 More work on the posters and Websockets Scott Idem 2025-10-13 17:19:32 -04:00
  • de071dae49 Work on the Launder and Websockets. It needs work. Scott Idem 2025-10-13 15:41:55 -04:00
  • 5b9dacd291 Better logic for lengths. Keep them more equal. Scott Idem 2025-10-10 17:54:49 -04:00