Commit graph

169 commits

Author SHA1 Message Date
prplwtf
62a27e1eb2 feat views: Either screw up everything or improve the codebase.
(core still uses old paths, expect no worky)
2024-02-17 21:32:08 +01:00
prplwtf
32bcc9305a feat views: Move wrapper files to partials. 2024-02-17 16:42:28 +01:00
prplwtf
9b439160e3 feat artisan admin controller: Speed up the Blueprint admin page a little bit. 2024-02-16 16:05:42 +01:00
purple
b0c735cef3 feat views index.blade.php: Small modifications to the Blueprint admin view. 2024-02-14 08:38:13 +01:00
purple
76b33df331 feat ServerRouter: Add comments to some parts of the code. 2024-02-13 15:04:23 +01:00
purple
75ac49ff98
feat views index.blade.php: Disable autocomplete on form 2024-02-11 12:23:21 +01:00
purple
a742f6cbb1
feat views extensions.blade.php: Modify page description 2024-02-11 00:23:59 +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
68bbf03d92 fix core views: Fix sed range error. 2024-01-30 13:27:07 +01:00
prplwtf
891a346a8e feat core build-files views: No longer use nul characters for placeholders in build files. 2024-01-30 13:17:25 +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
5bee53eebb feat(internal:placeholders): change internal placeholders 2024-01-01 18:09:05 +01:00
purple
574d732eae fix(tiny mistake) 2023-12-29 01:03:48 +01:00
purple
c3afe67e8f feat(core, react): add BeforeNavigation and AfterNavigation for testing 2023-12-29 00:59:12 +01:00
purple
13e9c06c5b fix(core): do a bunch of stuff 2023-12-28 22:02:55 +01:00
purple
ba00d57dc2 feat(react, core): restructure some files and make hopefully something work 2023-12-28 21:45:00 +01:00
purple
1451970f9f feat(core): start handling components when installing extensions 2023-12-28 21:03:05 +01:00
purple
537b5792ce feat(react): attempt at extending the navigationbar 2023-12-28 18:35:50 +01:00
purple
55e330f828 feat(react-css): Place all react-bundled css overrides in a new "blueprint" folder. 2023-12-28 17:56:33 +01:00
purple
fb7366dd0b feat(admin-layouts): remove onboarding notification 2023-12-28 17:19:55 +01:00
prplwtf
5d82c420fd feat(admin, css): align byte in center using a paragraph as parent 2023-12-08 16:31:08 +01:00
prplwtf
96fac8082f feat(admin, css): move byte style rules to css file and try to align in center. 2023-12-08 16:24:58 +01:00
prplwtf
455c62d9e1 feat(blueprint-admin): add byte image 2023-12-08 16:20:48 +01:00
prplwtf
09830a12f6 feat(core): no longer make use of core placement placeholder strings for extension stylesheets 2023-12-03 19:06:07 +01:00
prplwtf
b5b62ae643 feat(core/css): attempt at completely removing the need for modifying pterodactyl.css 2023-12-03 18:48:41 +01:00
prplwtf
454ac89379 feat(adminwrapper): use random letters for placeholder class 2023-12-03 18:35:54 +01:00
prplwtf
9c098ccf92 fix(adminwrapper): incorrect placement of replacable variable 2023-12-03 18:34:37 +01:00
prplwtf
6e9aa13ff9 feat(adminwrapper): fancy gradient for cache refresh reminder 2023-12-03 15:40:07 +01:00
prplwtf
33a50d81e6 feat(adminwrapper): improve cache refresh overlay 2023-12-02 22:00:41 +01:00
purple
207eba4e8c feat(domain-change): Replace most ptero.shop URLs with blueprint.zip 2023-11-28 18:31:26 +01:00