Skip to content

New UI and design using Quasar 2 #235

@yoyosan

Description

@yoyosan

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';

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions