[PR #539] [MERGED] Notifications - Step 2 #15440

Closed
opened 2025-11-02 11:46:35 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/539
Author: @andreynering
Created: 12/30/2016
Status: Merged
Merged: 1/5/2017
Merged by: @andreynering

Base: masterHead: notifications-step-2


📝 Commits (5)

  • 6069abe Notifications - Step 2
  • 341a3b5 Do not get count on /api routers
  • f59672a More fine graned colors
  • 545ba2e Showing index in front of issue title
  • b354cf3 Add pagination for notifications

📊 Changes

10 files changed (+233 additions, -6 deletions)

View changed files

📝 cmd/web.go (+4 -0)
📝 models/notification.go (+11 -5)
📝 options/locale/locale_en-US.ini (+8 -0)
📝 options/locale/locale_pt-BR.ini (+8 -0)
📝 public/css/index.css (+18 -0)
📝 public/less/_user.less (+21 -0)
routers/user/notification.go (+81 -0)
📝 routers/user/setting.go (+0 -1)
📝 templates/base/head.tmpl (+12 -0)
templates/user/notification/notification.tmpl (+70 -0)

📄 Description

UI for notifications


🔄 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/539 **Author:** [@andreynering](https://github.com/andreynering) **Created:** 12/30/2016 **Status:** ✅ Merged **Merged:** 1/5/2017 **Merged by:** [@andreynering](https://github.com/andreynering) **Base:** `master` ← **Head:** `notifications-step-2` --- ### 📝 Commits (5) - [`6069abe`](https://github.com/go-gitea/gitea/commit/6069abe5fdf49cbd9a80c9df0c136587fc8601b5) Notifications - Step 2 - [`341a3b5`](https://github.com/go-gitea/gitea/commit/341a3b571bd262d7dc758825ca4dddca4e7f832b) Do not get count on /api routers - [`f59672a`](https://github.com/go-gitea/gitea/commit/f59672a18db930477269f783746d8ce057827e65) More fine graned colors - [`545ba2e`](https://github.com/go-gitea/gitea/commit/545ba2e2e62123fc4c9b7f780ccff3ee1b4888ff) Showing index in front of issue title - [`b354cf3`](https://github.com/go-gitea/gitea/commit/b354cf362ec432533da4384d4ee0c32283b7089f) Add pagination for notifications ### 📊 Changes **10 files changed** (+233 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `cmd/web.go` (+4 -0) 📝 `models/notification.go` (+11 -5) 📝 `options/locale/locale_en-US.ini` (+8 -0) 📝 `options/locale/locale_pt-BR.ini` (+8 -0) 📝 `public/css/index.css` (+18 -0) 📝 `public/less/_user.less` (+21 -0) ➕ `routers/user/notification.go` (+81 -0) 📝 `routers/user/setting.go` (+0 -1) 📝 `templates/base/head.tmpl` (+12 -0) ➕ `templates/user/notification/notification.tmpl` (+70 -0) </details> ### 📄 Description UI for notifications --- <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:46:35 -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#15440