[PR #44] #19 sort and search enhancements #44

Open
opened 2026-03-03 19:11:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/productiveops/dokemon/pull/44
Author: @idjohnson
Created: 8/4/2025
Status: 🔄 Open

Base: mainHead: main


📝 Commits (2)

  • a24d117 Updates for sortable and search
  • 943f843 add sort columns to the compose library page

📊 Changes

8 files changed (+798 additions, -316 deletions)

View changed files

📝 web/package-lock.json (+34 -98)
📝 web/package.json (+1 -0)
📝 web/src/app/compose-library/compose-library-list.tsx (+93 -25)
📝 web/src/app/containers/container-list.tsx (+185 -85)
📝 web/src/app/images/image-list.tsx (+170 -42)
📝 web/src/app/networks/network-list.tsx (+164 -35)
📝 web/src/app/volumes/volume-list.tsx (+130 -31)
web/src/components/widgets/sortable-icon.tsx (+21 -0)

📄 Description

I used a mix of AI coding tools to help build and refine. If you have a policy against AI tools, then feel free to deny this request.

I took a stab at implementing #39 in order to add sort/search to most pages:

  • Node: Containers, Images, Volumes and Network
  • (sort only) to Compose Library

🔄 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/productiveops/dokemon/pull/44 **Author:** [@idjohnson](https://github.com/idjohnson) **Created:** 8/4/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`a24d117`](https://github.com/productiveops/dokemon/commit/a24d1177a8ea73f874b15ab1813008a2883f6ca3) Updates for sortable and search - [`943f843`](https://github.com/productiveops/dokemon/commit/943f8438460a23128ad388dfad3e3e7897813fcb) add sort columns to the compose library page ### 📊 Changes **8 files changed** (+798 additions, -316 deletions) <details> <summary>View changed files</summary> 📝 `web/package-lock.json` (+34 -98) 📝 `web/package.json` (+1 -0) 📝 `web/src/app/compose-library/compose-library-list.tsx` (+93 -25) 📝 `web/src/app/containers/container-list.tsx` (+185 -85) 📝 `web/src/app/images/image-list.tsx` (+170 -42) 📝 `web/src/app/networks/network-list.tsx` (+164 -35) 📝 `web/src/app/volumes/volume-list.tsx` (+130 -31) ➕ `web/src/components/widgets/sortable-icon.tsx` (+21 -0) </details> ### 📄 Description I used a mix of AI coding tools to help build and refine. If you have a policy against AI tools, then feel free to deny this request. I took a stab at implementing #39 in order to add sort/search to most pages: - Node: Containers, Images, Volumes and Network - (sort only) to Compose Library --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dokemon#44
No description provided.