Commit graph

33 commits

Author SHA1 Message Date
4a31ed76cd Add a config option for setting the webp quality 2026-02-03 23:14:29 -07:00
73601c579c Convert image uploads into webp files unless it's a gif (closes #11) 2026-02-03 18:20:43 -07:00
4a2c40397f Hide the Create/Upload buttons when the user doesn't have that permission (closes #16) 2026-02-03 16:52:39 -07:00
177a7bb637 Make the API publicly accessible (closes #25) 2026-02-03 16:32:14 -07:00
e98584d648 Set the default image name to be the original file name, and move all of the strings into the localization file (closes #10) 2026-02-02 23:06:13 -07:00
3a8a2092f7 Add the database sizes into the sidebar (closes #21) 2026-02-02 22:45:19 -07:00
0a44573b39 Remove global scope API (closes #20) 2026-02-01 23:35:00 -07:00
bf7a89e4a7 Make it so external images are handled correctly by the module 2026-02-01 23:14:05 -07:00
d5a114a44a Create the most basic version of the ArtistBrowser app 2026-02-01 18:31:11 -07:00
1c32a71db9 Genericize the paginated data browser to allow working with artists easier 2026-02-01 18:30:36 -07:00
4d138cbdfe Update the token app render hook to also do the combat turn marker source 2026-02-01 17:12:30 -07:00
cf8c82784b Add the ArtBrowser open when using Foundry's editImage action 2026-02-01 16:28:29 -07:00
516c0d0c5e Add hook for the Token configuration of the image source 2026-02-01 16:05:57 -07:00
7777967fcc Rename the main JS file 2026-02-01 15:42:10 -07:00
acc1858f44 Rename the ID from token-browser to image-tagger 2026-02-01 15:40:10 -07:00
2fdcdf062c Add custom HTML elements for icons 2026-02-01 15:27:42 -07:00
812583f33c Improve the multi-select behaviour/appearance and display how many selections are made/required 2026-02-01 01:19:39 -07:00
0381df035e Add the ability to select images with the ArtBrowser 2026-01-29 23:15:02 -07:00
1d58317346 Add the sidebar for the module 2026-01-26 23:41:43 -07:00
dc3224fb6a Rename the Artist/Image App files to match the app's class name 2026-01-26 23:41:18 -07:00
547816701d Add the most basic form of the Art Browser that just lets users see and filter the tokens 2026-01-23 21:20:09 -07:00
82ba07414c Add a utility method to allow easily paginating a list of data 2026-01-23 21:19:10 -07:00
d61a1642f2 Add the filePath method as a handlebars helper 2026-01-23 21:18:24 -07:00
2a1f8fd97d Add a hook into the image app that broadcasts when an image is uploaded/updated 2026-01-23 21:17:13 -07:00
2d46160053 Finish adding editing support to the Image app 2026-01-19 22:42:55 -07:00
c7c02702d7 Add first iteration of the Image DB editor 2026-01-18 23:34:24 -07:00
773c506570 Catch run-time error in situations where _doc is undefined 2026-01-18 23:33:35 -07:00
4fcff3e06e Pull out the document into a protected property so that it can be called by subclasses 2026-01-18 23:22:34 -07:00
ed60f9d689 Move the footer into a common area for reuse 2026-01-18 00:32:44 -07:00
47e693f5b8 Move the static properties into the options region 2026-01-18 00:31:52 -07:00
a5357a90a5 Add error notification when lacking the upload permission 2026-01-18 00:30:41 -07:00
63f985aa0e Refactor the database logic for the apps into it's own mixin for reuse 2026-01-17 23:14:33 -07:00
ffa2162fbd Get the module foundations and the Artist app created 2026-01-17 21:54:41 -07:00