-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bring Staging up to date with Main (#143) * Merge Staging into Main (#139) * news carousel adjustments * adjust explore and tag pages * work header fixes * profile header updates * adjust profile home page * sizes down work stats on smaller displays * adjusting works and blogs lists * Update +layout.svelte * adding optimizations to section list * Update +page.svelte * Update +page.svelte * Feat/email and recovery (#136) * feat: password resets and email confirmations * updating controllers with confirmation guard * API routes for features now in place * password resets are in * email confirmations are now in * update readme * Feat/work and comments features (#138) * Feat/fixing profile forms (#142) * chore: add beta badge to nav * chore: fix display of beta badge * chore: update about panel and version * adding placeholder for messages panel * profile forms now work * fix: redirect approval/rejection notifications to their intended recipient * adding links form to profile setitngs * feat: adding links to profile pages * fix: address issue with layout of admin badge on mobile * chore: adds unique constraint to the approval queue (#123) adds a `UNIQUE` constraint to the approval queue table on `work_id`, guaranteeing that works can only ever be submitted to the queue once. closes #78 * fix: testing new method of obtaining client IP address * Update Functions.swift * Update Functions.swift * fix: addresses issues with pagination on profile pages * fix: address issue of width on mobile devices for profile pages * fix: remove more tags button when less than 2 tags * fix: one last fix for tags display * fix: make sure transactions are actually being committed * fix: pagination on works and blogs pages * Update version.ts * Update Paginator.svelte * Update version.ts * [FIX] Addresses access token expiry issue (#152) * fix: include parent tags when fetching approval queue * fix: addresses issue with sessions expiring early * chore: remove debug lines * feat: update site version * feat: adding svelte query * chore: update swift dependencies * chore: update client packages * fix: prevent unauthorized users from creating newsposts * chore: update readme with latest version of swift * chore: update version * chore: update API packages to latest versions * chore: update sailfish version * Enhancement/navigation (#157) * chore: update swift dependencies to 5.8 * chore: updating sveltekit * chore: update editor to latest version * chore: updates vapor and related packages to latest * chore: updating client packages to latest * feat: adding dropdowns to topnav * feat: adding basic guide functionality to topbar * chore: replace user dropdown with separate buttons * Update NavTopBar.svelte * feat: login/sign up pages now in working order * Update NavTopBar.svelte * feat: add better tab navigation to search * chore: update packages * fix: update docs links * fix: adding back notifications * feat: show library and feed pages without being logged in * fix: prevent undefined behavior in queue claims * chore: update packages * feat: search functionality in big dropdown now works * fix: address some issues rendering on mobile * fix: mobile fixed * feat: added back buttons to all subpanels * chore: update sailfish version * fix: attempts to address compilation issues in docker * fix: address issue with SSL config * fix: addresses issue connecting to local database * chore: remove debug line * Feat/special events (#163) * feat: adding models for special events * adding migrations and middleware * Create SpecialEventService.swift * Update SpecialEventService.swift * migrate to svelte 4 * update packages * update packages, change migration names * fix issue preventing works from loading * Fix/style overhaul (#165) * move beta logo to bottom of sidenav * apply light and dark mode to HTML tag * tie theme to document element class * address issues with scrolling * getting the explore nav correctly styled * adjust explore nav padding and button roundness * update profile to new layout * remove old layout code * remove unnecessary margins * adjust layout for profile home * finalize profile layout * begin work on replacing the guide * adjust width of account dropdown * fixed opening/closing of dropdown menu * account dropdown completed * Update AccountDropdown.svelte * added new pages to profile * add account dropdown to mobile * remove library page from profiles * move approval queue to its own page * navigation animation among other things * adding theme color for dynamic title accents * adding animations * Update +page.svelte * adding activity dropdown * reworking entire guide * moving stuff around * moving things around * minor changes to flex boxes * fix scroll issue * made changes to explore * adding profile form * Update routes.swift * re-add confirmation boxes * remove unnecessary package
- Loading branch information
Showing
71 changed files
with
3,391 additions
and
766 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.