Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
6fdf237
chore: add build logs to gitignore
monarcode Nov 22, 2025
34bd7b7
refactor(deps): update motion installation
monarcode Nov 22, 2025
ec932a2
chore(deps): add static assets for upcoming interview section
monarcode Nov 22, 2025
b4d1a2f
refactor(styles): update base theme
monarcode Nov 22, 2025
799ed53
refactor(styles): update base theme and add squircle support
monarcode Nov 22, 2025
0bae106
refactor(button): update default button variant styling
monarcode Nov 22, 2025
7cee02a
refactor(sidebar): updated sidebar styling
monarcode Nov 22, 2025
4a4d540
feat(app): setup route for "Jobs & clients"
monarcode Nov 22, 2025
53911b8
refactor(styles): update global default font to Urbanist typeface
monarcode Nov 22, 2025
7e29006
refactor(ui): update sidebar styling
monarcode Nov 22, 2025
0f3b7a2
feat(app): install and setup react-big-calendar
monarcode Nov 23, 2025
4613b1f
refactor(ui): update overflow behaviour on main layout content
monarcode Nov 23, 2025
10e1b3f
feat(organizations): implement events calendar component
monarcode Nov 23, 2025
2c1540d
feat(organizations): implement agenda section
monarcode Nov 23, 2025
a4edd32
refactor(ui): add squircle treatment to more components for ui consis…
monarcode Nov 23, 2025
1d26721
refactor(ui): optimize page layout and components for mobile view
monarcode Nov 23, 2025
9a277a3
refactor(jobs & clents): update implementation to use route loader to…
monarcode Nov 25, 2025
04bfa57
refactor(mock-data): remove dead import and update mock-data file ext…
monarcode Dec 3, 2025
fdbef43
feat(orgs): add i18n translations to jobs and clients feature
monarcode Dec 3, 2025
cbc3569
feat(ui): enhance Sheet component with animation and context management
monarcode Dec 4, 2025
fa513c8
feat(ui): add Progress component for visual feedback
monarcode Dec 4, 2025
7d9a6cb
feat(organizations): enhance candidate profile and agenda features
monarcode Dec 4, 2025
d029690
refactor(ui): replace squircle styles with standard rounded styles fo…
monarcode Dec 4, 2025
da28beb
refactor(calendar-event): update corner radius to standard rounded-3x…
monarcode Dec 4, 2025
08804b1
feat(ai-assistant): add floating AI Assistant with chat interface
monarcode Dec 4, 2025
9f255b7
refactor(ai-assistant): improve chat message styling and responsiveness
monarcode Dec 4, 2025
f3e0b2d
chore(docs): document real world implementation for review
monarcode Dec 4, 2025
b318a58
feat(ui): enhance styling for light mode and update CandidateProfileS…
monarcode Dec 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ stripe-events.txt
# Test fixtures
/tests/fixtures/
/app/tests/mocks/fixtures/

build_log_*
944 changes: 944 additions & 0 deletions TASK-README.md

Large diffs are not rendered by default.

Loading