1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-23 00:22:19 +01:00
unleash.unleash/frontend/src/component/personalDashboard
Thomas Heartman cdeb515488
chore: removes extra border on collapse for the event timeline (#9270)
Fixes a small visual glitch where the event timeline panel (which
usually doesn't have a bottom border on the summary) would get a
bottom border during the collapsing animation.

This happens because to make the border act as we want, we switch
between using the summary's bottom border and the content's top
border, and I'd only updated one of the borders to respect the new
design.
2025-02-10 10:52:32 +01:00
..
ActionBox.tsx feat: personal dashboard scrollbars and spacing (#8493) 2024-10-21 13:14:51 +02:00
AskOwnerToAddYouToTheirProject.tsx
ConnectSDK.tsx
createChartData.ts
createChartOptions.ts
FlagMetricsChart.tsx fix: don't break personal dashboard charts if the flag is called . (#8807) 2024-11-20 14:38:57 +01:00
InfoSection.tsx fix: link typo for upgrade (#8842) 2024-11-22 16:09:58 +01:00
LatestProjectEvents.tsx feat: remove bold/strong from personal dashboard events (#8330) 2024-11-20 15:40:48 +01:00
MyFlags.tsx feat: personal dashboard scrollbars and spacing (#8493) 2024-10-21 13:14:51 +02:00
MyProjects.tsx fix: dashboard onboarding flow correct conditions (#8676) 2024-11-06 15:21:42 +02:00
NoProjectsContactAdmin.tsx
PersonalDashboard.test.tsx chore: remove all deprecated imports of act (#8398) 2024-10-15 13:53:26 +02:00
PersonalDashboard.tsx chore: removes extra border on collapse for the event timeline (#9270) 2025-02-10 10:52:32 +01:00
ProjectDetailsError.tsx fix: handle loading states for project details for a single project (#8492) 2024-10-21 14:27:43 +02:00
ProjectSetupComplete.tsx feat: productivity email action text (#8966) 2024-12-12 12:00:08 +01:00
RemoteData.ts fix: handle loading states for project details for a single project (#8492) 2024-10-21 14:27:43 +02:00
RoleAndOwnerInfo.tsx fix: handle loading states for project details for a single project (#8492) 2024-10-21 14:27:43 +02:00
SharedComponents.tsx feat: move timeline to panel (#9243) 2025-02-06 13:55:59 +00:00
useDashboardState.ts fix: open/close animation on personal dashboard is choppy (#9253) 2025-02-10 10:40:26 +01:00
WelcomeDialog.tsx
YourAdmins.tsx