Commit Graph
503 Commits
Author SHA1 Message Date
vince 21fd0c880f removed "required" from spell caster class field. FF would force-jump to the field when modifying(move, del) repeating rows 2025-11-23 22:08:48 -08:00
vince 25282d9139 bundled latest changes for production 2025-11-23 21:13:38 -08:00
vince dca3d1e5a0 announcement 2025-11-23 21:09:00 -08:00
vince 9a6d376124 moved title text to the label for "Use Lbs" 2025-11-23 20:57:47 -08:00
vince c48415b767 - fixed event handling for "magical" checkbox.
- if equipment|magic tab is enabled when adding a new item, type will be set to magic and "magical" will be checked.
2025-11-23 20:56:07 -08:00
vince d41cd4a211 - Set Equipment type for new rows based on selected Type Tab 2025-11-23 20:30:38 -08:00
vince abbfced10b - updated build script to monitor for css changes.
- added .gitignore file to hide prod and dev folders
- updated title text on armor details and sub-section nav, "gear" icon
2025-11-23 13:55:26 -08:00
vince 19eacefaef - fixed armor row columns displayed/alignment if armor is marked as "magical" and Equipment tab was filtered to show "Magic" items only. 2025-11-23 10:29:41 -08:00
vince 08a1eb0c34 Fixed a layout alignment glitch with the Equipment sorting option buttons when viewed in FF. 2025-11-21 23:41:11 -08:00
dependabot[bot] 634efe27ad Bump js-yaml from 4.1.0 to 4.1.1 in /ADnD_1E_Revised/src
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-20 19:41:39 +00:00
vince af8bdb43cb v1.68 production 2025-11-20 09:32:03 -08:00
vince bbfca71fb6 - removed unnecessary default values when calling the values inside sheetworkers for selects, checkboxes, and radio inputs.
- shaded background of spell_lvl_X|max fields
2025-11-14 01:07:08 -08:00
vince 55d088a3b1 date change 2025-11-13 16:38:52 -08:00
vince 6e8fc631bd - Added "Roll Template Color" selector to the sheet's default settings options. 2025-11-12 21:55:01 -08:00
vince ab378189a3 date 2025-11-09 14:28:12 -08:00
vince 69f26243e8 Added 'required' to spell cater fields with styling if invalid (ie empty) to "encourage" users to fil this is of the the sheet is a spell caster. 2025-11-09 14:27:44 -08:00
vince bed1bfca40 announcement text 2025-11-09 13:51:19 -08:00
vince 021b3fac69 - updated title text on max fields from '..._max' to '...|max'. Macros an token bars need to use '...|max' 2025-11-09 13:49:41 -08:00
vince 0b243dc1fd -updated dependencies 2025-11-08 12:49:49 -08:00
vince 14d562d435 announcements 2025-11-05 16:43:42 -08:00
vince 55235126ff - removed unnecessary '|| 0' from saving throw calcs 2025-11-05 16:31:09 -08:00
vince 0f6ab8191f removed unnecessary default values when calling the values inside sheetworkers for selects, checkboxes, and radio inputs. 2025-11-05 14:53:50 -08:00
vince 25759cef08 - when setting repeating rows(equipment, weapons, and nwp); Using || 0, || 1, is not necessary here.
- Removed || 1 and || 20 from other value calls.  If the html value was 0, sheetworker will read as falsey and use the || X value instead.
2025-11-04 23:57:57 -08:00
vince 9fa5a6501b removed || -1 from const casterTab = +v.spell_caster_tabs; This was defaulting to -1 if spell_caster_tabs was 0. ie incorrectly detecting 0 as falsey when performing checks 2025-11-04 22:31:52 -08:00
vince d539af03df added Hide Caster Class 2 tot he spell section. Option is the same as the one used in sheet settings. 2025-11-04 17:25:11 -08:00
vince 24f7c90947 - added undo sort for equipment 2025-11-04 00:10:28 -08:00
vince cec028365f - fixed caster class check logic to also check state of toggle_caster2 from settings.
- added Spell A-Z sort
- added Spell Level then A-Z sort
- added Spell sort 'Undo' to return to the Natural Order
2025-11-03 23:12:13 -08:00
vince c7d0362108 - adjusted logic for syncing Spell Caster tab when Caster tab is on 'All' 2025-11-02 23:02:25 -08:00
vince 4ca5aa332f - added an undo spell sort button (doesn't do anything yet)
- added getSectionIDsOrdered to save the previous spell order to spells_previous_order_array
2025-11-02 22:07:53 -08:00
vince 0f04ca4f64 announcements 2025-10-31 23:55:58 -07:00
vince ed261cd367 - check and Set Caster Class and level for THIS Spell based on Caster Tab 2025-10-31 23:53:32 -07:00
vince 8c74cce6a1 - comments 2025-10-31 00:06:37 -07:00
vince cd1e3cc91e - added .trim() when looking for matches in class and race names 2025-10-31 00:01:00 -07:00
vince b3095ef6f4 - announcements 2025-10-30 23:55:44 -07:00
vince efa06d6dc1 -updated thief skills auto-fill dex and race mods logic 2025-10-30 23:53:14 -07:00
vince 9d74b6f1a9 - expanded thief dex adjustments up DEX 25 2025-10-30 23:34:09 -07:00
vince 4b45d54995 - updated thief skills 'sync to class' logic 2025-10-30 23:17:36 -07:00
vince 3b78a520de comments 2025-10-30 14:50:57 -07:00
vince cdcc7508f9 - removed some of the old updates 2025-10-30 14:47:19 -07:00
vince fa029eff6a -updated sheet.json lingo 2025-10-30 13:45:00 -07:00
vince 9d9b496f5d - {{freetext}} background-color override 2025-10-30 10:32:33 -07:00
vince 3c01d04c66 - added sort to equipment
- keep {{freetext}} background-color transparent
2025-10-30 10:19:53 -07:00
vince 6a576c6985 -added alphabetical sort option to spells 2025-10-29 23:57:59 -07:00
vince abf7837481 working on using setSectionOrder to sort spells by name 2025-10-29 18:04:26 -07:00
vince 25ae733df5 - Made a correction with the Spell Level Tab behavior when editing a Spell's Level while showing "All" levels. Tab would incorrectly change the Spell Level Tab to match the new Spell Level. Expected behavior is to stay on "All".
- "Spell Lvl" is now shown with the Spell Name and #Memorized/Prepared. Hidden when the Spell details is expanded.
2025-10-29 15:52:42 -07:00
vince 42281fc8c4 updated title text 2025-10-28 23:46:59 -07:00
vince ba544c0d2d - tests added to set spell level automatically based on open spell tab 2025-10-28 23:25:48 -07:00
vince 688cd7b1ae - replaced html-minifier with html-minifier-terser due to warning about "kangax html-minifier REDoS" vulnerability
- also needed to update bundle-process.js changed bundle() into an async function to work properly when minifying the HTML
2025-10-28 17:23:52 -07:00
vince feb2489f1b Updating dependencies used to bundle the sheet. Impacts dev environment only. 2025-10-28 16:39:27 -07:00
vince cbfa693ea9 added a few more linear-background 2025-10-26 16:38:40 -07:00