Commit graph

567 commits

Author SHA1 Message Date
WBHarry
8a832fa142 Added setting to toggle pip/number display 2025-11-09 14:05:03 +01:00
Nikhil Nagarajan
9b773bcd54 restoring old css for toggle 2025-11-09 07:37:53 -05:00
Nikhil Nagarajan
88383ec46a last minute change to resource section for better visual feeling 2025-11-08 19:45:45 -05:00
Nikhil Nagarajan
62d3e63eac CSS Changes to accomadate pip boy 2025-11-08 19:27:30 -05:00
Nikhil Nagarajan
7ac9e3cec1 Armor functional to be hit 2025-11-08 17:36:04 -05:00
Nikhil Nagarajan
3334baef11 Stressful task 2025-11-08 16:48:43 -05:00
Nikhil Nagarajan
c887f82e3f I am silly (wearning Dunce hat) 2025-11-08 16:34:12 -05:00
Nikhil Nagarajan
eaf4e3b78f Something experimenting 2025-11-08 16:02:12 -05:00
WBHarry
a23061a8be Added delete icon to inventory 2025-11-07 16:43:21 +01:00
WBHarry
c96cd2beac Fixed so items can be dropped into the Party sheet 2025-11-06 22:21:05 +01:00
WBHarry
e8961afc5e Added the clown car 2025-11-06 21:48:41 +01:00
WBHarry
8ce7dc16db Fixed so style applies in preview chat message 2025-11-06 18:58:16 +01:00
Carlos Fernandez
3fa4c7d81f
Re-render party when members update (#1242) 2025-11-06 11:59:23 -03:00
WBHarry
ff752bfaf2 Commented out Difficulty since it's not used yet 2025-11-06 00:18:38 +01:00
WBHarry
c54d86ed3f Removed/commented-out not yet implemented things 2025-11-05 23:55:39 +01:00
WBHarry
c49079c57c Finished GroupRoll 2025-11-05 23:51:14 +01:00
WBHarry
a442cb904b Merge branch 'feature/party-sheet' of https://github.com/Foundryborne/daggerheart into feature/party-sheet 2025-11-04 17:20:29 +01:00
Carlos Fernandez
4f990166f5
Minor fixes and tweaks for the party sheet (#1239)
* Minor fixes and tweaks for the party sheet

* Fix scroll restoration for party sheet tabs
2025-11-04 17:13:44 +01:00
WBHarry
6d3e5302eb Merged with development 2025-10-29 19:13:46 +01:00
WBHarry
ff79dd19bf
[Feature] 946 - Damage/Effect ChatMessages (#1089)
* Initial damage message

* Added hover functionality to adversary damage cards

* Added effect message

* enhance chat messages styles

* .

* Fixed promise lockup

* .

* Fixed token path for message

---------

Co-authored-by: moliloo <dev.murilobrito@gmail.com>
2025-10-29 13:56:37 -04:00
WBHarry
906c7ac853
[Feature] 613 - Countdown Improvements (#1184)
* Added CountdownEdit view

* Added countdowns UI element

* .

* Fixed migration of countdowns

* .

* .

* style countdown interface, application and ownership dialog

* fix buttons height in ownsership selection

* .

* Added coloured pips to UI cooldowns to signify player visibility if not every player has it

* .

* Added max-height and overflow

* Sync countdown current with max when equal (#1221)

* Update module/applications/ui/countdownEdit.mjs

Co-authored-by: Carlos Fernandez <CarlosFdez@users.noreply.github.com>

* .

---------

Co-authored-by: moliloo <dev.murilobrito@gmail.com>
Co-authored-by: Carlos Fernandez <CarlosFdez@users.noreply.github.com>
2025-10-27 18:24:38 -03:00
WBHarry
07cdcf2d78
Improved order of steps (#1232) 2025-10-26 21:57:46 +10:00
IrkTheImp
d4f80b6fa1
[Feature] 789 - spotlight order (#1222)
* order spotlight requests

* add spotlight requests section to combat tracker
2025-10-25 18:59:25 +02:00
WBHarry
a3f079d111 Fixed costs 2025-10-23 20:29:04 +02:00
WBHarry
0511d24921 Main implementation 2025-10-23 19:51:22 +02:00
Carlos Fernandez
45b9b52314
Allow viewing domain card item sheet by clicking the name in grid view (#1215) 2025-10-15 23:01:41 +10:00
Carlos Fernandez
dc073aa9cc
Clean up loadout tab card name visual styling (#1216) 2025-10-14 12:01:54 -03:00
Carlos Fernandez
25fb2ee570
[Community PR] Remove item description fieldset (#1214)
* Remove item description fieldset

* Move styling to tab description and reduce tab specific overrides

* Move artist attribution style back to tab description

* Roll back editor menu changes
2025-10-14 12:00:16 -03:00
Carlos Fernandez
b3a72d6b1d
[Community PR] Use 2d12 as hover icon for PCs and omit when feature has no uses (#1202)
* Use 2d12 as hover icon for player rolls

* SVG test files added

Try to manipulate the fills and stroke of the SVG files as needed. I have made hope and fear based vectors to easily identify between them.

* Updated SVG path

Fear path fixed

* Use b&w duality and only show roll img if there are usable actions

* Switch to SVG and change colors

---------

Co-authored-by: Nikhil Nagarajan <potter.nikhil@gmail.com>
2025-10-08 12:18:19 -04:00
Carlos Fernandez
86eeba0648
Implement @Lookup enricher (#1196) 2025-10-04 21:10:39 +10:00
Chris Ryan
952779000d
[PR] [Feature] Remember the position and size of the compendium browser (#1123)
* Remember the position and size of the compendium browser

* Save position, size details for the 3 types of compendium browser

---------

Co-authored-by: Chris Ryan <chrisr@blackhole>
2025-09-29 14:15:02 -04:00
Carlos Fernandez
cc6ef0b7bf
Anchor chat message image crop to top (#1193) 2025-09-29 11:10:13 -03:00
moliloo
9e9c1d2ac0 add group roll dialog 2025-09-19 23:10:05 -03:00
Carlos Fernandez
e655954890
Fix item summary animation replaying on every rerender (#1176) 2025-09-19 11:33:56 +10:00
Chris Ryan
f1b5c80a53
Null check metadata (#1145)
* Null check metadata

* Fix d20RollDialog action find

---------

Co-authored-by: Chris Ryan <chrisr@blackhole>
Co-authored-by: Dapoolp <elcatnet@gmail.com>
2025-09-18 22:28:25 +02:00
Chris Ryan
55586c93c8
Move Foundryborne menu location; fix localisation; fix deprecation (#1169)
Co-authored-by: Chris Ryan <chrisr@blackhole>
2025-09-18 22:27:04 +02:00
Chris Ryan
a477c9b852
Fixed a merge? error in the itemBrowserConfig (#1174)
Co-authored-by: Chris Ryan <chrisr@blackhole>
2025-09-18 22:25:08 +02:00
moliloo
5a874ae268 add resource buttons actions methods 2025-09-17 23:51:34 -03:00
moliloo
1a0c6f46bc Merge branch 'development' of https://github.com/Foundryborne/daggerheart into feature/party-sheet 2025-09-09 23:58:44 -03:00
moliloo
18e275a471 finish inventory tab and add inital template to projects tab 2025-09-09 23:56:27 -03:00
Carlos Fernandez
a57d154d45
Add space between paragraphs (#1172) 2025-09-09 23:03:13 -03:00
Chris Ryan
58f039ce96
Add extra features to the Temple Enricher and fix the mousewheel issues with the Template Manager (#1147)
Co-authored-by: Chris Ryan <chrisr@blackhole>
2025-09-07 01:27:46 +02:00
WBHarry
2c6aabb97a Merged with main 2025-09-07 01:01:53 +02:00
WBHarry
2176038ec6
Added homebrew for armor and weapon fatures (#1166)
Co-authored-by: Chris Ryan <chrisr@blackhole>
2025-09-07 08:47:21 +10:00
WBHarry
f1b6d3851d
[PR] [Feature] 590 - Daggerheart Menu (#1007)
* Added menu with refresh tools

* Replaced menu icon
2025-09-07 08:30:29 +10:00
Chris Ryan
fd92540792
Add keys, update usage for translations (#1156)
Co-authored-by: Chris Ryan <chrisr@blackhole>
2025-09-06 22:06:17 +02:00
Chris Ryan
e258d9c5f6
Fixed typo in button class (#1159)
Co-authored-by: Chris Ryan <chrisr@blackhole>
2025-09-06 22:05:24 +02:00
Chris Ryan
d4a98d3f66
Add motives and tactics for Oak Treant (#1158)
Co-authored-by: Chris Ryan <chrisr@blackhole>
2025-09-06 19:53:21 +02:00
Chris Ryan
ec54da4e23
Add and fix Tier names in level up (#1142)
Co-authored-by: Chris Ryan <chrisr@blackhole>
2025-09-05 09:47:12 -04:00
joaquinpereyra98
eefb28c312
[REFACTOR] Simplify the DHAppearanceSettings (#1057)
Co-authored-by: Joaquin Pereyra <joaquinpereyra98@users.noreply.github.com>
2025-09-05 11:09:47 +10:00