aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_reminders/src/shared/utils.ts
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-301-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* chore(files_reminders): Drop moment in favour of native js Date APIChristopher Ng2024-03-081-43/+63
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(files_reminders): Add year to date string if not in the same yearChristopher Ng2024-03-081-3/+20
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(cypress): formatFileSize change revert from files libraryJohn Molakvoæ2023-11-081-4/+4
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* enh(files_reminders): Adjust reminder optionsChristopher Ng2023-08-101-20/+19
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh: set later today to 6pmChristopher Ng2023-08-091-10/+11
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh: move to 8amChristopher Ng2023-08-091-5/+5
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat: custom date & timeChristopher Ng2023-08-091-0/+8
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh: remove iconsChristopher Ng2023-08-091-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* refactor: format optionsChristopher Ng2023-08-091-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh: shorten date string if same dayChristopher Ng2023-08-091-6/+13
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh: rename to saturday sundayChristopher Ng2023-08-091-7/+7
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh: later today 3 hours laterChristopher Ng2023-08-091-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files_reminders): add verbose date string utilChristopher Ng2023-08-091-0/+15
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files_reminders): add datetime utilsChristopher Ng2023-08-091-0/+112
Signed-off-by: Christopher Ng <chrng8@gmail.com>