e8608ff32d
respect showGranblueId setting in ProfileHeader
2025-12-14 01:24:03 -08:00
376e915ade
refactor UserSettingsModal to tabbed layout
2025-12-14 01:23:59 -08:00
9ee90fc6fc
add /users/me endpoint to user adapter
2025-12-14 01:23:55 -08:00
242aa7c0a9
add settings section components
2025-12-14 01:23:50 -08:00
c785d1d0ab
add SettingsNav and SettingsRow components
2025-12-14 01:23:47 -08:00
8e57cdc2a5
add missing crewStore import
2025-12-13 23:27:48 -08:00
9429ccff53
use AWS for placeholder images in production
2025-12-13 23:26:35 -08:00
9c69db640e
hide invitations menu item when user is in a crew
2025-12-13 23:20:58 -08:00
b844012f3b
use neutral ViewModeToggle in collection pages
2025-12-13 23:17:58 -08:00
f20c99bdac
add ViewModeToggle component with element theming and neutral mode
2025-12-13 23:17:50 -08:00
04469ee202
fix icon svg handling, update grid/list icons
2025-12-13 23:17:42 -08:00
4745baca1c
add bulk phantom creation, delete confirmation, default to all filter
...
- bulk create phantoms with individual join dates
- confirm before deleting phantoms
- reorder filters with All first and as default
2025-12-13 23:12:40 -08:00
7dcb100412
add medium size to Dialog, leftIcon/rightIcon props to Button
2025-12-13 23:12:34 -08:00
0e5f7e1642
fix modal content overflow pushing footer out of view
2025-12-13 23:12:30 -08:00
7e0f66d9cc
fix registration availability checks and signup endpoint
...
- correct api paths for username/email availability checks
- use singleton userAdapter instead of creating new instance
- use getApiBaseUrl() for signup to include /api/v1 prefix
2025-12-13 22:15:31 -08:00
30128107fb
cache user settings in cookie for faster modal loading
...
store granblueId and showCrewGamertag in cookie at login,
use as initial values so modal opens instantly
2025-12-13 22:14:49 -08:00
362db1238f
fix input focus loss when error state changes
...
always wrap in fieldset to keep DOM structure stable
2025-12-13 22:14:32 -08:00
9787af9c42
fix party avatar to use shared image utilities
2025-12-13 21:50:25 -08:00
c57f84b1b4
fix avatar images to respect remote/local hosting config
2025-12-13 21:49:14 -08:00
586dd84a01
remove unused page test
2025-12-13 21:25:06 -08:00
da7299625c
misc type and style fixes
2025-12-13 21:25:02 -08:00
4f1b8872c0
fix database edit page type errors
2025-12-13 21:24:47 -08:00
318db82ce7
fix storybook mock types
2025-12-13 21:24:39 -08:00
70df592890
fix svelecte event handling for svelte 5
2025-12-13 21:24:31 -08:00
0c973785d1
move favorites to separate route
2025-12-13 21:24:22 -08:00
aee62522e9
redesign profile header with gamertag + gbf profile link
2025-12-13 21:24:09 -08:00
14819f0b73
fix null check for layout data during error scenarios
2025-12-13 21:18:50 -08:00
e5dec76a84
fix image paths for production (use AWS URLs)
2025-12-13 20:58:34 -08:00
60cbc03edf
select/multiselect: remove hover shadow, use elemental checkmarks
2025-12-13 20:58:30 -08:00
20dabc5aa1
collection page card styling + contained filters
2025-12-13 20:58:20 -08:00
c54c959522
rework ModalFooter to use action props
...
- onCancel callback with fixed "Nevermind" label
- optional primaryAction object (label, onclick, destructive, disabled)
- optional left snippet for custom content
2025-12-13 20:02:25 -08:00
7dae71965a
extract DeleteTeamDialog component
2025-12-13 20:02:18 -08:00
492307530a
fix nav highlight for profile sub-routes
2025-12-13 20:02:14 -08:00
82c3f3c471
add scout button and pending invitations to crew members
...
- wire scout button to open ScoutUserModal
- collapsible section showing sent invitations for officers
2025-12-13 18:07:15 -08:00
013c1b5eb2
add invite to crew action on user profiles
...
officers can invite users without a crew via context menu
2025-12-13 18:07:11 -08:00
d2c16d908d
add invitation notifications to nav
...
badge on profile icon + dropdown item to open invitations modal
2025-12-13 18:07:06 -08:00
c9f31f9059
add crew invitation modals
...
- InvitationsModal: view/accept/decline pending invitations
- InviteUserModal: confirm invite from profile page
- ScoutUserModal: search users by username to invite
2025-12-13 18:07:02 -08:00
27a98274c1
add NotificationBadge component
...
reusable red dot/count badge for notifications
2025-12-13 18:06:56 -08:00
b3ec56648c
fix mock file imports to use correct type modules
2025-12-13 14:55:56 -08:00
9e547d66df
fix button variant and visibility enum usage
2025-12-13 14:55:51 -08:00
789494e773
migrate dialog consumers to ModalHeader/Body/Footer pattern
2025-12-13 14:55:46 -08:00
a3c5676c4c
add missing type props: dates, wiki links, editKey, gw stats
2025-12-13 14:55:40 -08:00
6f16b41d35
misc: util tweaks, database page fixes, mock updates
2025-12-13 14:35:29 -08:00
46d48132bd
sidebar: fix proficiency list spacing
2025-12-13 14:35:25 -08:00
b6fb3ec0a0
add new theme color variables
2025-12-13 14:35:11 -08:00
015650104e
teams/new: reformat and restructure page
2025-12-13 14:35:03 -08:00
47563634b3
nav: add crew link and gw-events database link
2025-12-13 14:34:49 -08:00
b5d0b7c0e7
collection panes: add delete action, fix edit mode state
...
- add remove from collection with confirmation
- sidebar overflow menu for delete action
- better tracking of which item is selected to avoid state bugs
2025-12-13 14:34:40 -08:00
7558aef509
edit panes: remove footer buttons, export save() for header
...
parent components now call save() from sidebar header action
instead of embedded cancel/save buttons
2025-12-13 14:34:30 -08:00
4418157ca0
refactor modal components to use header/body/footer pattern
...
UserSettingsModal now uses ModalHeader, ModalBody, ModalFooter.
Dialog simplified. Button tweaks.
2025-12-13 14:34:20 -08:00