store icon indicating copy to clipboard operation
store copied to clipboard

feat: add lazyness to derived

Open crutchcorn opened this issue 6 months ago • 2 comments

This PR builds on top of #40, please merge that first

This PR adds in a lazyness option to the derived class that:

  • Doesn't update a value until it's needed
  • Still works when other items are derived from it

crutchcorn avatar Aug 13 '24 22:08 crutchcorn