-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Description
Use Quasar 2 & Vue 3 to re-write the new UI with a new design
Players listing
- List
- Server side sorting - only descending
- Add Folders filter
- Various design and functionality adjustments to table
- Fix missing part from rank image
Player details
Moved to #240
Search rounds
- move Search into its own section
Settings
- add dark mode
- add polling for new data
Low priority
- Figure out why imports sometimes work with
@/type/...but not with@/constants/.... See below,
import { RANKS } from 'src/constants/ranks';
import type { DataTableHeader, DataTablePagination, DataTableRequestDetails } from '@/types/dataTable';
import type { PlayerResponse } from '@/types/player';
import { PlayerApi } from 'src/api/player';
import { ROUTES } from 'src/router/routes';