rucio / webui

RucioWebUI (v2.0)
Apache License 2.0
4 stars 15 forks source link

Refactor *all* tables to new `StreamedTable` versions #215

Closed ThePhisch closed 1 year ago

ThePhisch commented 1 year ago

Description

Going forward, all tanstack (streamed) tables will use the generic StreamedTable component and its associated components (such as TableFilterString, TableFilterDiscrete, etc.). At the same time, most tables still use the old and inconvenient method of designing tables.

Task

Refactor all of these tables and bring them up to date. This means:

In the end, it should be possible to remove all old table components from the StreamedTables folder.

Progress

ThePhisch commented 1 year ago

Completed as per #216