gitbutler/packages/ui
Pavel Laptev 88f2849341
sidebar-update-for-stacking (#5463)
* feat: add SeriesLabelsRow component and update imports

Introduce the SeriesLabelsRow component to display a list of series 
with an optional counter label. Update the CollapsedLane and HeaderMetaSection 
to use the new component. Create stories for SeriesLabelsRow in Storybook 
to facilitate testing and documentation. This enhances the UI by providing 
a clearer representation of series data.

* feat: refactorEntry to use series instead of title

Remove title prop from SidebarEntry and replace it with a series 
array. Update related components and stories to reflect this change. 
This enhances the component's flexibility by allowing it to handle 
multiple series, improving the overall user experience.

* style: update hover background color in SidebarEntry

* feat: add tooltip to series labels for clarity

* refactor: move wiggle animation to utility styles


Also removes unused DefaultTargetButton component code.

* Merge branch 'master' into sidebar-update-for-stacking

* feat: enhance SidebarEntry with title and optional series

Fix: PR sidebar entry
2024-11-06 11:45:37 +01:00
..
.storybook Move dummy UI and minor code refactor (#5061) 2024-10-09 17:00:35 +02:00
src sidebar-update-for-stacking (#5463) 2024-11-06 11:45:37 +01:00
static fix: mv ui package to packages/ 2024-06-26 18:03:55 +02:00
package.json fix: playwright on nix 2024-10-27 10:54:10 +01:00
postcss.config.js fix(ui): update ui output (#4649) 2024-08-08 14:51:37 +02:00
svelte.config.js fix: dont force runes on packages/ui - storybook still doesnt support 2024-10-23 11:09:39 +02:00
terrazzo.config.js Tooltip-refactoring-+-new-component (#4804) 2024-09-01 20:30:36 +02:00
tsconfig.json chore: eslint ignore storybook stories for now 2024-10-23 11:09:39 +02:00
vite.config.ts fix: bump all svelte related dependencies (#4828) 2024-09-06 12:25:41 +02:00
vitest.workspace.ts Align changes with formatting; install browser deps 2024-09-26 00:36:46 +02:00