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
main
dev
f9d299c
0a3e478
13 files changed (+1323 additions, -811 deletions)
📝 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)
app/apps/transactions/models.py
app/apps/transactions/urls.py
app/apps/transactions/views/actions.py
app/apps/transactions/views/transactions.py
app/apps/yearly_overview/views.py
app/locale/de/LC_MESSAGES/django.po
app/locale/nl/LC_MESSAGES/django.po
app/locale/pt_BR/LC_MESSAGES/django.po
app/templates/cotton/transaction/item.html
app/templates/cotton/ui/deleted_transactions_action_bar.html
app/templates/includes/navbar.html
app/templates/transactions/fragments/trash_list.html
app/templates/transactions/pages/trash.html
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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.