From 9c77fa42f0f6655935fa5b3d51dcf663ad7508e2 Mon Sep 17 00:00:00 2001 From: inventionpro <109528211+inventionpro@users.noreply.github.com> Date: Wed, 28 Aug 2024 21:27:36 +0000 Subject: [PATCH] Activity 1 | Read me compat | Future tabs --- README.md | 25 ++++++++++++++ style.css | 7 ++-- user/activity.html | 84 ++++++++++++++++++++++++++++++++++++++++++++++ user/server.html | 10 ++++++ 4 files changed, 123 insertions(+), 3 deletions(-) create mode 100644 user/activity.html diff --git a/README.md b/README.md index ce00588..8d52e80 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,28 @@ # Fsh Pterodactyl Panel Fsh pt is a pterodactyl api web wrapper.\ This works for both client and application api keys, even tho it may not support all the features all the ones added are carefully thought for the best user experience. + +## Compatibility +- [ ] User + - [ ] Servers + - [ ] View (Missing terminal) + - [x] Files + - [ ] Databases + - [ ] Schedules + - [ ] Users + - [ ] Backups + - [x] Network + - [ ] Startup + - [ ] Settings + - [ ] Activity + - [ ] Account + - [ ] View + - [ ] Edit + - [ ] Api keys + - [ ] 2FA +- [ ] Application + - [ ] Users + - [ ] Nodes + - [ ] Locations + - [ ] Servers + - [ ] Nests \ No newline at end of file diff --git a/style.css b/style.css index a363b13..fcf3408 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,7 @@ +.subtext { + font-size: 75%; +} + .status-offline { --status: #f66; } @@ -36,9 +40,6 @@ a:has(.server) { .server-title { font-weight: bold; } -.subtext { - font-size: 75%; -} .file { background-color: var(--bg-2); diff --git a/user/activity.html b/user/activity.html new file mode 100644 index 0000000..5f70ef5 --- /dev/null +++ b/user/activity.html @@ -0,0 +1,84 @@ + + +
+Coming soon
@@ -111,9 +116,14 @@