23 Commits

Author SHA1 Message Date
6ec8894d44 added key events to popup component 2024-10-18 20:29:57 +00:00
7302b27dc3 update 2024-10-15 21:37:55 +00:00
25605200e1 Refactor file loading and code retrieval logic
This commit refactors the code in the `Page` component to improve the file loading and code retrieval logic. It removes the hardcoded initial code value and replaces it with an empty string. It also updates the `useEffect` hook to properly handle the startup of the application and retrieve the code content using the `Pterodactyl` API. Additionally, it updates the rendering of the breadcrumbs and adds a save button to the file editor.

Refactor file directory change functionality

This commit refactors the `changeDirectory` function in the `Index` component of the `FilesEditor` module. The function is removed as it is no longer used and has been replaced with a more efficient approach to handle directory changes.
2024-09-14 08:28:09 +00:00
faa45f7fcf loading file into text editor 2024-09-13 21:00:08 +00:00
508306218d chore: move hardcoded api key to .env file 2024-09-10 20:15:35 +00:00
ae4152dc06 fix 2024-09-10 19:49:16 +00:00
903e558850 fix 2024-09-10 18:29:02 +00:00
4e6f106649 chore: refactor breadcrumbs 2024-09-10 18:27:21 +00:00
2dfff9f9d6 x 2024-09-10 16:23:09 +00:00
7fb0c73c6d changing directoary after clock on it 2024-09-01 09:39:52 +00:00
931239b80c fix 2024-09-01 09:37:09 +00:00
55d6d45051 add serverid from url 2024-09-01 09:34:11 +00:00
39c85aa148 added breadcrumbs 2024-08-31 23:41:42 +00:00
89d5975267 moved to left popup div 2024-08-31 20:13:14 +00:00
f9a35ef28d changed size of container div 2024-08-31 20:12:53 +00:00
40a5e22aec fix multiple render page 2024-08-31 19:15:07 +00:00
a067690610 add functionality when user pressed enter key 2024-08-31 19:14:49 +00:00
be78e17fb9 add functionality and refactor the code 2024-08-31 08:19:41 +00:00
32d9bc96b5 refactor: Improve context menu functionality and add rename feature 2024-08-28 20:44:29 +00:00
2f2eb83e3f refactor: Update context menu styles and colors 2024-08-26 22:15:02 +00:00
01a1f180d6 add functional context menu 2024-08-26 21:49:41 +00:00
87cd3b3532 feat: Add context menu component for file editor 2024-08-25 20:57:03 +00:00
e535c347f9 new featerus 2024-08-25 18:09:56 +00:00