Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
df3e043
chore: more mock data
mjkeaton Mar 10, 2025
c37ef94
chore: display bill drawer, drawee, payee and holder
mjkeaton Mar 10, 2025
5f8ac5a
chore: IdentityPublicDataCard component
mjkeaton Mar 10, 2025
8cfed67
chore: format maturity date
mjkeaton Mar 10, 2025
c48a9ba
chore: add avatars
mjkeaton Mar 10, 2025
d0956cb
chore: add participants card to quote details
mjkeaton Mar 10, 2025
1b87572
chore: update holder of accepted quote mock
mjkeaton Mar 10, 2025
217b5ed
chore: add tooltips to participants
mjkeaton Mar 10, 2025
98872d8
chore: font-mono for uuids
mjkeaton Mar 10, 2025
46ab496
chore: quote item card
mjkeaton Mar 10, 2025
233f7b4
chore: format sum
mjkeaton Mar 10, 2025
503e41f
chore: spacing in quote item card
mjkeaton Mar 10, 2025
43a4222
chore: collapsible sidebar
mjkeaton Mar 10, 2025
d2171e4
core: sidebar user menu
mjkeaton Mar 10, 2025
8872406
chore: navbar secondary nav
mjkeaton Mar 10, 2025
aa0c596
fix: collapsible menu items
mjkeaton Mar 10, 2025
c629d5b
chore: email address links
mjkeaton Mar 11, 2025
6ea42a2
chore: nav pointer
mjkeaton Mar 11, 2025
cdc530e
chore: prepare Earnings component
mjkeaton Mar 12, 2025
fe80eb6
build(deps): update dependencies
mjkeaton Mar 12, 2025
6effeee
chore: confirm drawer component
mjkeaton Mar 12, 2025
ec2c64a
chore: drawer submit button variant
mjkeaton Mar 12, 2025
bd8f8ae
chore: add discount utils
mjkeaton Mar 12, 2025
a5335e0
chore: human readable duration
mjkeaton Mar 12, 2025
2688abe
chore: distinct pending and accepted quote pages
mjkeaton Mar 12, 2025
aeb915e
chore: main nav key
mjkeaton Mar 12, 2025
0c3968b
chore: add discount form
mjkeaton Mar 12, 2025
687b6e9
chore: submit discount rate
mjkeaton Mar 12, 2025
198a5d3
chore: title
mjkeaton Mar 13, 2025
da74fcd
build(deps): add sonner
mjkeaton Mar 13, 2025
3c16fe7
chore: add toast on success/error of quote action
mjkeaton Mar 13, 2025
11dc2cc
chore: toast on dev mode settings change
mjkeaton Mar 13, 2025
1bb414f
chore: loading toasts for quote actions
mjkeaton Mar 13, 2025
55f0446
chore: drawer title is mandatory
mjkeaton Mar 14, 2025
2dfdd89
chore: button label discount form
mjkeaton Mar 14, 2025
2273d0c
chore: more flexible offer form result
mjkeaton Mar 14, 2025
f5c2f19
chore: ttl form
mjkeaton Mar 14, 2025
e1c420f
chore: add calendar
mjkeaton Mar 14, 2025
8b84790
chore: better ttl form
mjkeaton Mar 14, 2025
08349f5
chore: update react-date-picker
mjkeaton Mar 14, 2025
94b3463
chore: add quote states to MainNav
mjkeaton Mar 14, 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: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="icon" type="image/png" sizes="192x192" href="/favicon-192x192.png">
<link rel="apple-touch-icon" type="image/png" sizes="192x192" href="/favicon-192x192.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>wildcat-dashboard-ui</title>
<title>Wildcat Dashboard</title>
</head>
<body>
<div id="root"></div>
Expand Down
Loading