Commit Graph

8 Commits (a4ca54425f873d30e8afc323f86625e1980aa066)

Author SHA1 Message Date
Bo-Yi Wu 3576e1ee73 fix: trim the whitespaces for the search keyword ()
Ethan Koenig 2eb15f4a61 Unit tests and remove unused functions in models/notification ()
* Unit tests and remove unused functions in models/notification

* Read -> Unread
Andrey Nering d2bb8ef503 Notifications: trying to get a better layout ()
* i18n button titles

* Improvements on notification page layout

* Notification count badge fixes

* Make table <tr> clickable

* Fix octicon aligment

* Fix use of AppSubUrl
xgitea 64b167138f docs: update translation on notification page for zh-CN ()
* docs: update translation on notification page for zh-CN

* use international resources
Andrey Nering 769e0a3ea6 Notifications: mark as read/unread and pin ()
* Use relative URLs

* Notifications - Mark as read/unread

* Feature of pinning a notification

* On view issue, do not mark as read a pinned notification
Andrey Nering b354cf362e Add pagination for notifications
Andrey Nering 341a3b571b Do not get count on /api routers
Andrey Nering 6069abe5fd Notifications - Step 2