What's Changed
Features
- refactor(ui): reorganize validator data fetching and caching by @drichar in #346
- feat(ui): display NFD names for stakers in validator details by @drichar in #348
- feat(ui): add IPFS avatar support for NFDs by @drichar in #349
- feat(ui): add guided reward token setup flow for new validators by @drichar in #353
- feat(ui): improve loading states for dashboard tables by @drichar in #362
Fixes
- fix(ui): resolve toast issue with pera mobile by @kylebeee in #344
- fix(ui): default to pool 1 view when pools exist by @drichar in #351
- fix(ui): add second gas txn for asset-gated stake by @drichar in #350
- fix(ui): fix incorrect reward token assignment in useValidator by @drichar in #352
- fix(ui): ensure percentToValidator is rounded to integer by @drichar in #354
- fix(ui): handle decimal inputs in validator forms by @drichar in #355
- fix(ui): prevent AddPoolModal closing during pool creation by @drichar in #356
- fix(ui): convert pool address to string for NFD query key by @drichar in #357
- fix(ui): improve dialog accessibility and DOM nesting by @drichar in #358
- fix(ui): adjust toast z-index to resolve overlay conflicts by @drichar in #359
- fix(ui): maintain validator ID relationships in combined queries by @drichar in #360
- fix(ui): fetch full NFD view and improve pool type safety by @drichar in #361
Other Changes
New Contributors
Full Changelog: v1.0.3...v1.1.0