Conversation
There was a problem hiding this comment.
just a couple things I noticed with the responsiveness:
we probably only really have to worry about getting down to around tablet size but either way its good to be more flexible than not
SelfServe text here is fixed:
CleanShot.2026-03-24.at.14.19.27.mp4
The outer container just shrinks width wise too much - it shouldn't be hardcoded but we ideally don't want it to stretch/shrink with each step that has different content inside:
CleanShot.2026-03-24.at.14.22.13.mp4
other things
- all the components should use named exports instead of default exports
- 5 step componetns + left panel + role card + onboarding page should change
- change
interface Xpropstotype Xprops = {...}for consitency - change the inline
style={{}}props to Tailwind-
RoleCard.tsxdoes this correctly / uses Tailwind but isn't rendered anywhere. I thinkRoleSelectionStepandEmployeeRoleStepuse inline styles to define this card
-
- change the hardcoded colors to use our design tokens in
styles.css
…, responsiveness fixes, revert prettier
1081e2b to
04c8a61
Compare
danctila
left a comment
There was a problem hiding this comment.
🐐 ed job implementing the changes requested 🔥
the only thing I see left is the inline styles - if you could convert them to tailwind classes that would be the last thing then this is G2G
…nboarding-lofi :wq# the commit.
Dao-Ho
left a comment
There was a problem hiding this comment.
For sizing, use tailwind rem sizing instead of hard pixels
For colors, never use taliwind defaults or hex codes, use color variables defind in our figma and styles.css if missing, add the new colors
backend/README.md
Outdated
| ┌──────────────▼──────────────────────────┐ | ||
| │ Storage Layer │ | ||
| │ (internal/service/storage/postgres/) │ | ||
| │ The Database itself │ |
There was a problem hiding this comment.
Did you mean to delete this?
.github/workflows/BackendCI.yaml
Outdated
| name: selfserve-binary | ||
| path: backend/bin/selfserve | ||
| retention-days: 7 No newline at end of file | ||
| retention-days: 7 |
There was a problem hiding this comment.
This file shouldn't have been updated
There was a problem hiding this comment.
same cmt, make sure your prettier config is setup properly. Lots of unrelated changes here
backend/README.md
Outdated
| @@ -190,4 +194,3 @@ The application reads configuration from environment variables (loaded from `con | |||
| - `LLM_TIMEOUT`: Response timeout in seconds (default: 60) | |||
| - `LLM_MAX_OUTPUT_TOKENS`: Max tokens for generation; lower values reduce latency (default: 1024) | |||
| - `LLM_TEMPERATURE`: Sampling temperature 0–1; lower is more deterministic and often faster for extraction | |||
There was a problem hiding this comment.
There was no tangible change in this file - there shouldn't be changes here either
Dao-Ho
left a comment
There was a problem hiding this comment.
seems like your diffs are back, your prettier might not be using the config or these changes are left over from previous diffs.
.github/workflows/BackendCI.yaml
Outdated
| name: selfserve-binary | ||
| path: backend/bin/selfserve | ||
| retention-days: 7 No newline at end of file | ||
| retention-days: 7 |
There was a problem hiding this comment.
same cmt, make sure your prettier config is setup properly. Lots of unrelated changes here
Description
Type of Change
Related Issue(s)
Closes #131
What Changed?
Testing & Validation
How this was tested
Screenshots/Recordings
Unfinished Work & Known Issues
Notes & Nuances
Pre-Merge Checklist
Code Quality
Testing & CI
Documentation
Reviewer Notes