[PR #163] [MERGED] Remember diff view style #15195

Closed
opened 2025-11-02 11:41:03 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/163
Author: @andreynering
Created: 11/12/2016
Status: Merged
Merged: 11/13/2016
Merged by: @lunny

Base: masterHead: gitea/remember-diff-view-style


📝 Commits (1)

📊 Changes

7 files changed (+47 additions, -7 deletions)

View changed files

📝 cmd/web.go (+3 -3)
📝 models/migrations/migrations.go (+3 -1)
📝 models/migrations/v14.go (+12 -0)
📝 models/user.go (+8 -0)
📝 routers/repo/commit.go (+0 -2)
📝 routers/repo/middlewares.go (+21 -0)
📝 routers/repo/pull.go (+0 -1)

📄 Description

Whether the user choose to see the unified or split view, remember this option for the next time.


🔄 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/163 **Author:** [@andreynering](https://github.com/andreynering) **Created:** 11/12/2016 **Status:** ✅ Merged **Merged:** 11/13/2016 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `gitea/remember-diff-view-style` --- ### 📝 Commits (1) - [`c25bb26`](https://github.com/go-gitea/gitea/commit/c25bb266c08aac4abb5b312bf6e5642d84bd9107) Remember diff view style ### 📊 Changes **7 files changed** (+47 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `cmd/web.go` (+3 -3) 📝 `models/migrations/migrations.go` (+3 -1) 📝 `models/migrations/v14.go` (+12 -0) 📝 `models/user.go` (+8 -0) 📝 `routers/repo/commit.go` (+0 -2) 📝 `routers/repo/middlewares.go` (+21 -0) 📝 `routers/repo/pull.go` (+0 -1) </details> ### 📄 Description Whether the user choose to see the unified or split view, remember this option for the next time. --- <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:41:03 -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#15195