d13412dfb9
fix transcendence star positioning and update uncap styles
2025-09-25 00:26:29 -07:00
6762c2dab4
use new modifier utils in unit components
2025-09-25 00:26:17 -07:00
739c415284
add canonical/user version toggle to details sidebar
2025-09-25 00:25:07 -07:00
249877efe6
add sidebar modification display components
2025-09-25 00:24:36 -07:00
f090d2fe41
add modifier utils for weapon keys, awakenings, and stat modifications
2025-09-25 00:22:58 -07:00
47d64d6fe1
fix: use camelCase for pagination meta after transform
2025-09-24 22:53:05 -07:00
3bbebeb588
fix: prevent grid rep titles from stretching container
2025-09-24 22:52:50 -07:00
999f03f42c
add infinite scrolling to explore and profile pages
2025-09-24 22:24:53 -07:00
8f6a8ac522
ignore test routes
2025-09-24 22:07:47 -07:00
29980c605b
remove console.log from database pages
2025-09-24 22:04:40 -07:00
9bb9bd6320
add user settings modal and page
2025-09-24 22:02:25 -07:00
fc958fc444
fix scroll restoration for custom scroll container
2025-09-24 21:31:36 -07:00
5678e13afb
Don’t show selection on all /teams routes
2025-09-24 14:40:30 -07:00
6034157d07
add element-based backgrounds to detail sidebar
2025-09-24 03:49:20 -07:00
506d33bf57
fix character rep image urls
2025-09-24 03:35:07 -07:00
89daa8e565
update character unit to use new image function
2025-09-24 03:29:53 -07:00
bb3aa1a252
migrate existing image utilities
2025-09-24 03:29:41 -07:00
3dbb977d47
update database pages to use image utils
2025-09-24 03:29:15 -07:00
f8e9c411f7
use detail/base images in sidebar
2025-09-24 03:28:49 -07:00
91524ed064
add centralized image utility system
2025-09-24 03:28:26 -07:00
bc2e7d6bdb
fix dropdown double button issue
2025-09-24 02:52:24 -07:00
608d02597b
update nav height to 81px
2025-09-24 02:52:13 -07:00
e2c71ad28d
add element theming and avatar to navigation
2025-09-24 02:52:01 -07:00
e6b95f7c12
extract avatar utilities and update user profile
2025-09-24 02:51:51 -07:00
a21bc27594
add element theme colors and spacing variables
2025-09-24 02:51:35 -07:00
7889b7c59b
fix button component renderAs logic
2025-09-24 02:51:23 -07:00
94ad52252e
Update to use Button component
...
Also removes redundant styles
2025-09-24 01:53:59 -07:00
ed4d54d586
This was interfering when hoving the + button
2025-09-24 01:53:37 -07:00
8db94e37e7
Update Button component to have shape and element
2025-09-24 01:53:26 -07:00
6ace86a00e
Fix various spacing and sizing issues on party details
2025-09-24 01:24:57 -07:00
d8eb6b965a
Update description sidebar padding and title
2025-09-24 00:45:40 -07:00
b564a5e5e0
Update layout
...
Sidebar now animates properly. Navigation has progressive blur behind it on scroll
2025-09-24 00:45:28 -07:00
06a91bd532
Add Youtube video rendering to DescriptionRenderer
2025-09-24 00:43:06 -07:00
a1eef8c8a5
update dependencies
2025-09-23 22:10:44 -07:00
0324adb0a4
update services and uncap utilities
2025-09-23 22:10:22 -07:00
53df1db2bc
update themes and global styles
2025-09-23 22:10:01 -07:00
0c03332988
update ui components for better interaction
2025-09-23 22:09:39 -07:00
d6b868a9fd
add auth store and update auth flow
2025-09-23 22:09:14 -07:00
838e09d17b
add sidebar components for descriptions and details
2025-09-23 22:08:51 -07:00
fc32e18ea8
refactor api adapters to use new pattern
2025-09-23 22:06:42 -07:00
9ed6a00f5f
feat: auto-close sidebar on navigation
...
- Added beforeNavigate hook to close sidebar when navigating between pages
- Prevents search sidebar from staying open when browsing different sections
- Ensures clean UI state transitions between pages
2025-09-20 21:36:49 -07:00
fc711a7a5d
feat: adapt SearchSidebar to use new sidebar system with component-based content
2025-09-20 12:54:18 -07:00
f5361c5ace
fix: use close.svg icon directly in SidebarHeader for visibility
2025-09-20 12:49:37 -07:00
eace0530fa
fix: update CharacterRep and SummonRep to use correct adapter field names and shared image utilities
2025-09-20 12:33:08 -07:00
713886a290
fix: prevent duplicate icon rendering in Button component when iconOnly is true
2025-09-20 03:02:55 -07:00
2cf29275b6
Fix database pages to use camelCase field names
...
- Update database grid navigation to use granblueId
- Update column definitions to use granblueId
- Fix all detail pages to use camelCase field names from transformed API responses
- Fix field names for HP/ATK stats, abilities, and metadata
2025-09-20 02:57:27 -07:00
0797892ea4
Fix last updated field to use camelCase field names
2025-09-20 02:47:08 -07:00
eaa9e1c847
Fix database pages and images
...
- Update DatabaseProvider to use SearchAdapter instead of direct fetch
- Fix RequestCache error by using cacheTTL instead of cache
- Update image cells to use shared image utilities with correct parameters
- Use only camelCase field names (granblueId) from transformed responses
2025-09-20 02:46:13 -07:00
100a04eda6
Fix adapter field names and runed import
...
- Update Party interface to use transformed field names (weapons/characters/summons)
- Fix runed import to use useDebounce instead of debounced
- Clean up debug logging
2025-09-20 02:26:54 -07:00
1a6a112efd
fix: adapter initialization and image loading
...
- Add centralized adapter config with proper baseURL
- Fix API response transformation (object -> weapon/character/summon)
- Update components to use image service and correct property names
- Fix Svelte 5 $derived syntax and missing PartyAdapter.list method
Images now display correctly in grids.
2025-09-20 01:54:40 -07:00