aboutsummaryrefslogtreecommitdiffstats
path: root/helpers.jsx
diff options
context:
space:
mode:
authorGravatar piotrruss <mail@pruss.it> 2022-05-22 13:42:29 +0100
committerGravatar piotrruss <mail@pruss.it> 2022-05-22 13:42:29 +0100
commit853aefca82243a574e3fd8d5e5c7270355ba0cdb (patch)
tree60f2bb79cdcda10c5299339684cd74409e5c4124 /helpers.jsx
parent774113edda1b9219001ef4adab3f4e19c46bcecc (diff)
downloadnotes_mobile-853aefca82243a574e3fd8d5e5c7270355ba0cdb.tar.gz
notes_mobile-853aefca82243a574e3fd8d5e5c7270355ba0cdb.tar.bz2
notes_mobile-853aefca82243a574e3fd8d5e5c7270355ba0cdb.zip
add sorting
Diffstat (limited to 'helpers.jsx')
-rw-r--r--helpers.jsx9
1 files changed, 9 insertions, 0 deletions
diff --git a/helpers.jsx b/helpers.jsx
index 427158d..9e130dc 100644
--- a/helpers.jsx
+++ b/helpers.jsx
@@ -112,4 +112,13 @@ export const handleRemove = ({ note, session, fetchNotes, setLoading, showError
);
};
+export const SORT = [
+ '▼ Updated',
+ '▲ Updated',
+ '▼ Created',
+ '▲ Created',
+ '▼ Title',
+ '▲ Title',
+]
+