[PR #120] [MERGED] feat: add trash can to see deleted transactions #191

Closed
opened 2025-12-29 00:18:47 +01:00 by adam · 0 comments
Owner

📋 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: mainHead: dev


📝 Commits (2)

  • f9d299c refactor: remove single
  • 0a3e478 feat: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/eitchtee/WYGIWYH/pull/120 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 2/1/2025 **Status:** ✅ Merged **Merged:** 2/1/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (2) - [`f9d299c`](https://github.com/eitchtee/WYGIWYH/commit/f9d299cb78d7a6003949fe68e12281ff6f441cc4) refactor: remove single - [`0a3e478`](https://github.com/eitchtee/WYGIWYH/commit/0a3e47819a9a27033719e5a93f917997ccce7e84) feat: add trash can to see deleted transactions ### 📊 Changes **13 files changed** (+1323 additions, -811 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 00:18:47 +01:00
adam closed this issue 2025-12-29 00:18:47 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#191