[PR #20] [MERGED] feat: archived tabs for categories, tags and entities #112

Closed
opened 2025-12-28 23:26:15 +01:00 by adam · 0 comments
Owner

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


📝 Commits (6)

  • 037014d feat(categories): add tab to show archived categories
  • 0fc8b0e feat(tags): add tab to show archived tags
  • 41303f3 fix: typo
  • f5132e2 feat(tags): add tab to show archived tags
  • baae6bb feat(entities): add tab to show archived entities
  • 905e80c fix: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/eitchtee/WYGIWYH/pull/20 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 1/5/2025 **Status:** ✅ Merged **Merged:** 1/5/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `archived_tags_categories_and_entities` --- ### 📝 Commits (6) - [`037014d`](https://github.com/eitchtee/WYGIWYH/commit/037014d0241a93c4e695a1e532575114220900bc) feat(categories): add tab to show archived categories - [`0fc8b0e`](https://github.com/eitchtee/WYGIWYH/commit/0fc8b0ee4977ef00f004e3990ce8621ac63dec1d) feat(tags): add tab to show archived tags - [`41303f3`](https://github.com/eitchtee/WYGIWYH/commit/41303f39a03ff08ee075262bc4c01f4469e7c040) fix: typo - [`f5132e2`](https://github.com/eitchtee/WYGIWYH/commit/f5132e24bd110fedd6072f514dc04f70268baeb0) feat(tags): add tab to show archived tags - [`baae6bb`](https://github.com/eitchtee/WYGIWYH/commit/baae6bb96a32d2d39360d2043864767e4acfa2fa) feat(entities): add tab to show archived entities - [`905e80c`](https://github.com/eitchtee/WYGIWYH/commit/905e80cffe8853bd12a13c969d79276b0f23420b) fix: overflowing empty message ### 📊 Changes **13 files changed** (+302 additions, -142 deletions) <details> <summary>View changed files</summary> 📝 `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) </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-28 23:26:15 +01:00
adam closed this issue 2025-12-28 23:26:15 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#112