By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
How to test?
🔄 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/fosrl/pangolin/pull/877
**Author:** [@miloschwartz](https://github.com/miloschwartz)
**Created:** 6/9/2025
**Status:** ✅ Merged
**Merged:** 6/9/2025
**Merged by:** [@miloschwartz](https://github.com/miloschwartz)
**Base:** `main` ← **Head:** `dev`
---
### 📝 Commits (10+)
- [`c1fd38a`](https://github.com/fosrl/pangolin/commit/c1fd38ac39f6f61bedfffba128ea72938c1c67c1) fix typo
- [`e648307`](https://github.com/fosrl/pangolin/commit/e648307f0bfee3b7f544f4d5c95ae278724a5422) Merge branch 'main' into dev
- [`c135b5e`](https://github.com/fosrl/pangolin/commit/c135b5e3cf2eb8f8816cb66716256a53fb3c38cc) Dont request unless its a newt
- [`3ed681e`](https://github.com/fosrl/pangolin/commit/3ed681e2778386c02e655a8fc51e6c57f804037b) Bump temp version
- [`26207bd`](https://github.com/fosrl/pangolin/commit/26207bd9511691c6bb9551eb8bc22fec0f060600) add datasize helper and add correct sorting to sitestable
- [`f2e461a`](https://github.com/fosrl/pangolin/commit/f2e461a1ee2827de148083bec21015281daaa70b) improve readability
- [`96151de`](https://github.com/fosrl/pangolin/commit/96151de814459a420e0c94a81226190f48767c0e) improve readability
- [`57315a3`](https://github.com/fosrl/pangolin/commit/57315a36eea4241a0a9cfba4cd54f1bfc2f19c06) Merge branch 'main' into dev
- [`c409266`](https://github.com/fosrl/pangolin/commit/c4092669547c170135093328a55170e8aa730b6a) Fix #860
- [`4fc6138`](https://github.com/fosrl/pangolin/commit/4fc61386d36c59d6a65b78fbb74017d9768777d1) Merge pull request #867 from thijsvanloef/fix-767/unit-aware-sorting
### 📊 Changes
**11 files changed** (+158 additions, -82 deletions)
<details>
<summary>View changed files</summary>
📝 `eslint.config.js` (+6 -3)
📝 `install/config/docker-compose.yml` (+2 -2)
📝 `package-lock.json` (+77 -53)
📝 `package.json` (+1 -0)
📝 `server/lib/consts.ts` (+1 -1)
📝 `src/app/[orgId]/settings/sites/SitesTable.tsx` (+7 -2)
📝 `src/app/[orgId]/settings/sites/[niceId]/general/page.tsx` (+14 -2)
📝 `src/app/setup/page.tsx` (+13 -7)
📝 `src/components/ContainersSelector.tsx` (+14 -11)
📝 `src/hooks/useDockerSocket.ts` (+2 -1)
➕ `src/lib/dataSize.ts` (+21 -0)
</details>
### 📄 Description
## Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
## Description
## How to test?
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/877
Author: @miloschwartz
Created: 6/9/2025
Status: ✅ Merged
Merged: 6/9/2025
Merged by: @miloschwartz
Base:
main← Head:dev📝 Commits (10+)
c1fd38afix typoe648307Merge branch 'main' into devc135b5eDont request unless its a newt3ed681eBump temp version26207bdadd datasize helper and add correct sorting to sitestablef2e461aimprove readability96151deimprove readability57315a3Merge branch 'main' into devc409266Fix [PR #867] [MERGED] Fix - Sort Data In/Out correctly in Sites Management page in the Pangolin Dashboard (#860)4fc6138Merge pull request #867 from thijsvanloef/fix-767/unit-aware-sorting📊 Changes
11 files changed (+158 additions, -82 deletions)
View changed files
📝
eslint.config.js(+6 -3)📝
install/config/docker-compose.yml(+2 -2)📝
package-lock.json(+77 -53)📝
package.json(+1 -0)📝
server/lib/consts.ts(+1 -1)📝
src/app/[orgId]/settings/sites/SitesTable.tsx(+7 -2)📝
src/app/[orgId]/settings/sites/[niceId]/general/page.tsx(+14 -2)📝
src/app/setup/page.tsx(+13 -7)📝
src/components/ContainersSelector.tsx(+14 -11)📝
src/hooks/useDockerSocket.ts(+2 -1)➕
src/lib/dataSize.ts(+21 -0)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.