Commit graph

58 commits

Author SHA1 Message Date
5830fe9e4b Merge pull request 'Hide empty sub-menus from Foundry's settings app' (#31) from feature/hide-empty-submenus into main
Reviewed-on: #31
2025-12-31 07:02:02 +00:00
9c19306cc1 Hide empty sub-menus from Foundry's settings app 2025-12-26 00:43:53 -07:00
00af9286d4 Add tweak blocking for when Crucible is the game system 2025-12-21 22:02:39 -07:00
ce994f5daf Export all of the tweak keys 2025-12-21 21:59:12 -07:00
3bbe8a58ed Version bump for release 2025-12-21 21:39:50 -07:00
1a0cf21742 Fixes the sidebar width in systems that might tweak the sidebar width (closes #27) 2025-12-21 21:39:15 -07:00
1ce2e01f5c Fix bug preventing all non-image messages from being sent (closes #30) 2025-12-21 21:30:54 -07:00
455a301875 Add Foundrylock file to the repo 2025-12-21 21:25:41 -07:00
1ca6da7c91 Update the localization for the chatImageLinks 2025-12-20 00:32:00 -07:00
064b4c1304 Move away from an enricher in favour of the chatMessage hook handling (closes #23) 2025-12-20 00:28:58 -07:00
97f8e293d2 Merge pull request 'Move the tweak prevention into a helper function and rename the module hooks w/ compatibility code' (#26) from feature/change-hook-name into main
Reviewed-on: #26
2025-12-20 01:39:52 +00:00
3527286c7f Fix bug and call the hook with the tweak key 2025-12-19 18:38:54 -07:00
9ffa1cee06 Fix grammar 2025-12-19 00:23:56 -07:00
037533401b Add the invasive flag to the relevant settings 2025-12-19 00:23:00 -07:00
9c8b6f37f9 Move the tweak prevention into a helper function and rename the module hooks w/ compatibility code 2025-12-18 22:32:46 -07:00
3d4376aa81 Merge pull request 'Adds a keybind into the module that allows GMs to temporarily hide their cursor from everyone else (including other GMs)' (#24) from feature/hide-cursor-temporarily into main
Reviewed-on: #24
2025-12-19 03:05:18 +00:00
f088cc474e Remove excess DOM manipulation 2025-12-18 20:04:32 -07:00
8c12c60815 Unset the notification ID when we remove it 2025-12-18 20:03:29 -07:00
e6e02301ab Improve wording of keybinding name and description 2025-12-18 20:02:55 -07:00
f58c8411aa Adds a keybind into the module that allows GMs to temporarily hide their cursor from everyone else (including other GMs) 2025-12-14 15:27:45 -07:00
c2601ba69c Add better status indicators, and a setting to prevent movement history recording 2025-12-13 21:31:56 -07:00
344e9c55ab Add preventSetting hook call for the chatImageLinks setting 2025-12-13 01:42:59 -07:00
9c3213ebac Add localization strings for the chatImageLinks setting 2025-12-13 01:42:38 -07:00
2a55ff522e Add a way to auto-convert images in the chat into the img HTML tag 2025-12-13 01:35:27 -07:00
18021a32e4 Version bump the manifest 2025-12-09 22:20:14 -07:00
dfcbef81ef Added setting registration status (closes #20) 2025-12-09 21:54:29 -07:00
b3119f5287 Hide the preventUserConfigOpen setting from GMs (closes #19) 2025-12-09 21:30:47 -07:00
dacb2e3046 Make the graceful failure a bit more graceful 2025-12-09 21:00:23 -07:00
baea567f24 Add setting to disable token auto-rotation (closes #12) 2025-12-09 20:59:46 -07:00
2484f6a598 Make the startingSidebarTab fail gracefully when the tab isn't found (closes #17) 2025-12-09 20:32:42 -07:00
c946642873 Add spacing between settings in the submenus (closes #16) 2025-12-09 19:59:47 -07:00
03330973d7 Group all of the hotbar settings into a submenu (closes #15) 2025-12-09 19:59:21 -07:00
d71997a508 Restructure the dev settings so that other categories can be more easily created 2025-12-08 23:43:24 -07:00
f90cb3dbab Version bump for initial release and fix the forgejo release URL 2025-12-07 22:19:02 -07:00
2373b1077d Switch to using npm for better CI consistency 2025-12-07 21:56:46 -07:00
9c95e4b1f6 Add CI scripts and workflow for forgejo 2025-12-07 18:03:26 -07:00
ee99ab15dd Add setting to add a global _doc reference (closes #4) 2025-12-07 17:56:56 -07:00
5573a5b674 Add the very first dev-oriented setting and a DevSettingsConfig to manage it 2025-12-07 17:38:08 -07:00
28d0105397 Add a generic helper app to display settings menus similar to how Foundry does by default, but without the category selector 2025-12-07 17:37:30 -07:00
523d9c1da2 Rename __ID to __ID__ 2025-12-07 15:40:00 -07:00
d9bea36444 Remove unused inDev getter 2025-12-07 13:25:47 -07:00
b2c22be84c Allow warn and error to bypass the dev-only logging 2025-12-07 13:22:04 -07:00
27c5fccba0 Add hotbar settings (reposition, button size/gap) 2025-12-07 13:16:51 -07:00
4dc7b8541f Remove useless ready hook 2025-12-07 13:13:50 -07:00
b690ec5668 Use ID constant 2025-12-07 12:24:10 -07:00
25dbb188c5 Add oft.preventSetting hook calls into the currently invasive settings 2025-12-07 00:30:20 -07:00
7d4c809ef3 Add a Hook documentation file to denote how we can provide system/modules a way to prevent specific settings from existing in their presence 2025-12-07 00:28:50 -07:00
9875d49181 Update the startSidebarExpanded setting to bring it inline with the rest of the settings 2025-12-06 23:30:12 -07:00
f40d9f9381 Bring the preventUserConfigOpen into line with the rest of the setting implementations that I like more 2025-12-06 23:23:48 -07:00
8ca82c2cc1 Update chatSidebarBackground to use the same structure as startingSidebarTab and move init hook into the main entrypoint 2025-12-06 23:17:37 -07:00