[PR #91] [MERGED] Allow setting paste title #156

Closed
opened 2026-02-27 10:15:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/matze/wastebin/pull/91
Author: @FliegendeWurst
Created: 1/10/2025
Status: Merged
Merged: 1/12/2025
Merged by: @matze

Base: masterHead: title


📝 Commits (1)

  • 723202b Allow setting paste title

📊 Changes

11 files changed (+91 additions, -18 deletions)

View changed files

📝 src/db.rs (+19 -5)
src/migrations/0007-add-title-column.sql (+1 -0)
📝 src/pages.rs (+6 -2)
📝 src/routes/form.rs (+3 -0)
📝 src/routes/json.rs (+2 -0)
📝 src/routes/mod.rs (+5 -0)
📝 src/routes/paste.rs (+15 -4)
📝 src/themes/style.css (+30 -5)
📝 templates/base.html (+2 -2)
📝 templates/index.html (+3 -0)
📝 templates/paste.html (+5 -0)

📄 Description

Fixes #90

Try a live version here https://paste.fliegendewurst.eu/dPmU6a.log


🔄 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/matze/wastebin/pull/91 **Author:** [@FliegendeWurst](https://github.com/FliegendeWurst) **Created:** 1/10/2025 **Status:** ✅ Merged **Merged:** 1/12/2025 **Merged by:** [@matze](https://github.com/matze) **Base:** `master` ← **Head:** `title` --- ### 📝 Commits (1) - [`723202b`](https://github.com/matze/wastebin/commit/723202bb4037fa5a6003c22fa4d296ce48c681de) Allow setting paste title ### 📊 Changes **11 files changed** (+91 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `src/db.rs` (+19 -5) ➕ `src/migrations/0007-add-title-column.sql` (+1 -0) 📝 `src/pages.rs` (+6 -2) 📝 `src/routes/form.rs` (+3 -0) 📝 `src/routes/json.rs` (+2 -0) 📝 `src/routes/mod.rs` (+5 -0) 📝 `src/routes/paste.rs` (+15 -4) 📝 `src/themes/style.css` (+30 -5) 📝 `templates/base.html` (+2 -2) 📝 `templates/index.html` (+3 -0) 📝 `templates/paste.html` (+5 -0) </details> ### 📄 Description Fixes #90 Try a live version here https://paste.fliegendewurst.eu/dPmU6a.log --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 10:15:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/wastebin-matze#156
No description provided.