Aaron Dodson
aedcfd6da5
fix: Use a readonly textarea for non-editable comments. ( #8632 )
...
* fix: Use a readonly textarea for non-editable comments.
* chore: Run formatter.
* chore: remove old function definition
2024-11-04 09:43:17 -08:00
John Nesky
561b4189fb
fix: Factor out workspace drag methods into utils. ( #8566 )
2024-09-13 12:53:37 -07:00
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
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