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.

This commit is contained in:
Scott Idem
2025-11-20 19:46:17 -05:00
parent 266363b85f
commit a68d5439bd
70 changed files with 409 additions and 13358 deletions

View File

@@ -20,9 +20,9 @@ This uses SvelteKit version 2.x with Svelte version 5.x, TailwindCSS 4.1, and Sk
## AE Sponsorships (/sponsorships)
- +page.svelte - The main page for the Sponsorships module
- 10_edit_modal__sponsorship_obj.svelte - The modal for editing a sponsorship
- 10_list__sponsorship_obj.svelte - The list of sponsorships
- 10_view_modal__sponsorship_obj.svelte - The modal for viewing a sponsorship
- 10_edit_modal\_\_sponsorship_obj.svelte - The modal for editing a sponsorship
- 10_list\_\_sponsorship_obj.svelte - The list of sponsorships
- 10_view_modal\_\_sponsorship_obj.svelte - The modal for viewing a sponsorship
### Path [slug]
@@ -33,9 +33,9 @@ This uses SvelteKit version 2.x with Svelte version 5.x, TailwindCSS 4.1, and Sk
### Components
- +page.svelte - The main page for the Events - Exhibit Leads module
- 10_list__event_exhibit_lead_obj.svelte - The list of exhibit leads
- 10_edit_modal__event_exhibit_lead_obj.svelte - The modal for editing an exhibit lead
- 10_view_modal__event_exhibit_lead_obj.svelte - The modal for viewing an exhibit lead
- 10_list\_\_event_exhibit_lead_obj.svelte - The list of exhibit leads
- 10_edit_modal\_\_event_exhibit_lead_obj.svelte - The modal for editing an exhibit lead
- 10_view_modal\_\_event_exhibit_lead_obj.svelte - The modal for viewing an exhibit lead
# Future Modules
@@ -45,8 +45,6 @@ This uses SvelteKit version 2.x with Svelte version 5.x, TailwindCSS 4.1, and Sk
- 10_list\_\_event_badge_obj.svelte - The list of badges
- 10_view_modal\_\_event_badge_obj.svelte - The modal for viewing a badge
## AE Events - Presentation Management (/events_pres_mgmt)
# How to build and deploy SvelteKit: