-
Notifications
You must be signed in to change notification settings - Fork 21
feat: Public Gearset Browser #24
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
Draft
themixednuts
wants to merge
8
commits into
main
Choose a base branch
from
feature/gearsets-browser
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
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
- Add avatar and fullName fields to users collection via PocketBase migrations - Display user avatar in navbar with profile dropdown - Update auth component to capture fullName during registration - Provide foundation for user profile display across the application
2568a42 to
d4d9ae1
Compare
- Add disabled state to skill tree input with muted styling - Prevent interaction when skill tree is in readonly mode - Remove unused PerkDetailDirective import from item-detail-perks
- Create gearset_likes junction table for tracking user likes - Update public_gearsets view to include like counts and timestamps - Add access rules for like operations
d4d9ae1 to
67c941e
Compare
- Add search parameter to PublicTable interface for filtering records - Add sortBy and sortDirection parameters for server-side sorting - Extend PocketBase adapter to support user profile expansion (avatar, fullName) - Implement like/unlike methods in PocketBase public table - Add likeCount, isLikedByUser, created, and updated fields to GearsetRecord - Support pagination with search and sort in public gearsets view
- Add builds list page with search, sort, and filter controls - Server-side search by name, username, or full name - Sort by likes, date, gear score, or name (ascending/descending) - URL state persistence for filters and sort options - Infinite scroll pagination - Add build card component - Display equipment preview with item icons and tooltips - Show character attributes and level - Display like count and update timestamp - Import button to copy builds to user's collection - Responsive layout with hover effects - Add build detail page - Full equipment grid with armor, jewelry, and weapons - Item detail view on slot click - Stats panel with collapsible sections for damage, absorption, and weaknesses - Read-only skill tree display - Like/unlike functionality with toast notifications - Share button to copy URL - Export to damage calculator - URL state for active tab and selected slot - Update routes to include builds browser at app level
- Display user avatar in navbar with profile expansion - Add fullName field to auth component for user profiles - Update app menu to include Builds browser link - Move builds routes to app-level routing for proper navigation highlighting
67c941e to
8ca702a
Compare
5ec57f4 to
81faac4
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adds public gearset browser where users can browse, search, and view published gearsets.
Closes #21
Browse & Discovery
Build Cards
Build Detail View
Backend
Depends on: #25 (user profiles), #26 (readonly skill tree)