Commit graph

62 commits

Author SHA1 Message Date
prplwtf
3f5ed10ebd feat components/dashboard: prettier 2024-09-05 11:14:25 +02:00
prplwtf
9741dd30e2 feat components/auth: prettier 2024-09-05 11:13:37 +02:00
prplwtf
accb2ea927 feat components: add new Components.yml apis for "Dashboard": BeforeContent and AfterContent 2024-08-20 10:13:38 +02:00
prplwtf
88ae52aefc feat prettierrc license readme getserver: remove trailing lines 2024-07-26 17:54:54 +02:00
prplwtf
79490ef74d feat extensions.css: remove stray tailwind vars 2024-07-26 17:48:40 +02:00
prplwtf
0bab40b248 Revert "feat tailwind: im never using this css-fuckery again"
This reverts commit e3b108654f.
2024-07-20 22:27:49 +02:00
prplwtf
e3b108654f feat tailwind: im never using this css-fuckery again 2024-07-20 22:11:03 +02:00
prplwtf
0132609d30 feat tailwind: turn tailwind config into vars 2024-07-20 21:26:42 +02:00
Ivy
83030d928f
fix SettingsContainer: settings were extended by the backups component
how tf did i miss this


Co-authored-by: Victor B. <contact@itsvic.dev>
2024-06-11 13:00:00 +02:00
Gasuge
255d6bce40 change component name ConsoleCommandRow to CommandRow 2024-05-05 03:19:16 +02:00
Gasuge
c0a179241a change component name SendCommand to ConsoleCommandRow 2024-05-05 03:16:41 +02:00
Gasuge
76b8f5c2b5 rename AdditionalConsole to SendCommand 2024-05-05 03:02:30 +02:00
Gasuge
e2b6f81326 fix AdditionalConsole position 2024-05-05 02:12:06 +02:00
Gasuge
0fcebb7b57 finish console component 2024-05-05 01:58:29 +02:00
Gasuge
467eba693d proto console add component location 2024-05-05 01:38:34 +02:00
purple
1e2931fa5a
feat ServerRouter: Remove leftover debug line 2024-04-25 12:26:01 +02:00
prplwtf
6ba185a44a feat react: add ids to a few elements 2024-04-10 20:35:11 +02:00
prplwtf
64c230d73a feat navbar: add extensions button for fun 2024-04-10 19:52:48 +02:00
Victor B.
99bef29bb1
feat react: add egg routes filtering 2024-04-08 14:26:01 +02:00
prplwtf
0296eaf0d4 feat core routes: add identifier string to navigation routes for identifying extension routes 2024-03-13 21:25:36 +01:00
prplwtf
fa7975c74a feat routes: make eggId part of the api stuff 2024-03-11 18:22:33 +01:00
prplwtf
265c929552 feat core routes: Switch to EggIDs and add 'permission' scope to server routes. 2024-03-09 19:27:16 +01:00
prplwtf
3d49023252 feat core routes: start work on nestids 2024-03-09 18:36:16 +01:00
prplwtf
fa39d9fc47 feat core routes: Empty -init values now get assigned default values and add admin-only route scope 2024-02-24 21:52:53 +01:00
prplwtf
055398b618 feat core routes: Add experimental "admin" scope to account routes for testing 2024-02-24 20:46:59 +01:00
prplwtf
60e57f1f5f feat routes: Make routes work even if there are none. 2024-02-17 22:00:00 +01:00
purple
76b33df331 feat ServerRouter: Add comments to some parts of the code. 2024-02-13 15:04:23 +01:00
prplwtf
f4ca802192 feat ServerRouter: clean up unused variables 2024-02-08 16:58:33 +01:00
prplwtf
aeb53a2e6f feat routes ServerRouter: Do not import unused libraries. 2024-02-04 15:27:21 +01:00
prplwtf
2de8f3e7cb fix routes ServerRouter: Incorrect import path causing account routes to be imported instead of server routes. 2024-02-04 15:26:48 +01:00
prplwtf
9106ead924 fix core routes: Ongoing attempts to fix routes on the server-management side on Pterodactyl and fix a bug regarding flags upon extension installation. 2024-02-03 16:41:05 +01:00
prplwtf
1afccdd191 feat core components: Add new component options 2024-01-31 22:14:11 +01:00
prplwtf
11f36cd64d feat routes: Change formatting. 2024-01-31 17:40:40 +01:00
purple
3dc5c33f14 feat core: Improve current route handling a little bit and fix some tiny bugs. 2024-01-31 00:21:05 +01:00
purple
8115d1c603 feat core routes: Working version of Blueprint route support. 2024-01-30 23:29:21 +01:00
prplwtf
d3fc7dc4c8 feat core resources build-files: Create the server navigation router, change minor things in blade wrappers and start working on inserting routes in core. 2024-01-30 15:13:17 +01:00
prplwtf
b1c6d4a9d7 feat core: Detect and loop through custom routes. (not apply them yet) 2024-01-27 16:49:33 +01:00
prplwtf
dbe5f4cdd2 feat routes: update example container indent formatting for my own sanity 2024-01-22 22:11:44 +01:00
prplwtf
7ac80a4714 feat routes: make some progress on custom extension routes 2024-01-21 22:01:48 +01:00
prplwtf
12e6e5bb7a feat core react: remove routes stuff for components for now 2024-01-06 23:37:19 +01:00
prplwtf
2b649f9f74 feat core react: Add SubNavigation and Routes to components 2024-01-06 23:07:18 +01:00
prplwtf
b55b4c9198 feat core react: Add DropdownItems to components 2024-01-06 21:40:40 +01:00
prplwtf
2dc2039cbd feat core react: Add ServerRow items to supported Components 2024-01-06 21:24:36 +01:00
prplwtf
456145cba4 feat core react: Add account pages to supported Components 2024-01-06 16:32:17 +01:00
purple
5d80d70974 feat core react: Add even more supported Components 2024-01-06 02:48:45 +01:00
purple
3b43f2873a feat core react: Add more Component placements 2024-01-06 01:58:57 +01:00
purple
e42f93a8c5 feat react: remove Account for now to focus on server components 2024-01-06 00:17:22 +01:00
purple
0e7b764b2a feat core react: make files stuff work 2024-01-06 00:15:51 +01:00
purple
30c40c5edf feat core react: add files for account and make serverTerminal work 2024-01-05 23:58:46 +01:00
purple
574d732eae fix(tiny mistake) 2023-12-29 01:03:48 +01:00