Get the reusable foundations of custom popovers finished.

This commit is contained in:
Oliver-Akins 2025-03-14 22:52:40 -06:00
parent 4b75526708
commit e594b6beb0
8 changed files with 219 additions and 63 deletions

View file

@ -8,11 +8,12 @@ export class AmmoTracker extends GenericPopoverMixin(HandlebarsApplicationMixin(
static DEFAULT_OPTIONS = {
classes: [
`ripcrypt`,
`ripcrypt--AmmoTracker`,
],
position: {
width: 100,
height: 30,
window: {
title: `Ammo Tracker`,
contentClasses: [
`ripcrypt--AmmoTracker`,
],
},
actions: {},
};