Email templates (purely frontend)#579
Merged
gyoumi merged 27 commits intoCHAOS-571-integrate-be-fefrom Oct 9, 2025
Merged
Conversation
- Add five question component types: ShortAnswer, Dropdown, MultiChoice, MultiSelect, and Ranking - Create test route for component demonstration - Modify ApplicationForm to handle different question types - Update typing for question data structure
…elected options - Added prominent border for dropdown box - Implemented light blue hover effect for options - Added conditional highlighting for selected options with checkmark
- Increased width of textarea using cols attribute - Set default height to 3 rows - Improved visual presentation of text input area
- Reflect dependency resolution changes from recent package updates
…input files in each component's directory
* refactor: replace MultipleChoice twin.macro with ShadCN UI components * refactor: replace MultiSelect React Component with ShadCN UI components * fix dropdown component * refactor multiple choice * refactor short answers * refactor testing route for question components * update yarn.lock
* feat: interview page for user and admin. User still has css issues. * feat: fix the calendar css isue, still persist * feat: add DayPilot library for enhanced calendar functionality and improve code formatting in admin and user booking components --------- Co-authored-by: Peter Nguyen <z5662723@ad.unsw.edu.au>
* feat: create new page for application review with static path * feat: fix route to include campaign_id not static id and provide fallback if campaign ID not provided and fix ranking component with a default value check to make sure defaultValue is not undefined, null * fix: add dynamic width support to Dropdown, Ranking, and ShortAnswer components; remove display=flex from Box in App.tsx - Enabled dynamic width prop on Dropdown, Ranking, and ShortAnswer for better layout flexibility - Removed from Box in App.tsx to fix children layout issues * fix: add more details for fallback campaign * fix: make API call as written in this PR https://github.com/devsoc-unsw/chaos/pull/562/files and keep current fallback * feat: add explanation for pages/application_review/index.tsx at the top * fix: modify explanation in URL patterns and remove unused import --------- Co-authored-by: gyoumi <87557702+Gyoumi@users.noreply.github.com>
…into CHAOS-554-FE-v0-setup
…t truncating, button misalignment, overflowing)
gyoumi
approved these changes
Oct 9, 2025
gyoumi
approved these changes
Oct 9, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.