Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: router #10

Merged
merged 6 commits into from
Jan 8, 2025
Merged

feat: router #10

merged 6 commits into from
Jan 8, 2025

Conversation

lcandy2
Copy link
Owner

@lcandy2 lcandy2 commented Jan 8, 2025

  • Deleted the ShelfModels.swift file, which contained unused shelf-related enums and structs.
  • Added a new Status model in Status.swift, encapsulating various properties for status updates, including visibility, media attachments, and account details.
  • Enhanced data handling capabilities with the introduction of new structures for Account, MediaAttachment, Mention, Tag, and Card, improving the overall architecture for timeline management.

- Deleted the ShelfModels.swift file, which contained unused shelf-related enums and structs.
- Added a new Status model in Status.swift, encapsulating various properties for status updates, including visibility, media attachments, and account details.
- Enhanced data handling capabilities with the introduction of new structures for Account, MediaAttachment, Mention, Tag, and Card, improving the overall architecture for timeline management.
- Introduced a Router object to manage navigation paths and sheet presentations across the app.
- Updated ContentView to utilize NavigationStack with dynamic navigation destinations for various views (e.g., ItemDetail, UserProfile).
- Enhanced NeoDBApp to provide the Router object to ContentView.
- Removed the obsolete Status model, streamlining the codebase and improving maintainability.
- Added TODO comments for future implementation of detailed views, ensuring clarity on upcoming features.
- Expanded the router implementation to support deep linking and centralized navigation management, including handling for new destinations such as status details and hashtags.
- Updated HomeView and LibraryView to utilize the router for navigation, improving user experience and code organization.
- Added logging for navigation actions to facilitate debugging and tracking of user interactions.
- Revised documentation to reflect new features and next steps for further development, including the implementation of destination views and enhanced error handling.
- Introduced new logo assets for NeoDB, including a square SVG logo and its corresponding asset catalog configuration.
- The logo is available in multiple scales (1x, 2x, 3x) for improved display across different device resolutions.
- Updated asset catalog to include metadata for the new logo, enhancing the app's branding and visual identity.
- Integrated router functionality for improved navigation across user profiles, item details, and shelf management.
- Added new navigation examples and deep linking support in the router documentation.
- Migrated shelf display functionality from ProfileView to a dedicated LibraryView, enhancing organization and user experience.
- Implemented pagination, filtering, and deep linking for the LibraryView, allowing users to manage their collections more effectively.
- Updated StatusView to utilize the router for user profile navigation, improving interaction and accessibility.
- Added new documentation files for router functionality and shelf features to the project configuration.
- Included references for router.md and IceCubes/Router.md to enhance navigation documentation.
- Improved organization of project resources by updating membership exceptions in the project file.
@lcandy2 lcandy2 merged commit 57d4497 into main Jan 8, 2025
@lcandy2 lcandy2 deleted the feat/router branch January 8, 2025 19:13
@lcandy2 lcandy2 restored the feat/router branch January 9, 2025 03:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant