[PR #629] [MERGED] Notifications: mark as read/unread and pin #15499

Closed
opened 2025-11-02 11:47:57 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/629
Author: @andreynering
Created: 1/9/2017
Status: Merged
Merged: 1/12/2017
Merged by: @lunny

Base: masterHead: notifications-step-3


📝 Commits (4)

  • 993c7d6 Use relative URLs
  • 9ef7ccb Notifications - Mark as read/unread
  • 4932494 Feature of pinning a notification
  • 0a15cd4 On view issue, do not mark as read a pinned notification

📊 Changes

8 files changed (+168 additions, -31 deletions)

View changed files

📝 cmd/web.go (+4 -1)
📝 models/issue.go (+1 -1)
📝 models/notification.go (+52 -5)
📝 public/css/index.css (+9 -0)
📝 public/less/_user.less (+13 -0)
📝 routers/user/notification.go (+34 -1)
📝 templates/base/head.tmpl (+1 -1)
📝 templates/user/notification/notification.tmpl (+54 -22)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/629 **Author:** [@andreynering](https://github.com/andreynering) **Created:** 1/9/2017 **Status:** ✅ Merged **Merged:** 1/12/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `notifications-step-3` --- ### 📝 Commits (4) - [`993c7d6`](https://github.com/go-gitea/gitea/commit/993c7d65f559bd95af70e9c06175ef4470990204) Use relative URLs - [`9ef7ccb`](https://github.com/go-gitea/gitea/commit/9ef7ccb6d8470321c73bbdd1f35a2bd2a791d7a0) Notifications - Mark as read/unread - [`4932494`](https://github.com/go-gitea/gitea/commit/4932494acb590d354ac622d40cb9da8788fac7f1) Feature of pinning a notification - [`0a15cd4`](https://github.com/go-gitea/gitea/commit/0a15cd43d6f05c63c1692a1ed2d97d28f43a6edb) On view issue, do not mark as read a pinned notification ### 📊 Changes **8 files changed** (+168 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `cmd/web.go` (+4 -1) 📝 `models/issue.go` (+1 -1) 📝 `models/notification.go` (+52 -5) 📝 `public/css/index.css` (+9 -0) 📝 `public/less/_user.less` (+13 -0) 📝 `routers/user/notification.go` (+34 -1) 📝 `templates/base/head.tmpl` (+1 -1) 📝 `templates/user/notification/notification.tmpl` (+54 -22) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:47:58 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#15499