mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-15 05:33:26 +01:00
[PR #120] [MERGED] feat: add trash can to see deleted transactions #191
Reference in New Issue
Block a user
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/eitchtee/WYGIWYH/pull/120
Author: @eitchtee
Created: 2/1/2025
Status: ✅ Merged
Merged: 2/1/2025
Merged by: @eitchtee
Base:
main← Head:dev📝 Commits (2)
f9d299crefactor: remove single0a3e478feat: add trash can to see deleted transactions📊 Changes
13 files changed (+1323 additions, -811 deletions)
View changed files
📝
app/apps/transactions/models.py(+6 -3)📝
app/apps/transactions/urls.py(+20 -0)📝
app/apps/transactions/views/actions.py(+25 -1)📝
app/apps/transactions/views/transactions.py(+43 -1)📝
app/apps/yearly_overview/views.py(+0 -2)📝
app/locale/de/LC_MESSAGES/django.po(+258 -227)📝
app/locale/nl/LC_MESSAGES/django.po(+283 -236)📝
app/locale/pt_BR/LC_MESSAGES/django.po(+275 -236)📝
app/templates/cotton/transaction/item.html(+137 -104)➕
app/templates/cotton/ui/deleted_transactions_action_bar.html(+243 -0)📝
app/templates/includes/navbar.html(+8 -1)➕
app/templates/transactions/fragments/trash_list.html(+11 -0)➕
app/templates/transactions/pages/trash.html(+14 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.