Added the UI for the client servers list screen (still gotta finish it tho, just have to add pagination and will only shows 10 servers per page to avoid getting ratelimited as i have to make a separate HTTP request for each server to get their resources usage)
Added pterodactyl panel colors to be used in the server status (red, green and yellow)
Fixed listServers not working cuz of wrong path (i didn’t know how to tell retrofit to use just the baseUrl, then after it threw an error i googled it and realized i just had to put .)
Updated getServerResources response class, now the server state uses a enum instead of a generic string
Updated Server class to better fix some typed and add 1 missing key
Added the uploadServerFile HTTP method (i didn’t do i it initially cuz the docs were confusing and i couldn’t understand how to select the upload directory, turns out i was setting the directory query on the request to get the signed url instead of the signed url itself 😭
Improved login process to handle the case when the user logged with just an application api key and not a client one
Added application API key validation for the same reason as the login
Took shimmerable modifier from my Zipline app to make skeleton loading
Added definitions & placeholders for all screens until i make them
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.