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

[stable27] feat: Set file reminders #39783

Merged
merged 36 commits into from
Aug 10, 2023
Merged

Commits on Aug 10, 2023

  1. feat(files_reminders): integrate load scripts

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit dec0111)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    840ec36 View commit details
    Browse the repository at this point in the history
  2. feat(files_reminders): add reminder service

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit 71943eb)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    a3abb0b View commit details
    Browse the repository at this point in the history
  3. fix: due date nullable

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit efed517)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    c25ed87 View commit details
    Browse the repository at this point in the history
  4. fix: frontend ocs

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit 00da82a)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    ec4d660 View commit details
    Browse the repository at this point in the history
  5. feat(files_reminders): add datetime utils

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit e97206b)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    1d46632 View commit details
    Browse the repository at this point in the history
  6. feat(files_reminders): register file action

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit d6bf9e3)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    5c6925d View commit details
    Browse the repository at this point in the history
  7. feat(files_reminders): emit action menu opened

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit 1acdb73)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    b57a884 View commit details
    Browse the repository at this point in the history
  8. fix: action icon color

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit e6cbb38)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    c2be544 View commit details
    Browse the repository at this point in the history
  9. feat(files_reminders): add logger

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit 5ca3770)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    1af7287 View commit details
    Browse the repository at this point in the history
  10. feat(files_reminders): add webpack module

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit 2089fba)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    b10a1a7 View commit details
    Browse the repository at this point in the history
  11. feat(files_reminders): add types

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit fdfdb2a)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    dd36606 View commit details
    Browse the repository at this point in the history
  12. feat(files_reminders): mount set reminder actions

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit 10b0d67)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    118ea83 View commit details
    Browse the repository at this point in the history
  13. fix: prevent sidebar from opening

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit 10a921e)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    103f2c6 View commit details
    Browse the repository at this point in the history
  14. feat(files_reminders): add verbose date string util

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit 419bea6)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    33c4861 View commit details
    Browse the repository at this point in the history
  15. feat(files_reminders): add set reminder actions

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit 5e4881b)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    ec8f8ce View commit details
    Browse the repository at this point in the history
  16. enh: later today 3 hours later

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit 07c0f7e)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    3248e3f View commit details
    Browse the repository at this point in the history
  17. enh: rename to saturday sunday

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit c2dfc42)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    2139e33 View commit details
    Browse the repository at this point in the history
  18. enh: shorten date string if same day

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit 440959a)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    effc210 View commit details
    Browse the repository at this point in the history
  19. fix: indent with tabs

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit 41856fb)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    d13b8dd View commit details
    Browse the repository at this point in the history
  20. enh: use vue-material-design-icons

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit d1367ec)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    d498414 View commit details
    Browse the repository at this point in the history
  21. fix: composer

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit 7a4c200)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    64cd84b View commit details
    Browse the repository at this point in the history
  22. feat(files_reminders): v1.0.0

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit 7af30fc)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    68f4a13 View commit details
    Browse the repository at this point in the history
  23. enh: add clean up buffer

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit 18fb955)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    6335282 View commit details
    Browse the repository at this point in the history
  24. fix: eslint

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit 683041c)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    3bba555 View commit details
    Browse the repository at this point in the history
  25. fix: load script

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit 89692cf)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    0131005 View commit details
    Browse the repository at this point in the history
  26. fix: remove non-existing reminder notification

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit 0b15fee)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    72bcafb View commit details
    Browse the repository at this point in the history
  27. enh: use alarm icon

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit 893da9c)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    e5e5c97 View commit details
    Browse the repository at this point in the history
  28. refactor: format options

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit dbe8ba2)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    fa48409 View commit details
    Browse the repository at this point in the history
  29. enh: remove icons

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit d086fe3)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    271122e View commit details
    Browse the repository at this point in the history
  30. feat: custom date & time

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit 597abe0)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    c71db8a View commit details
    Browse the repository at this point in the history
  31. enh: en dash

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit ce3119e)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    f6a8441 View commit details
    Browse the repository at this point in the history
  32. enh: move to 8am

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit ffd68a8)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    6c89550 View commit details
    Browse the repository at this point in the history
  33. chore: compile assets

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit 38e4ba2)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    15ade72 View commit details
    Browse the repository at this point in the history
  34. enh: pass params in subject

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit 86db2d7)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    0c0ed38 View commit details
    Browse the repository at this point in the history
  35. enh: set later today to 6pm

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit 9d43583)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    87f9700 View commit details
    Browse the repository at this point in the history
  36. chore: compile assets

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    (cherry picked from commit 1d2ec6b)
    Pytal authored and AndyScherzinger committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    a3c333c View commit details
    Browse the repository at this point in the history