aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MainView.tsx
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-06-07 19:36:59 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-06-07 19:36:59 -0400
commit97977e7156eb852c20422fa995bbf96529dfb4e5 (patch)
treec177a7375f0dbab033f46cceb3e7fe64b4624326 /src/client/views/MainView.tsx
parentc8dc7104f8a4923bcfc70dcc5ff5f492666487bd (diff)
sort overhaul for columnheader menu cleanup (sort is now a single action, not a persistent toggle; more like google sheets now)
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r--src/client/views/MainView.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx
index 31d88fb87..5fe9332f4 100644
--- a/src/client/views/MainView.tsx
+++ b/src/client/views/MainView.tsx
@@ -278,6 +278,9 @@ export class MainView extends ObservableReactComponent<{}> {
library.add(
...[
+ fa.faSort,
+ fa.faArrowUpZA,
+ fa.faArrowDownAZ,
fa.faExclamationCircle,
fa.faEdit,
fa.faArrowDownShortWide,