This website requires JavaScript.
Explore
Help
Sign In
Scott.Idem
/
OSIT-AE-App-Svelte
Watch
1
Star
0
Fork
0
You've already forked OSIT-AE-App-Svelte
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
0108e28f59f29c9870db2d8832e8c735916afe41
OSIT-AE-App-Svelte
/
src
/
routes
History
Scott Idem
0108e28f59
More clean up. Saving notes.
2026-01-14 18:30:36 -05:00
..
admin
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
core
Standardize Core UI forms and unify schemas for V3 API compatibility
2026-01-09 15:14:36 -05:00
events
The sorting now works and some missing fields were added.
2026-01-05 18:29:41 -05:00
hosted_files
fix: Resolve props_invalid_value error and add each block keys\n\n- Initialized .files.upload_complete in src/routes/hosted_files/video_util/+page.svelte to prevent props_invalid_value error.\n- Removed commented-out, unused each blocks from several components.\n- Added each keys to improve reactivity and resolve svelte/require-each-key errors in several components.
2025-11-20 20:21:06 -05:00
idaa
Standardize Core UI forms and unify schemas for V3 API compatibility
2026-01-09 15:14:36 -05:00
journals
More clean up. Saving notes.
2026-01-14 18:30:36 -05:00
testing
Refactor core API helpers and implement System Testing Dashboard
2026-01-08 11:30:05 -05:00
.directory
Getting the new new new rich text editor working. I think it is working... Yay Shad Editor that uses TipTap and Shadcn.
2024-12-02 18:56:45 -05:00
.eslintrc
Getting the new new new rich text editor working. I think it is working... Yay Shad Editor that uses TipTap and Shadcn.
2024-12-02 18:56:45 -05:00
+layout.svelte
Cleaning up the code for this page. Separate out the Novi calls.
2025-12-15 14:04:54 -05:00
+layout.ts
Standardize JWT authentication and finalize Activity Log V3 migration
2026-01-07 17:43:23 -05:00
+page.svelte
style: Apply Prettier formatting to codebase
2025-11-19 13:38:45 -05:00