mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-11 07:58:57 +01:00
5c7a012e8b
- Abstracts edit and rename function in the File Manager. - Files are now edited in the program and not a separate input box. - File editor now has an editor toolbar with formatting buttons and keybind functionality. - File descriptions can now be edited. - Forms can now be downloaded into a computer's file manager as a text file. - File browser now shows a file description. - Fixed an issue where copying to/from a USB would throw an error because it didn't read the ID of the device being held. I was planning to add folder functionality, but that requires far more work since we store our files directly into the hard drive, which does file manipulation. Meaning, in order to add folders, I'd need to completely redo how hard drives and the file structure works. I'll tackle that later. CCIA Forms currently generate the entire form, which can be edited without reservation. This is fine, however a future PR may be viable for converting forms to use limited edit-access on fields to streamline the form-filling process. That or just adding the ability for files to display [field] properly. Forms tested by Fabian :) - [x] Fix ID check for copying programs to/from work devices - [x] Add editor/formatting functionality - [x] Test Forms functionality (unless an ultra cool dev can for me :) ) - [x] Add description box for editing - [x] Add actually good formatting to editing - [x] Misc bugtesting with encrypting, decrypting - [x] Fix USB files sticking in browser after USB is removed <details><summary>Video</summary> <p> https://github.com/user-attachments/assets/c6c666de-18fd-41a0-9751-3961aeda48fc </p> </details> --------- Signed-off-by: CatsinHD <31459154+CatsinHD@users.noreply.github.com>