aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_reminders/src/shared
Commit message (Collapse)AuthorAgeFilesLines
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-091-1/+1
| | | | | | | | | Nevertheless this causes a huge amount of new warnings. Previously the shell script for directories to lint was wrong it was generating all app names to lint, but was missing the `apps/` prefix. Causing only `core` to be linted. Co-authored-by: Grigorii K. Shartsev <me@shgk.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-303-57/+6
| | | | 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 typesChristopher Ng2023-08-091-0/+27
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files_reminders): add loggerChristopher Ng2023-08-091-0/+28
| | | | 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>