Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: login page implementation #2248

Merged
merged 25 commits into from
Feb 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
a8fad6e
ch: stop tracking package-lock.json
orimdominic Feb 12, 2025
f2351a2
chore: remove package-lock.json from git tracking
orimdominic Feb 12, 2025
df661c5
ft: set up shadcn
orimdominic Feb 12, 2025
c1ca940
chore: copy fonts from Angular project
orimdominic Feb 12, 2025
95eac73
feat: add sample UI
orimdominic Feb 12, 2025
4427d66
chore: update prettier config
orimdominic Feb 14, 2025
9c45ef9
chore: add tailwind font size classes to tailwind config
orimdominic Feb 14, 2025
9493262
chore: update location of assets
orimdominic Feb 14, 2025
e01c485
fix: warning from Vite about location of assets
orimdominic Feb 15, 2025
8ec29b4
feat: include miss radix colors
orimdominic Feb 15, 2025
8732e6d
feat: include site-wide svgs
orimdominic Feb 17, 2025
2d0a8c7
feat: implement login page UI
orimdominic Feb 18, 2025
efb0f0a
chore: accommodate null and undefined in TS checks
orimdominic Feb 18, 2025
84d7ed4
Merge branch 'dashboard-react' into ft/login-page-ui
orimdominic Feb 18, 2025
ff44172
feat: add ConvoyLoader component
orimdominic Feb 18, 2025
c6f1ba2
feat: use email not username
orimdominic Feb 19, 2025
d7fc72e
chore: update eslint config
orimdominic Feb 20, 2025
1389a14
ft: update ConvoyLoader to show only when needed
orimdominic Feb 21, 2025
02c2472
feat: set up Tanstack router
orimdominic Feb 21, 2025
66b39c0
feat: set up services, lib and constants
orimdominic Feb 22, 2025
c244bd7
chore: prettify installed ui components
orimdominic Feb 22, 2025
27e4335
feat: set up app router
orimdominic Feb 22, 2025
4b5b42d
feat: update ConvoyLoader visibilty prop
orimdominic Feb 22, 2025
0612ae6
feat: implement login page
orimdominic Feb 22, 2025
f5b1c43
chore: prettify index.css
orimdominic Feb 22, 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
4 changes: 2 additions & 2 deletions web/ui/dashboard-react/.prettierrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"singleQuote": true,
"tabWidth": 4,
"printWidth": 100,
"tabWidth": 2,
"printWidth": 80,
"semi": true,
"endOfLine": "auto",
"arrowParens": "avoid",
Expand Down
Loading
Loading