Christopher Allen
ce22f42868
chore: Organise imports ( #8527 )
...
* chore(deps): Add pretter-plugin-organize-imports
* chore: Remove insignificant blank lines in import sections
Since prettier-plugin-organize-imports sorts imports within
sections separated by blank lines, but preserves the section
divisions, remove any blank lines that are not dividing imports
into meaningful sections.
Do not remove blank lines separating side-effect-only imports
from main imports.
* chore: Remove unneded eslint-disable directives
* chore: Organise imports
2024-08-15 03:16:14 +01:00
Jeremiah Saunders
f020b54fd0
fix: bring comments and bubbles to the front on click ( #8451 )
...
* Bring comment to the block layer when clicked
* Bring bubbles to front when clicked
2024-08-02 13:09:30 -07:00
Beka Westberg
ed403d0b77
feat!: change gestures to look at selected when dragging ( #7991 )
...
* feat: change gestures to look at selected when dragging
* chore: fix tests
* chore: format
* chore: PR comments
2024-04-04 08:52:43 -07:00
Beka Westberg
59f589c32a
feat!: migrate bubble dragging to use new API ( #7974 )
2024-03-29 11:02:47 -07:00
Beka Westberg
e91dd203c3
fix!: classes on text input bubble to match comment view ( #7935 )
2024-03-14 09:57:18 -07:00
dependabot[bot]
2546b01d70
chore(deps): Bump prettier from 2.8.8 to 3.0.0 ( #7322 )
...
* chore(deps): Bump prettier from 2.8.8 to 3.0.0
Bumps [prettier](https://github.com/prettier/prettier ) from 2.8.8 to 3.0.0.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.8.8...3.0.0 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* chore: Reformat using Prettier v3.0 defaults
The main change is to add trailing commas to the last line of
block-formatted function calls.
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Christopher Allen <cpcallen+git@google.com >
2023-07-25 14:56:10 +00:00
Beka Westberg
91e8105e81
chore: add top-level inline docs to bubbles icons and inputs ( #7190 )
...
* chore: add top-level inline docs to bubbles icons and inputs
* chore: fixup for PR comments
2023-06-21 10:14:25 -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
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