mirror of
https://github.com/matze/wastebin.git
synced 2026-04-25 00:25:59 +03:00
[PR #91] [MERGED] Allow setting paste title #156
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wastebin-matze#156
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:title📝 Commits (1)
723202bAllow 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.