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

Modernise + marking notifications as "unread" #27

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jun 26, 2024

  1. minor cleanup, bump versions

    + cleanup a little bit
    + bump versions where applicable
    
    #5864
    chriscpty committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    0ba6fce View commit details
    Browse the repository at this point in the history
  2. mark as unread

    + mark as unread logic
    o cleanup and modernise syntax
    o show mark as read icons without hover
    + pass in i18n'd labels from Notifications widget
    + mark as read/unread logic in index
    
    #5864
    chriscpty committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    74146a3 View commit details
    Browse the repository at this point in the history
  3. update readme

    o update readme
    
    #5864
    chriscpty committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    1313ee7 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. undo breaking/design changes

    o undo changes so that this can be upstreamed
    
    #5864
    chriscpty committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ecf88f5 View commit details
    Browse the repository at this point in the history
  2. cleanup

    ! use .dropdown-item rather than .notification-item for notifications
    ! remove type declarations from DefaultController to undo breaking changes
    
    #5864
    chriscpty committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    0bd1433 View commit details
    Browse the repository at this point in the history
  3. changes during code-review

    o changes during code-review
    
    #5864
    chriscpty committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    8663027 View commit details
    Browse the repository at this point in the history