mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-15 05:33:26 +01:00
[PR #20] [MERGED] feat: archived tabs for categories, tags and entities #112
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/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.