mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-25 18:42:08 +03:00
88f2849341
* 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 |
||
---|---|---|
.. | ||
.storybook | ||
src | ||
static | ||
package.json | ||
postcss.config.js | ||
svelte.config.js | ||
terrazzo.config.js | ||
tsconfig.json | ||
vite.config.ts | ||
vitest.workspace.ts |