Aaron Dodson
989c91f626
feat!: Add support for preserving block comment locations. ( #8231 )
...
* feat: Add support for preserving block comment locations.
* chore: format the tests.
2024-06-27 11:11:45 -07:00
Neil Fraser
fcdb8fc33d
fix: Normalize CSS between comment types ( #8161 )
...
Merge the CSS so that both comment types (block and workspace) are the same -- other than a border.
2024-05-20 18:59:24 +02:00
Neil Fraser
70ca676c24
fix: Properly size comments. ( #8158 )
...
* Properly size comments.
Fixes multiple rendering and sizing issues across different browsers.
Tip: `text-overflow: hidden;` is not legal CSS and did nothing.
Resolves #8142
2024-05-20 09:30:38 -07:00
Beka Westberg
12ff96674b
fix: comment handle position in RTL ( #8151 )
2024-05-17 12:27:14 -07:00
Beka Westberg
94dda6e668
fix: text input bubble css ( #8040 )
2024-04-17 09:47:51 -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
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
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
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