mirror of
https://github.com/idanoo/autobrr
synced 2025-07-25 01:39:13 +00:00
feat(web): link Dashboard stats to Releases page (#1281)
* feat(web): link stats to release table - added Errored Pushes - Made Recent Activity same color as Stats * feat(releasetable): made links a separate row https://i.imgur.com/ZoAOrXP.png remove comment * added LinkIcon to StatsItem - Changed grid-cols to 2, as we now have 4 for narrow widths * fix linting * move some text modifier to parent element * feat: add scale on hover with transition deduplicated some classes * adapt gap between StatsItems for mobile remove border and title on stats divs --------- Co-authored-by: Fabricio Silva <hi@fabricio.dev> Co-authored-by: martylukyy <35452459+martylukyy@users.noreply.github.com>
This commit is contained in:
parent
937d62fb82
commit
3b60365483
8 changed files with 79 additions and 37 deletions
|
@ -4,4 +4,4 @@
|
|||
*/
|
||||
|
||||
export { Button, PageButton } from "./Buttons";
|
||||
export { AgeCell, IndexerCell, TitleCell, ReleaseStatusCell } from "./Cells";
|
||||
export { AgeCell, IndexerCell, TitleCell, ReleaseStatusCell, LinksCell } from "./Cells";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue