Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Client UI translate to Filament (from React) #416

Draft
wants to merge 103 commits into
base: main
Choose a base branch
from
Draft

Conversation

lancepioch
Copy link
Member

@lancepioch lancepioch commented Jun 18, 2024

Edit By Charles
Below are things that need to be done...Good Luck!

Profile

  • 2FA
    • Enable
    • Disable
    • Backup codes
  • Timezone Changing
  • 12/24hr Time Changing
  • Change Password
  • Change Email
  • Change Language
  • API
    • Create API Keys
    • Delete API Keys
    • Last Used Timestamp
  • SSH Keys
    • Adding of SSH Keys
    • Deleting of SSH Keys
  • Activity Logs

Server List

Needs to be redone... I'll just leave it at that...

Server Area

  • Console Page
    • Console
    • Power Actions
    • Stats + Graphs
  • File Manager
    • Directory Listing / Explorer
    • File Management
      • Edit Files ( Monaco Code Editor )
      • Delete Files / Folders
      • Create Files / Folders
      • Manage File / Folder Permissions
      • Copy Files
      • Upload Files
      • Move Files / Folders
      • Create / Extract Archives
      • Download Files
  • Databases
    • List Databases
    • View Database Details
    • Rotate Database Password
    • Delete Database
    • Create Database
  • Schedules
    • List Schedules
    • Create Schedules
    • Edit Schedules
    • Edit Schedule Tasks
  • Users
    • List Subusers
    • Create Subusers
    • Delete Subusers
    • Edit Subusers
    • Edit Existing Subuser permissions
  • Backups
    • List Backups
    • Create Backup
    • Delete Backup
    • Lock/Unlock Backup
    • Download Backup
    • Restore from Backup
  • Network
    • List Allocations
    • Create new Allocation
    • Change Primary Allocation
  • Startup
    • List Startup Command
    • Docker Image ( dropdown + read-only if manually set )
    • Variables
  • Settings
    • SFTP Details
    • Server Name
    • Server Description
    • Debug Info
    • Reinstall
  • Activity Logs

@lancepioch lancepioch linked an issue Jun 18, 2024 that may be closed by this pull request
@Boy132 Boy132 changed the title Filament Front End Filament Client area Jun 18, 2024
notAreYouScared and others added 18 commits June 18, 2024 21:27
# Conflicts:
#	app/Filament/App/Resources/ActivityResource.php
#	app/Filament/App/Resources/ActivityResource/Pages/ListActivities.php
#	app/Filament/App/Resources/BackupResource.php
#	app/Filament/App/Resources/BackupResource/Pages/CreateBackup.php
#	app/Filament/App/Resources/DatabaseResource.php
#	app/Filament/App/Resources/DatabaseResource/Pages/CreateDatabase.php
#	app/Filament/App/Resources/ScheduleResource.php
#	app/Filament/App/Resources/ScheduleResource/Pages/CreateSchedule.php
#	app/Filament/App/Resources/UserResource.php
#	app/Filament/App/Resources/UserResource/Pages/ListUsers.php
RMartinOscar

This comment was marked as outdated.

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.

Main Application translated to Filament
6 participants