refactor(admin-dash): blade -> react; ui(admin-dash): fit user dashboard#72
Draft
itzzjustmateo wants to merge 17 commits into
Draft
refactor(admin-dash): blade -> react; ui(admin-dash): fit user dashboard#72itzzjustmateo wants to merge 17 commits into
itzzjustmateo wants to merge 17 commits into
Conversation
- Extend API client with servers, nodes, databases, mounts, buckets CRUD - Consolidate standalone dashboard micro-app into main SPA - Add full CRUD for all admin sections: API, Databases, Buckets, Mounts, Users, Locations, Nodes, and Servers - Refactor settings tabs from useEffect to SWR - Add AdminRouter nav link for Mounts - Remove standalone admin entry from vite.config.ts - Fix TypeScript errors (catch types, unused imports, Recharts casts)
…nto feat/admin-dash-improvement
…rovement # Conflicts: # resources/scripts/components/layout/sidebar/sidebar-modern.css # resources/views/admin/s3/new.blade.php # resources/views/admin/s3/view/details.blade.php # resources/views/admin/s3/view/index.blade.php
Contributor
Author
|
Broken rn |
12 tasks
Fixed a bug where when viewing a user React crashed
- Custom compact header with inline badges - Profile card with gravatar, email, name - Read-only info tiles with edit-toggle pattern - Servers tab with server list table - Enhanced danger zone with icon header - Pill/segment tab navigation with hugeicons - Support for ?include=servers in API layer - Fixed React hooks ordering (error #310) - Fixed Fractal item response unwrap (no data wrapper)
Contributor
Author
|
actively working on it :D |
- AdminSettingsContainer: pill/segment tabs with Hugeicons icons - GeneralSettingsTab: profile card, info tiles, edit-toggle, toasts - MailSettingsTab: profile card, SMTP config with edit-toggle, toasts - CaptchaSettingsTab: profile card, provider config, edit-toggle, toasts - DomainsSettingsTab: profile card, styled table, Dialog.Confirm for delete, toasts - BrandingSettingsTab: profile card, Dialog.Confirm for revert, toasts - AdvancedSettingsTab: profile card, HTTP/allocation cards with edit-toggle - Nest/Egg view pages: also remade with same design patterns - AdminSettingsController: user-friendly mail test error messages
Admin Dash Overview wip
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WIP: Admin dashboard migration and improvements