This repository was archived by the owner on Dec 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Development #9
Merged
Merged
Development #9
Conversation
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
feat: implement rename modal for renaming files feat: create server console component for displaying console messages and sending commands feat: develop server files component for managing server files with upload, download, and edit functionalities feat: build server header component to display server status and control actions feat: establish server layout component for organizing server-related views feat: create server overview component to display server statistics and information feat: implement server sidebar for navigation between different server management tabs
- Redesigned the ServerSidebar component to include a back link to the dashboard and improved server name display. - Added new documentation for the dashboard implementation detailing the new structure, components, performance optimizations, and responsive design. - Created file management page with functionalities for file operations (upload, download, edit, delete, etc.) and integrated modals for file editing and renaming. - Developed network settings page to display network information and allow for IP management. - Implemented server settings page for server configuration. - Added server statistics page with real-time monitoring capabilities and improved UI for displaying server stats.
… card, navbar, network, overview, power controls, resources, settings, and stats - Implemented VpsInfoCard for displaying VPS details and status. - Created VpsNavbar for navigation between different VPS management tabs. - Developed VpsNetwork to manage and display network-related information. - Added VpsOverview to aggregate and present key VPS information. - Built VpsPowerControls for server power management actions with confirmation modals. - Introduced VpsResources to visualize resource usage (CPU, RAM, Disk). - Created VpsSettings for managing system and access information. - Developed VpsStats for real-time statistics on resource usage. - Implemented API services for fetching VPS and FTP details.
…tes, and power action implementation
…ing states - Added useEffect to fetch plans from API and handle loading/error states. - Updated Plan interface to include detailed pricing structure. - Implemented PlanSkeleton for loading state representation. - Introduced CountUp for animated price display. - Improved billing cycle toggle logic and UI. - Refactored plan mapping to use fetched data instead of hardcoded samples. feat: Implement heartbeat mechanism in ServerConsoleWebSocket - Added heartbeat functionality to maintain WebSocket connection. - Implemented reconnect logic with credential validation. - Enhanced error handling and logging for better debugging. - Updated credential renewal process to avoid unnecessary reconnections. feat: Create FileUploadArea component for file uploads - Implemented drag-and-drop file upload functionality. - Added file size validation for uploads (max 100MB). - Integrated upload progress display with spinner. feat: Develop ServerNavbar component for server management - Created a responsive navigation bar with tabs for console, stats, files, and settings. - Implemented tab change handling with URL hash updates.
- Added MinecraftSettingsContent component for managing server settings including FTP information and operating systems. - Introduced ServerConsole component to handle WebSocket connections for server console interactions. - Created StatsContent component to display server statistics such as memory, CPU, disk usage, and network activity. - Implemented functionality for renaming servers, changing Minecraft versions, and resetting FTP passwords. - Enhanced user experience with loading states and error handling across components.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.