From e3d27e4b4fef075d4bb4296c44dfe1becfb23e10 Mon Sep 17 00:00:00 2001 From: silentrald Date: Mon, 6 Jan 2025 19:25:51 +0800 Subject: [PATCH] [feat-216] applied ui for filter/sorting map/playlist * also applied change to model filter ui --- .../maps-playlists-panel.component.tsx | 48 ++++++++++--------- .../models-panel.component.tsx | 4 +- .../components/svgs/bsm-icon.component.tsx | 7 ++- .../icons/arrow-upward-icon.component.tsx | 15 ++++++ 4 files changed, 49 insertions(+), 25 deletions(-) create mode 100644 src/renderer/components/svgs/icons/arrow-upward-icon.component.tsx diff --git a/src/renderer/components/maps-playlists-panel/maps-playlists-panel.component.tsx b/src/renderer/components/maps-playlists-panel/maps-playlists-panel.component.tsx index b947889f..54e3fe46 100644 --- a/src/renderer/components/maps-playlists-panel/maps-playlists-panel.component.tsx +++ b/src/renderer/components/maps-playlists-panel/maps-playlists-panel.component.tsx @@ -253,7 +253,7 @@ export function MapsPlaylistsPanel({ version, isActive }: Props) { return ( <> -