Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
84e9116
feat(entities): add timeline detail drawer
johallar Aug 13, 2026
d5deca5
refactor: use shadcn ui drawer
johallar Aug 13, 2026
a89e4d5
refactor: components for different bits of data, more useful timestamp
johallar Aug 13, 2026
087c296
refactor: consolidate on dataflowbar
johallar Aug 13, 2026
b2749a7
chore: use DataText for numbers/server data
johallar Aug 13, 2026
88aa2c6
refactor: extract positioned tooltip, use in fsmcapacity and timeline…
johallar Aug 13, 2026
a0e7a0c
chore: simplify position tracking
johallar Aug 13, 2026
36ba120
Merge branch 'main' into entities-detail-1
johallar Aug 19, 2026
4049e35
refactor: deselect entities if they are selected again
johallar Aug 19, 2026
b8864a3
Pass percentage instead of ms so bar fills up full width
cmatzenbach Aug 20, 2026
baf344d
generalize cap. chart component to select multiples caps, allow defau…
cmatzenbach Aug 20, 2026
0fd6455
Add unit tests for new fsmcapacitychart component
cmatzenbach Aug 20, 2026
625dec8
Add unit tests for entity details panel
cmatzenbach Aug 20, 2026
b17267a
fix: linting
cmatzenbach Aug 20, 2026
f65d283
fix: QuantitySpec type errors
cmatzenbach Aug 21, 2026
62f0f6f
fix: calculate shift from bigint bit length; update tests accordingly
cmatzenbach Aug 21, 2026
22f7694
fix: store settimeout handle and clear timer
cmatzenbach Aug 21, 2026
5af2cfb
fix: use cn for class generation
cmatzenbach Aug 21, 2026
74cac3d
fix: don't clear selection until gant click runs; add test
cmatzenbach Aug 21, 2026
4c4d1f7
Use shadcn select fields; add testing infra to test these components,…
cmatzenbach Aug 21, 2026
47dc413
Rename DataFlowBar to SegmentedBar and move to own directory, update …
cmatzenbach Aug 21, 2026
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
3 changes: 2 additions & 1 deletion ui/packages/@quent/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"@quent/client": "workspace:*",
"@quent/hooks": "workspace:*",
"@quent/utils": "workspace:*",
"d3-dag": "^1.2.1"
"d3-dag": "^1.2.1",
"vaul": "^1.1.2"
},
"peerDependencies": {
"@tanstack/react-query": "^5.0.0",
Expand Down
Loading