Commit graph

138 commits

Author SHA1 Message Date
SwingTheVine
d5e753faab Fixed version number
The version number automatically increments when pushed
2025-08-05 16:46:29 -04:00
Nicholas
1d78a140dd Enhance overlay drag and file input handling
Improved the overlay drag logic for smoother, GPU-accelerated movement using requestAnimationFrame and transform. Updated file input elements to use stronger hiding techniques, preventing browser-native text from appearing during minimize/maximize. Updated version to 0.72.0 and added additional debug logging and minor UI/UX improvements.
2025-08-05 14:18:12 -03:00
SwingTheVine
9696990ed8
Merge branch 'main' into minimize-window-feature 2025-08-04 20:50:31 -05:00
Nicholas
533494c790 Refactor overlay maximize feedback and improve accessibility
Removes the status message when maximizing the overlay, as the state change is visually clear. Updates comments to clarify that accessibility information is still provided via alt text for screen readers and tooltips.
2025-08-04 22:23:03 -03:00
Nicholas
82bf8a3c3e Add pixel counting and minimize/maximize overlay features
Introduces a comprehensive pixel counting system to the Template class and integrates pixel statistics into the template creation and rendering process. Adds minimize/maximize functionality to the overlay UI, including responsive element visibility, fixed minimized dimensions, and improved user feedback. Updates documentation and comments to reflect new features and version history.
2025-08-04 22:08:12 -03:00
github-actions[bot]
c5152bf1a8 v0.70.0; Changed build.yml release message 2025-08-05 00:24:32 +00:00
Nicholas
a0df44e746 Add minimize/maximize functionality to overlay UI
Introduces a minimize/maximize toggle for the Blue Marble overlay via the icon, updating layout and visibility of UI elements accordingly. Updates CSS for smooth transitions and responsive sizing. Also adds debugging and logging improvements in the userscript, and updates the script name in metadata.
2025-08-04 19:01:33 -03:00
SwingTheVine
58db39b9d8 Fixed bugs in install inst. and drag with touch 2025-08-04 16:31:48 -04:00
github-actions[bot]
5a0087927f Release version; Clarified where the userscript can be downloaded from 2025-08-04 19:12:57 +00:00
github-actions[bot]
f4393c6454 Release version; Merge pull request #17 from CpdnCristiano/fix-template-pixel-offset
Fix template pixel offset calculation in createTemplateTiles()
2025-08-02 16:40:34 +00:00
Cristiano Nascimeno
0ce0647e30 Fix template pixel offset calculation 2025-08-02 08:43:16 -03:00
github-actions[bot]
1de09bcd6e Release version; Potentally fixed template alignment issue 2025-08-02 05:52:07 +00:00
SwingTheVine
ba1ee44d6a Potentally fixed template alignment issue 2025-08-02 01:51:23 -04:00
SwingTheVine
5879422b9d Added Move Palette button 2025-08-02 00:15:45 -04:00
SwingTheVine
cb6a89c330 Fixed security vulnerability, and blob queue bug 2025-08-01 23:10:11 -04:00
github-actions[bot]
f3529c0258 Release version; Finished multi-tile templates 2025-08-02 01:26:16 +00:00
SwingTheVine
7c54997b73 Finished multi-tile templates 2025-08-01 21:25:37 -04:00
SwingTheVine
031f114433 Multi-Tile templates sorta work 2025-08-01 20:57:49 -04:00
SwingTheVine
f84fbea0ce Template Objects work properly now 2025-08-01 09:25:27 -04:00
SwingTheVine
d1d6ebe7cc Did most new template creation system 2025-07-31 18:48:44 -04:00
github-actions[bot]
b8933327b9 Release version; Fixed commit description bug in build.yml
...I think?
2025-07-31 08:53:07 +00:00
SwingTheVine
b0a98ee4a0 Template Overlay now appears above tile...
...and you can't move the template when placing pixels anymore xd
2025-07-31 04:42:28 -04:00
github-actions[bot]
c5c1ddd157 Release version; Fixed some template bugs 2025-07-30 12:34:12 +00:00
SwingTheVine
9d2c7a014a Fixed some template bugs 2025-07-30 08:33:22 -04:00
SwingTheVine
0c3e4d65f6 Template works 2025-07-30 07:40:48 -04:00
SwingTheVine
fe62f14357 Partially working template 2025-07-30 07:23:36 -04:00
SwingTheVine
6face92136 Added image to canvas 2025-07-30 02:47:03 -04:00
github-actions[bot]
b7ec594907 Release version; Fixed quotations bug in build.yml 2025-07-30 02:06:56 +00:00
github-actions[bot]
8a8c7206db Release version; Fixed bug with update-resources in build.yml 2025-07-30 01:51:21 +00:00
github-actions[bot]
db75506fb6 Release version; Fixed bug in BlueMarble.meta.js 2025-07-30 01:40:57 +00:00
SwingTheVine
b98c0c77a3 Fixed bug in BlueMarble.meta.js 2025-07-29 21:40:16 -04:00
SwingTheVine
c8e2cfb014 Added red box overlay 2025-07-29 16:31:43 -04:00
github-actions[bot]
32073440f9 Release version; Added css map for consistent mapping during patches 2025-07-29 17:40:12 +00:00
SwingTheVine
899680ef97 Added css map for consistent mapping during patches 2025-07-29 13:39:26 -04:00
github-actions[bot]
d171900fd5 Release version; Added styling in consoles 2025-07-29 15:46:55 +00:00
SwingTheVine
8230b08e94 Added styling in consoles 2025-07-29 11:46:09 -04:00
SwingTheVine
aa68b22478 Added some comments 2025-07-29 06:56:32 -04:00
github-actions[bot]
9a31f2103c Release version; Fixed another build.yml bug 2025-07-29 10:25:05 +00:00
SwingTheVine
2c13ad4248 Fixed another build.yml bug 2025-07-29 06:24:33 -04:00
github-actions[bot]
b7c6f6cbdc Release version; Fixed build.yml bug 2025-07-29 10:19:35 +00:00
SwingTheVine
97ba324457 Finished CSS selector obfuscator 2025-07-29 05:58:12 -04:00
github-actions[bot]
3918bf839e Bumped version; Fixed naming scheme 2025-07-28 02:05:20 +00:00
SwingTheVine
50680a33af Added action button UI 2025-07-27 14:22:55 -04:00
SwingTheVine
fa5ea2d6d7 Combined coordsHandler into Utils; Renamed apiHandler 2025-07-27 12:37:12 -04:00
github-actions[bot]
902640fc2d Bumped version; Fixed compression badge bug; Shrunk BlueMarble Image 2025-07-27 15:27:58 +00:00
SwingTheVine
e9299c6b1b Fixed compression badge bug; Shrunk BlueMarble Image 2025-07-27 11:27:39 -04:00
github-actions[bot]
0b494b2979 Bumped version; Moved assets to dist; Updated compression calculation 2025-07-27 15:20:16 +00:00
SwingTheVine
dcae2c987a Moved assets to dist; Updated compression calculation 2025-07-27 11:20:00 -04:00
github-actions[bot]
fc448f7e1b Bumped version; Added compression badge 2025-07-27 15:11:54 +00:00
github-actions[bot]
c526a3f92b Bumped version; Removed sourcemap 2025-07-27 14:55:59 +00:00