Beka Westberg
2f74ce822f
fix!: refactor mutator icon ( #7115 )
...
* feat: add basic mutator icon
* feat: add actual mutation behavior to icon
* chore: add bumping blocks back into the bubble
* fix: add updating block styles
* feat: add static methods to mutator icon
* chore: delete old mutator code
* fix: use the new mutator icon
* chore: docs and format
* chore: my own comments
* chore: first pass at PR comments
* chore: make type strings internal
* chore: add todo
* chore: format
* chore: move properties to module level
* chore: fix using in demos
* chore: move Mutator to icons.MutatorIcon
* chore: move reconnect to connection
* chore: move findParentWs to workspace
* chore: properly override and call super
* chore: remove bubbleIsVisible check
* chore: change imports to import type
* chore: use elvis operator
* chore: update renamings
* chore: reduce changes to js block files
2023-06-02 12:18:41 -07:00
Beka Westberg
50d9474db5
fix!: refactor comment icon ( #7128 )
...
* fix: add basic comment icon
* fix: add using comment icon
* chore: delete old comment icon
* chore: add docs to the comment icon
* chore: move Comment to icons.CommentIcon
* chore: mode properties to module level
* chore: properly override and call super
* chore: remove .comment and .commentIcon_
* chore: cleanup test
* chore: deprecate getCommentIcon and getCommentText
* chore: change imports to import type
* chore: refactor code for paren peace
* chore: fix lint and make it error
* chore: remove change to block JS file
* chore: fix css
* chore: add renamings
* chore: format
2023-06-02 09:53:05 -07:00
Beka Westberg
f4e378d096
fix!: refactor warning icon ( #7112 )
...
* feat: add basic warning icon
* feat: work on actually using the warning icon
* chore: add docs
* chore: delete old warning icon
* chore: fix build
* chore: my own comments
* chore: move Warning to icons.WarningIcon
* chore: move properties to the module level
* chore: properly override and call super
* chore: properly use optional chaining
* chore: fixup comment typo
* chore: change imports to import type
* chore: reduces changes in block js files
* chore: add renaming
2023-06-02 09:34:34 -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
b5db021eed
feat: text input bubble ( #7089 )
...
* feat: add basic text bubble
* feat: add resizing the text input bubble
* chore: add docs
* chore: mouse -> pointer
* chore: fixup from PR comments
2023-05-24 13:01:03 -07:00
Beka Westberg
83c6c73817
feat: mini workspace bubble ( #7096 )
...
* feat: add properly sizing mini workspace bubble
* chore: add properly handling workspace options
* fix: various sizing and option bugs
* fix: code related to dragging
* fix: remove adding flyout change listener
* chore: add docs
* fix: build
* fix: PR comments'
* chore: PR comments
2023-05-19 15:36:34 -07:00
Beka Westberg
e538a334b5
fix: bubbles not being dragged ( #7088 )
2023-05-18 10:03:09 -07:00
Beka Westberg
da6d059fde
feat: implements text bubble class ( #7080 )
2023-05-12 15:43:38 -07:00
Beka Westberg
794c045691
feat: bubble ownership ( #7071 )
...
* chore: rename bubble to old bubble
* chore: work on new bubble class
* chore: basic bubble implementation
* chore: add positioning code
* chore: add positioning code
* chore: more layouting code
* chore: implement IBubble thingies in new bubble
* chore: add docs
* chore: PR comments
* chore: fixup positioning bugs
* chore: fix lint
* chore: change height and width to get methods
2023-05-12 16:28:09 +00:00