Skip to content

feat(portal): implement end-to-end App Config CRUD, search, sorting, and HeroUI v3 checkbox fixes - #126

Merged
07prajwal2000 merged 2 commits into
Fluxify-rest:ui-migrationfrom
yashashkumar:ui-migration-to-hero
Jul 26, 2026
Merged

feat(portal): implement end-to-end App Config CRUD, search, sorting, and HeroUI v3 checkbox fixes#126
07prajwal2000 merged 2 commits into
Fluxify-rest:ui-migrationfrom
yashashkumar:ui-migration-to-hero

Conversation

@yashashkumar

Copy link
Copy Markdown
Collaborator

Why

Achieve full feature parity for App Config in apps/portal with backend API endpoints and existing desktop/web capabilities.

What

  • API Services & Queries: Extended appConfigService and appConfigQuery in portal to support getById, update, deleteBulk, and full getAll filtering params (search, sortBy, sort, page, perPage).
  • Portal UI Implementation: Built end-to-end App Config management with debounced search bar, sortable table columns, multi-select checkboxes, bulk deletion modal, creation modal, edit modal, and pagination.
  • HeroUI v3 Checkbox Fixes: Solved HeroUI v3 Checkbox rendering and press responder handling by properly wrapping <Checkbox.Control> and <Checkbox.Indicator> inside <Checkbox.Content> and binding Table selectionMode.
  • Code Modularization: Refactored component structure into AppConfigTable, CreateConfigModal, and EditConfigModal to satisfy fta-cli complexity limits.

@yashashkumar
yashashkumar changed the base branch from main to ui-migration July 26, 2026 19:17
@07prajwal2000
07prajwal2000 merged commit 7698a0a into Fluxify-rest:ui-migration Jul 26, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants