Maribeth Bottorff
a3053955d3
feat: make fields and icons optionally clickable in flyouts ( #7672 )
...
* feat: add ability to click fields in flyouts
* feat: control if icons are clickable in flyouts
* fix: make default icons not clickable in flyout
* fix: use booleans like a real programmer
2023-12-06 19:02:45 +00:00
Beka Westberg
0cfd388a5d
feat: add types for accessing icons. ( #7132 )
...
* feat: add types for accessing icons.
* chore: PR comments
2023-06-13 14:39:36 -07:00
Beka Westberg
42b8c6e3ab
fix: return annotations ( #7118 )
...
* chore: remove suppress annotations
* chore: remove fileoverview annotation
* chore: remove other unused annotations
* chore: change return to returns
* chore: enable tag linting
2023-05-24 13:01:33 -07:00
Beka Westberg
4dc2869778
fix: work on calling icon hooks ( #7100 )
...
* fix: work on calling icon hooks
* chore: PR comments
* chore: format
2023-05-19 15:36:44 -07:00
Maribeth Bottorff
88ff901a72
chore: use prettier instead of clang-format ( #7014 )
...
* chore: add and configure prettier
* chore: remove clang-format
* chore: remove clang-format config
* chore: lint additional ts files
* chore: fix lint errors in blocks
* chore: add prettier-ignore where needed
* chore: ignore js blocks when formatting
* chore: fix playground html syntax
* chore: fix yaml spacing from merge
* chore: convert text blocks to use arrow functions
* chore: format everything with prettier
* chore: fix lint unused imports in blocks
2023-05-10 16:01:39 -07:00
Beka Westberg
07db0c27d1
feat: add IIcon interface, and related interfaces ( #7054 )
...
* feat: add IIcon interface
* feat: add ISerializable interface
* feat: add IHasBubble interface
* feat: add type guards for icon interfaces
* chore: PR comments
2023-05-09 10:13:44 -07:00