[PR #92] [MERGED] Fix initial skill sorting #253

Closed
opened 2026-02-15 17:16:30 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/openclaw/clawhub/pull/92
Author: @bpk9
Created: 2/1/2026
Status: Merged
Merged: 2/13/2026
Merged by: @steipete

Base: mainHead: fix/skill-sorting


📝 Commits (7)

  • ef8093f fix: initial skill sorting
  • fee4770 chore: update unit test
  • 06046c4 fix: use correct indexes for skill sorting
  • 219b825 chore: cleanup
  • 8b1c527 Merge branch 'main' into fix/skill-sorting
  • f5899d0 fix: land skill sorting update (#92) (thanks @bpk9)
  • fa70890 Merge remote-tracking branch 'origin/main' into fix/skill-sorting

📊 Changes

5 files changed (+39 additions, -6 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 convex/schema.ts (+9 -0)
📝 convex/skills.ts (+26 -3)
📝 src/__tests__/skills-index.test.tsx (+2 -2)
📝 src/routes/skills/index.tsx (+1 -1)

📄 Description

Problem

The skill sorting was being handled on the frontend, which means users needed to scroll down to load all skills before the list was properly sorted

Related Issues

https://github.com/openclaw/clawhub/issues/85

Screenshots

Description Screenshot
Prod
Before
After

🔄 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/openclaw/clawhub/pull/92 **Author:** [@bpk9](https://github.com/bpk9) **Created:** 2/1/2026 **Status:** ✅ Merged **Merged:** 2/13/2026 **Merged by:** [@steipete](https://github.com/steipete) **Base:** `main` ← **Head:** `fix/skill-sorting` --- ### 📝 Commits (7) - [`ef8093f`](https://github.com/openclaw/clawhub/commit/ef8093f089a6114e95c45b2927c289008f53ae5a) fix: initial skill sorting - [`fee4770`](https://github.com/openclaw/clawhub/commit/fee477051ceffb35b10c1c378364a4af18c345f4) chore: update unit test - [`06046c4`](https://github.com/openclaw/clawhub/commit/06046c4ccb0aa33f2389f77e85d6c492d1108ecb) fix: use correct indexes for skill sorting - [`219b825`](https://github.com/openclaw/clawhub/commit/219b825c6c1a96c2108f16960817b7a75e5b1bbd) chore: cleanup - [`8b1c527`](https://github.com/openclaw/clawhub/commit/8b1c5273b12c2d5b9496c6a0f18678693cb56b69) Merge branch 'main' into fix/skill-sorting - [`f5899d0`](https://github.com/openclaw/clawhub/commit/f5899d04982bfe24277dc60e31c8a73ee8f07061) fix: land skill sorting update (#92) (thanks @bpk9) - [`fa70890`](https://github.com/openclaw/clawhub/commit/fa70890b232ee17fe03c65038d1bd76b7b4af675) Merge remote-tracking branch 'origin/main' into fix/skill-sorting ### 📊 Changes **5 files changed** (+39 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `convex/schema.ts` (+9 -0) 📝 `convex/skills.ts` (+26 -3) 📝 `src/__tests__/skills-index.test.tsx` (+2 -2) 📝 `src/routes/skills/index.tsx` (+1 -1) </details> ### 📄 Description ## Problem The skill sorting was being handled on the frontend, which means users needed to scroll down to load all skills before the list was properly sorted ## Related Issues https://github.com/openclaw/clawhub/issues/85 ## Screenshots | Description | Screenshot | | --- | --- | | Prod | <img src="https://github.com/user-attachments/assets/8eed2e58-b736-42d4-b946-0e3554bf683f" width="400px" /> | | Before | <img src="https://github.com/user-attachments/assets/9b5c6f02-d31a-48cc-9e27-6f44a962e5f0" width="400px" /> | | After | <img src="https://github.com/user-attachments/assets/9fc87a54-7a13-49f0-aa15-c3b487c2109b" width="400px" /> | --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:16:30 -05:00
yindo closed this issue 2026-02-15 17:16:30 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/clawhub#253