You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor: updated frontend auth to use cookies instead of localhost (#569)
* add 2024 sponsor logos
* add tailwind prettier plugin
* update eslint-plugin-prettier to compatible version
* format and lint code
* update eslint config
* feat: add 2024 sponsor logos (#488)
* remove grouped tailwind psuedo-classes
* refactor(frontend): remove MUI theme and CSS baseline
* format tailwind classes
* set prettier config options
* format according to prettier config
* format tw macros via Tailwind functions config
* AdminSideBar styles and width state rewritten
* feat(AdminSidebar): migrate admin sidebar from MUI to Radix UI Primitives
* feat(CampaignCreationPreview): migrate from MUI and remove bad CampaignForm preview
* feat(AdminSidebar): add borders between organisations
* refactor(BackgroundWrapper): delete unused component
* feat(ApplicationPreviewer): migrate ApplicationPreviewer away from MUI
* feat(CreateOrganisationForm): rewrite components using Tailwind
* feat(Dropdown): remove unused imports
* more migration
* feat(frontend): update login/signup buttons to Coming Soon (#499)
* feat(Signup): migrate to twin
* feat(frontend): Update ESLint and Prettier config (#490)
* add 2024 sponsor logos
* add tailwind prettier plugin
* update eslint-plugin-prettier to compatible version
* format and lint code
* update eslint config
* remove grouped tailwind psuedo-classes
* format tailwind classes
* set prettier config options
* format according to prettier config
* format tw macros via Tailwind functions config
* email sending
* fix "recipient" spelling
* cargo fmt
* fix errors with `template_subject` introduction
* cargo clippy fixes
* application role preferences and updating applied roles
* lock out user from application changes after submission
* lock application after submission and campaign close date
* fix uses of `LEFT JOIN` when `JOIN` was needed
* make unsubmitted application viewable after campaign end
* only submitted applications are viewable by reviewers
* added `Answer`-related schemas to api.yaml
* register new `ApplicationHandler` endpoints in app
* completed up to /organisation/slug_check
* `NewCampaign` model for campaign create request body
* block applications for ended campaigns
* `NewEmailTemplate` model for template request body
* fix `assert_campaign_is_open()` naming
* api.yaml up to `/organisation/{id}/logo`
* update `api.json` up to `/organisation/{id}/logo`
* rerouted application page to new backend and made prop error fixes for CampaignCard related components
* rerouted application page to new backend
* fixed all initial errors
* fixed all initial errors
* Move some `Rating` handler fn to `ApplicationHandler`
* update `api.json` up to `/rating/{id}`
* saving for now
* created user context
* created user context + preparing for work division
* feat: implemented cookie wrapped auth token
* fix: SQL sub query alias
* saving prompt updates
* more prompts
* fixed merge
* login working
* only comming fe changes
* saving state for now
* idk why this didnt merge
* idk why this didnt merge either
* got dashboard working kind of lol
* fixed frontend admin org route
* fixed frontend admin org route
* fixed readme conflict
---------
Co-authored-by: Josh <joshconstantinelim@gmail.com>
Co-authored-by: Kavika <kbpalletenne@gmail.com>
Co-authored-by: Alex_Miao_WSL <yuan_sen.miao@student.unsw.edu.au>
Co-authored-by: Kavika <kavika.palletenne@devsoc.app>
0 commit comments