skillhub/web/src
dongmucat 230b915194 feat(dashboard): add Update button to My Skills with publish prefill
Add an "Update" button to each skill card on the My Skills dashboard
page. Clicking it navigates to the Publish page with the skill's
namespace and visibility pre-selected, reducing manual steps when
re-publishing a skill package.

- Add visibility field to SkillSummaryResponse so the list API exposes
  each skill's current visibility setting
- Add publish-prefill module to normalize and validate URL search params
- Wire TanStack Router validateSearch on the publish route
- Add E2E tests covering the prefill flow and invalid-param fallback
2026-04-22 14:59:01 +08:00
..
api feat(dashboard): add Update button to My Skills with publish prefill 2026-04-22 14:59:01 +08:00
app feat(dashboard): add Update button to My Skills with publish prefill 2026-04-22 14:59:01 +08:00
docs fix: add --public-url parameter for docker deployment (#216) 2026-04-02 17:52:42 +08:00
features feat(dashboard): add Update button to My Skills with publish prefill 2026-04-22 14:59:01 +08:00
i18n feat(dashboard): add Update button to My Skills with publish prefill 2026-04-22 14:59:01 +08:00
pages feat(dashboard): add Update button to My Skills with publish prefill 2026-04-22 14:59:01 +08:00
shared Merge pull request #302 from iflytek/fix/rerelease-precheck-warnings 2026-04-14 20:28:00 +08:00
types refactor: address code review findings from 2026-03-22 2026-03-23 13:48:23 +08:00
bootstrap.ts fix(web): preserve subpath prefix for api and runtime config 2026-04-03 10:59:10 +08:00
index.css fix: skill upload constraints, rejected label, and last-version guard (#82) 2026-03-18 16:40:51 +08:00
main.tsx docs: enrich frontend code documentation 2026-03-19 13:37:21 +08:00