Scott Idem
97e9f35ea1
Revert "fix(events): correct reactive props in session view"
...
This reverts commit b03376e136 .
2025-11-13 21:28:07 -05:00
Scott Idem
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.
- In , the prefix was added to the props passed to the component to make them reactive.
- In , the prefix was removed from the variables in the template, as they are already reactive when using Svelte 5 runes.
- The block for was corrected to use the resolved value.
2025-11-13 21:17:49 -05:00
Scott Idem
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.
The liveQuery in has been updated to use the from the derived variable. This ensures that the query correctly fetches all presentations associated with the session.
2025-11-13 20:38:21 -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
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
2025-11-13 19:28:52 -05:00
Scott Idem
a87fa02bc6
Revert: Legacy launcher link changes
...
Reverted changes to legacy launcher links in various components. These links are intentionally structured to work with nginx location aliases and should not be modified to conform to SvelteKit routing.
2025-11-13 19:15:55 -05:00
Scott Idem
aef34dc79b
Fix: Correctly load session content in new launcher
...
The session content was not loading in the new Events Launcher because the loaded session data was not being correctly assigned to the events store.
This commit fixes the issue by correctly assigning the loaded session object and its nested properties to the events store.
2025-11-13 19:03:43 -05:00
Scott Idem
0e960ba955
Fixing id_random vs id for links and other things. Fixed the hash SHA256 error.
2025-11-13 18:59:27 -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
6e00502d3d
Refactor: Update import paths for app_components after moving them to src/lib/app_components/.
2025-11-13 16:19:09 -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
94832c2471
Refactor: Organize src/lib into subdirectories and move files accordingly.
2025-11-13 16:09:03 -05:00
Scott Idem
6d8089bdbd
Revert: Remove remaining codemirror-toolbar imports and extensions from e_app_codemirror_v5.svelte.
2025-11-13 16:03:44 -05:00
Scott Idem
2f83aefd22
Feat: Integrate codemirror-toolbar with markdownItems into e_app_codemirror_v5.svelte for basic rich text editing.
2025-11-13 15:44:05 -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
d4ead978f9
Remove redundant/backup element_qr_scanner and old_e_app_codemirror files.
2025-11-13 14:50:15 -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
db8c0e0d05
Quick snapshot again as Gemini is working.
2025-11-13 12:44:28 -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
35031d3193
Added new topic for IDAA BB
2025-11-03 18:04:47 -05:00
Scott Idem
d9887aba93
Making things look nicer
2025-10-17 18:14:09 -04:00
Scott Idem
fab1a4916d
Clean up of the event search page options menu and related.
2025-10-17 17:27:18 -04:00
Scott Idem
bb993a1028
Last minute clean up before LCI.
2025-10-17 16:22:23 -04:00
Scott Idem
d1c0148c75
Sort of bug fix for version reload. Does it need the alert() to work correctly???
2025-10-16 21:43:08 -04:00
Scott Idem
e912c4a48a
Better text sizing and flex.
2025-10-16 16:39:30 -04:00
Scott Idem
8b22c0fc34
The Launcher works pretty well. Except for the native app...
2025-10-16 16:07:37 -04:00
Scott Idem
8d15a5ba0b
More work on the WebSockets. Improved status and WS triggers. Better online/offline status.
2025-10-16 14:48:10 -04:00
Scott Idem
3d6b7c412c
Work on tablet layout for posters
2025-10-16 11:45:33 -04:00
Scott Idem
77b250b4f3
Better handling of idle with WS messages.
2025-10-16 10:58:11 -04:00
Scott Idem
c2ccf0c06d
Fix for disabling and hiding event file purpose options.
2025-10-16 10:04:12 -04:00
Scott Idem
c170358681
Quick icon change.
2025-10-15 19:04:56 -04:00
Scott Idem
9678c5620d
Lots of work on the Launcher and configuration. Looks pretty good and useful.
2025-10-15 19:01:30 -04:00
Scott Idem
a6058efaf0
Good saving point. Version reset looks good now.
2025-10-15 14:12:04 -04:00
Scott Idem
b2154273e0
Reset looks better now.
2025-10-15 13:46:08 -04:00
Scott Idem
1f79ae4e19
More work on versioning for Events
2025-10-15 13:17:32 -04:00
Scott Idem
6b8f4d54ed
The posters look pretty good now. A lot more is configurable.
2025-10-15 12:52:27 -04:00
Scott Idem
f459c09fbc
Getting the posters ready for LCI.
2025-10-15 10:37:46 -04:00
Scott Idem
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.
2025-10-13 18:17:32 -04:00
Scott Idem
8f7c1bf428
More work on the posters and Websockets
2025-10-13 17:19:32 -04:00
Scott Idem
de071dae49
Work on the Launder and Websockets. It needs work.
2025-10-13 15:41:55 -04:00
Scott Idem
5b9dacd291
Better logic for lengths. Keep them more equal.
2025-10-10 17:54:49 -04:00
Scott Idem
8c2241e610
Work on badge rendering.
2025-10-10 17:40:35 -04:00