Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Set file reminders #39685

Merged
merged 36 commits into from Aug 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
dec0111
feat(files_reminders): integrate load scripts
Pytal Aug 3, 2023
71943eb
feat(files_reminders): add reminder service
Pytal Aug 3, 2023
efed517
fix: due date nullable
Pytal Aug 3, 2023
00da82a
fix: frontend ocs
Pytal Aug 3, 2023
e97206b
feat(files_reminders): add datetime utils
Pytal Aug 3, 2023
d6bf9e3
feat(files_reminders): register file action
Pytal Aug 3, 2023
1acdb73
feat(files_reminders): emit action menu opened
Pytal Aug 3, 2023
e6cbb38
fix: action icon color
Pytal Aug 3, 2023
5ca3770
feat(files_reminders): add logger
Pytal Aug 3, 2023
2089fba
feat(files_reminders): add webpack module
Pytal Aug 3, 2023
fdfdb2a
feat(files_reminders): add types
Pytal Aug 3, 2023
10b0d67
feat(files_reminders): mount set reminder actions
Pytal Aug 3, 2023
10a921e
fix: prevent sidebar from opening
Pytal Aug 3, 2023
419bea6
feat(files_reminders): add verbose date string util
Pytal Aug 3, 2023
5e4881b
feat(files_reminders): add set reminder actions
Pytal Aug 3, 2023
07c0f7e
enh: later today 3 hours later
Pytal Aug 3, 2023
c2dfc42
enh: rename to saturday sunday
Pytal Aug 3, 2023
440959a
enh: shorten date string if same day
Pytal Aug 3, 2023
41856fb
fix: indent with tabs
Pytal Aug 3, 2023
d1367ec
enh: use vue-material-design-icons
Pytal Aug 3, 2023
7a4c200
fix: composer
Pytal Aug 3, 2023
7af30fc
feat(files_reminders): v1.0.0
Pytal Aug 4, 2023
18fb955
enh: add clean up buffer
Pytal Aug 4, 2023
683041c
fix: eslint
Pytal Aug 4, 2023
89692cf
fix: load script
Pytal Aug 4, 2023
0b15fee
fix: remove non-existing reminder notification
Pytal Aug 4, 2023
893da9c
enh: use alarm icon
Pytal Aug 4, 2023
dbe8ba2
refactor: format options
Pytal Aug 4, 2023
d086fe3
enh: remove icons
Pytal Aug 8, 2023
597abe0
feat: custom date & time
Pytal Aug 8, 2023
ce3119e
enh: en dash
Pytal Aug 8, 2023
ffd68a8
enh: move to 8am
Pytal Aug 8, 2023
38e4ba2
chore: compile assets
Pytal Aug 8, 2023
86db2d7
enh: pass params in subject
Pytal Aug 9, 2023
9d43583
enh: set later today to 6pm
Pytal Aug 9, 2023
1d2ec6b
chore: compile assets
Pytal Aug 9, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/files/css/files.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/files/css/files.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions apps/files/css/files.scss
Expand Up @@ -593,7 +593,7 @@ table td.selection {
background-color: var(--color-main-background);
mask: var(--icon-star-rounded-white) no-repeat;
mask-size: 22px 22px;

width: 22px;
height: 22px;
display: flex;
Expand Down Expand Up @@ -655,8 +655,11 @@ a.action > img {
vertical-align: text-bottom;
}

a.action.action-editlocally img.icon {
filter: var(--background-invert-if-dark);
a.action.action-editlocally,
a.action.action-setreminder {
img.icon {
filter: var(--background-invert-if-dark);
}
}

/* Actions for selected files */
Expand Down
2 changes: 1 addition & 1 deletion apps/files/css/merged.css

Large diffs are not rendered by default.