Original PR: https://github.com/eitchtee/WYGIWYH/pull/20 Author: @eitchtee Created: 1/5/2025 Status: ✅ Merged Merged: 1/5/2025 Merged by: @eitchtee
Base: main ← Head: archived_tags_categories_and_entities
main
archived_tags_categories_and_entities
037014d
0fc8b0e
41303f3
f5132e2
baae6bb
905e80c
13 files changed (+302 additions, -142 deletions)
📝 app/apps/transactions/urls.py (+22 -0) 📝 app/apps/transactions/views/categories.py (+24 -2) 📝 app/apps/transactions/views/entities.py (+24 -2) 📝 app/apps/transactions/views/tags.py (+24 -2) 📝 app/templates/categories/fragments/list.html (+12 -47) ➕ app/templates/categories/fragments/table.html (+59 -0) 📝 app/templates/categories/pages/index.html (+1 -1) 📝 app/templates/entities/fragments/list.html (+12 -43) ➕ app/templates/entities/fragments/table.html (+55 -0) 📝 app/templates/entities/pages/index.html (+1 -1) 📝 app/templates/tags/fragments/list.html (+12 -43) ➕ app/templates/tags/fragments/table.html (+55 -0) 📝 app/templates/tags/pages/index.html (+1 -1)
app/apps/transactions/urls.py
app/apps/transactions/views/categories.py
app/apps/transactions/views/entities.py
app/apps/transactions/views/tags.py
app/templates/categories/fragments/list.html
app/templates/categories/fragments/table.html
app/templates/categories/pages/index.html
app/templates/entities/fragments/list.html
app/templates/entities/fragments/table.html
app/templates/entities/pages/index.html
app/templates/tags/fragments/list.html
app/templates/tags/fragments/table.html
app/templates/tags/pages/index.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/20
Author: @eitchtee
Created: 1/5/2025
Status: ✅ Merged
Merged: 1/5/2025
Merged by: @eitchtee
Base:
main← Head:archived_tags_categories_and_entities📝 Commits (6)
037014dfeat(categories): add tab to show archived categories0fc8b0efeat(tags): add tab to show archived tags41303f3fix: typof5132e2feat(tags): add tab to show archived tagsbaae6bbfeat(entities): add tab to show archived entities905e80cfix: overflowing empty message📊 Changes
13 files changed (+302 additions, -142 deletions)
View changed files
📝
app/apps/transactions/urls.py(+22 -0)📝
app/apps/transactions/views/categories.py(+24 -2)📝
app/apps/transactions/views/entities.py(+24 -2)📝
app/apps/transactions/views/tags.py(+24 -2)📝
app/templates/categories/fragments/list.html(+12 -47)➕
app/templates/categories/fragments/table.html(+59 -0)📝
app/templates/categories/pages/index.html(+1 -1)📝
app/templates/entities/fragments/list.html(+12 -43)➕
app/templates/entities/fragments/table.html(+55 -0)📝
app/templates/entities/pages/index.html(+1 -1)📝
app/templates/tags/fragments/list.html(+12 -43)➕
app/templates/tags/fragments/table.html(+55 -0)📝
app/templates/tags/pages/index.html(+1 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.