Closed martinvibes closed 3 months ago
@martinvibes is attempting to deploy a commit to the StarknetID Team on Vercel.
A member of the Team first needs to authorize it.
hello @fricoben kindly review
The recent updates enhance user navigation and tab management within the application. The Category
component now features a navigation handler that remembers the user's last active tab using localStorage
. Meanwhile, the QuestAndCollectionTabs
component has been adjusted to persist the active tab state across sessions. Collectively, these improvements create a more seamless and intuitive user experience by maintaining continuity and enhancing interaction within the app.
Files | Change Summary |
---|---|
app/categories/[category]/category.tsx, components/pages/home/questAndCollectionTabs.tsx | Introduced enhancements for tab navigation and state persistence. The Category component manages navigation to the last active tab stored in localStorage , while the QuestAndCollectionTabs component remembers and stores the last active tab index, improving continuity across user sessions. |
sequenceDiagram
participant User
participant CategoryComponent
participant LocalStorage
participant Router
User->>CategoryComponent: Interacts with tab
CategoryComponent->>LocalStorage: Retrieve activeTab
alt activeTab exists
CategoryComponent->>Router: Navigate to activeTab
else no activeTab
CategoryComponent->>Router: Navigate back
end
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
starknet-quest | ❌ Failed (Inspect) | Aug 16, 2024 4:56pm |
@martinvibes please fix or I'll need to reassign this issue to someone else !
@fricoben sorry for the delay i'm working on it
Pull Request type
Please add the labels corresponding to the type of changes your PR introduces:
Resolves: #NA
Other information
Summary by CodeRabbit
New Features
Usability Improvements