Commit Graph

3 Commits

Author SHA1 Message Date
4cd01570f7 Update and rename binary files in asset manager macros
- Renamed `000024.log` to `000028.log`.
- Renamed `MANIFEST-000023` to `MANIFEST-000027` with updated binary content.
- Updated binary content for `CURRENT`, `LOG`, and `LOG.old`.

These changes reorganize and modify the binary files in the `asc-asset-manager-macros` directory to reflect the latest updates.
2025-01-23 10:24:14 -06:00
1d698c0ef1 Update and reorganize binary files in asset manager macros
- Deleted `000005.ldb` and `MANIFEST-000010` binary files.
- Renamed:
  - `000008.ldb` to `000020.ldb`.
  - `000011.log` to `000024.log`.
- Updated binary content for `CURRENT`, `LOG`, and `LOG.old`.
- Added new binary file `MANIFEST-000023`.

These changes reflect a reorganization and update of the binary files within the `asc-asset-manager-macros` directory.
2025-01-23 07:49:31 -06:00
c25715c8d0 Add drag-and-drop file upload and macro settings enhancements
### Changes Made
- Added a new SVG asset (`download-solid.svg`) to `src/assets`.
- Updated `main.js`:
  - Added a new template `SETTINGS_MENU_MACRO`.
  - Improved drag-and-drop file upload handling with visual feedback.
  - Enhanced macro functionality with custom drag-and-drop events on hotbar macros.
  - Adjusted `registerSettings` function to include macro menu registration.
- Updated `module.json`:
  - Added macro pack support under `packs` for "asc-asset-manager-macros."
- Created new binary files for macro pack (`asc-asset-manager-macros`).
- Improved CSS styling:
  - Added `.dragover` class for better drag-and-drop UI feedback.
  - Updated styles to include `asc-asset-manager` context.
- Updated `upload-choose.hbs` and `upload-form.hbs`:
  - Added `moduleId` class context.
  - Enhanced `upload-form` with an image preview section.
- Added a new template (`settings-menu-macro.hbs`) for macro-related UI.
- Improved logging and hooks for better event tracking and debugging.

This commit enhances functionality, user experience, and modularity for managing assets.
2025-01-19 16:24:20 -06:00