* 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>
* 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>
* Initial
* Resource setup finished
* Fixed so that costs can be used
* Corrected standard resources
* Actions can only use item resources from their parent item
* Fixed up dice
* Fixed resource dice positioning
* Fixed parsing of resource.max
* Fixed styling on settings tab
* Added manual input for Dice Resources
* Lightmode fixes
* Fixed Feature spellcasting modifier
* Bugfix for item input to resourceDiceDialog
* Item fix for TokenInput
* PR Fixes
* add basic drag drop window
* add better field
* make effects copy onto actor on attachment
* make items from inventory draggable
* working drop from inventory
* remove duplication issue
* add attachment only flag and logic
* add weapons to attachables
* remove debug logs
* try to make it drier
* remove unecessary try catch
* remove extra configs
* remove superfluous comments
* remove spurious defenses
* make drier
* remove unecessary code
* deduplicate and simplify
* its a desert
* standardize to be more similar to class item code
* fix bug of duplicate effects being created
* fix localization string
* fix bug of item equiping and un equiping
* remove this since were not going to be using attachmentonly
* update attachment tab with comments
* remove attachment only logic in favor of just transfer
* change flags
* change armor and weapon to be attachableItem
* change armor and weapon to be attachableItem
* change weapon to use mixin
* add mixin to armor
* move everything to mixin sheet
* refactor code for review comments
* cleanup and somehow git is ignoring some changes
* see if this picks up the changes now
* Import/Export updates
---------
Co-authored-by: psitacus <walther.johnson@ucalgary.ca>
Co-authored-by: WBHarry <williambjrklund@gmail.com>
* Add ability to toggle between list and card views
* set the list display as a user flag
* Fixed domainCard cardlist rendering
---------
Co-authored-by: WBHarry <williambjrklund@gmail.com>