This repository was archived by the owner on Mar 7, 2026. It is now read-only.
feat: Replace AppShell custom components with UI-Kit components (#55)#58
Merged
christoph2806 merged 7 commits intodevelopfrom Jun 10, 2025
Merged
Conversation
added 7 commits
June 9, 2025 13:04
…AuthShell - replaced multiple action buttons with single icon for consistency, updated AuthShell to use Card components instead of plain divs
… replace plain HTML with Card components for consistent UI patterns and semantic structure
… replace manual text styling with Typography components, improve semantic HTML structure with proper header and figure elements, enhance accessibility with role and aria attributes
…ing tests, storybook, and manual testing with comprehensive dogfooding improvements
christoph2806
pushed a commit
that referenced
this pull request
Jun 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat: Replace AppShell custom components with UI-Kit components (#55)
🎯 Overview
This PR addresses Issue #55 by replacing custom implementations in the AppShell component with proper UI-Kit components. This major refactoring eliminates inconsistent styling, fixes separator rendering issues, and provides enhanced functionality while maintaining backward compatibility.
🔧 Changes Made
New Wrapper Components Created
AppShellBreadcrumbs- Wraps ui-kitBreadcrumbcomponentsBreadcrumbItem[]prop formatAppShellSidebar- Wraps ui-kitSidebarcomponentsSidebarProviderNavItem[]prop formatAppShellTopBar- Enhanced withNavigationMenu+DropdownMenucomponentsCore Updates
AppShellBreadcrumbsSideNav.tsx,TopBar.tsx, andBreadcrumbs.tsx✅ All 9 Tasks Completed
🧪 Testing
📈 Benefits
🔍 Additional Improvements
During implementation, comprehensive dogfooding was performed across all shell components:
📋 Definition of Done
All DoD criteria have been met:
Fixes #55