Skip to content

chore: RC 2022-12-13 - #14315

Merged
atomrc merged 149 commits into
masterfrom
dev
Dec 13, 2022
Merged

chore: RC 2022-12-13#14315
atomrc merged 149 commits into
masterfrom
dev

Conversation

@PatrykBuniX

@PatrykBuniX PatrykBuniX commented Dec 13, 2022

Copy link
Copy Markdown
Contributor

RC 13 December 2022

dependabot Bot and others added 30 commits November 20, 2022 15:10
…4148)

Bumps [@wireapp/commons](https://github.com/wireapp/wire-web-packages) from 5.0.0 to 5.0.3.
- [Release notes](https://github.com/wireapp/wire-web-packages/releases)
- [Commits](https://github.com/wireapp/wire-web-packages/compare/@wireapp/commons@5.0.0...@wireapp/commons@5.0.3)

---
updated-dependencies:
- dependency-name: "@wireapp/commons"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 4.9.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.8.4...v4.9.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This reverts commit a85dc61, reversing
changes made to f70526b.
…focus order, make chat user avatar keyboard accessible (#14153)

* fix: code review fix and chat area focus improvements(ACCC-268)

handle all interactive elements focus with a function
hanlde media elements seperately as they have a loading state
make Avatar keyboard accessible
handle reply messsage focus

* fix: replace clickhandler with my new function(ACC-268)

* refactor: create a message event function(ACC-268)

* Update src/script/components/Avatar.tsx

Co-authored-by: Thomas Belin <thomasbelin4@gmail.com>

* Update src/script/components/MessagesList/Message/ContentMessage/asset/TextMessageRenderer.tsx

Co-authored-by: Thomas Belin <thomasbelin4@gmail.com>

* Update src/script/components/MessagesList/Message/ContentMessage/asset/TextMessageRenderer.tsx

Co-authored-by: Thomas Belin <thomasbelin4@gmail.com>

* Update src/script/components/MessagesList/Message/ContentMessage/asset/TextMessageRenderer.tsx

Co-authored-by: Thomas Belin <thomasbelin4@gmail.com>

* fix: code review comments and refactoring

detect message type from current target as we can't pass element type to avoid creating a new function reference
handle Quote message focus state
change mention message element type from span to div with role button  as its an interactive element
lint error
test fix

Co-authored-by: Thomas Belin <thomasbelin4@gmail.com>
* runfix: Correct focus order in preferences

* two variables

* Update src/script/page/LeftSidebar/panels/Preferences.tsx

Co-authored-by: Przemysław Jóźwik <przemyslaw.jozwik@wire.com>

Co-authored-by: Przemysław Jóźwik <przemyslaw.jozwik@wire.com>
* feat: Adjust styles for typing indicator (ACC-309)

* absolute position
…14017)

* refactor: change px values to rem values for font variables [ACC-68]

* replace font size px values by rem values in tsx files

* replace 12px by variable in less files

* replace 11px by variable in less files

* replace 14px by variable in less files

* replace 16px by variable in less files

* replace 24px by variable in less files

* replace rest of px values by variable in less files

* replace lineheight px values by rem values in tsx files

* replace lineheight px values by existing variables in less files

* change a em value to px since it should'nt react to font-size change

* fix input bar control responsivity to font size

* refactor other lineheight px values to rem

* refactor forgotten px value

* bump ui-kit to 9.0.10

* bump ui-kit to 9.0.11: fix typing issues

* bump ui-kit to 9.0.12: missing ref
* fix: Discard typing events after 1 minute

* change naming
…focusable(ACC-268) (#14186)

* feat: shift+tab from message input bar should set the entire message focusable(ACC-268)

- when a user press shift+tab from input bar, set the last focused message elements non focusable(tabindex -1)
- the wrapper div of the last focused message is still focused as we didn't reset its tabindex
- to focus a message element check its self(element level) focus state and message level focus state
- on focus visible set read receipt outline visible

* Update src/script/components/Conversation/Conversation.tsx

Co-authored-by: Przemysław Jóźwik <przemyslaw.jozwik@wire.com>

Co-authored-by: Przemysław Jóźwik <przemyslaw.jozwik@wire.com>
* runfix: Adjust avatar styles in typing indicator

* remove extra ?
dependabot Bot and others added 18 commits December 11, 2022 15:33
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.45.0 to 5.46.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.46.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 6.4.4 to 6.4.5.
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router@6.4.5/packages/react-router)

---
updated-dependencies:
- dependency-name: react-router
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [cspell](https://github.com/streetsidesoftware/cspell) from 6.16.0 to 6.17.0.
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/CHANGELOG.md)
- [Commits](streetsidesoftware/cspell@v6.16.0...v6.17.0)

---
updated-dependencies:
- dependency-name: cspell
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#14298)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.45.0 to 5.46.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.46.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…OR_MODE (#14282)

* feat: Typing Indicator settings - Turn on or Off(ACC-307)

* feat: typing indicator is not visible when user is typing but typing mode is disabled(ACC-307)

* fix: revert deleted hook dependecy(ACC-307)

* refactor: remove extra if(ACC-307)

* fix: code review comments(ACC-307)

* fix: rename configuration variable(ACC-307)

* refactor: rename the property WIRE_TYPING_MODE to WIRE_TYPING_INDICATOR_MODE(ACC-307)
* refactor: new implementation of disposable ref

* refactor: use new disposable ref for detecting long quotes

* refactor: rename original function and fix tests

* refactor: improve message rendere key

* refactor: get rid of useDisposableRef hook in MemberMessage component

* refactor: remove useDisposableRef hook from TextMessageRenderer component

* refactor: remove useDisposableRef hook
* feat: update headings

* update headings

* update left sidebar heading
* runfix: correct missing paragraph tags [ACC-321]

* Apply suggestions from code review

Co-authored-by: Przemysław Jóźwik <przemyslaw.jozwik@wire.com>
* feat: Update list tags structure

* remove unecsessary code
* feat: Forms accessibility

* fix typo
* feat: Update HTML tags in Modals, AppLock and DeviceID

* Cr fixes
@PatrykBuniX
PatrykBuniX requested review from a team and otto-the-bot as code owners December 13, 2022 15:06
@codecov

codecov Bot commented Dec 13, 2022

Copy link
Copy Markdown

Codecov Report

Merging #14315 (b55dd59) into master (89c9222) will increase coverage by 0.56%.
The diff coverage is 48.21%.

@@            Coverage Diff             @@
##           master   #14315      +/-   ##
==========================================
+ Coverage   41.27%   41.84%   +0.56%     
==========================================
  Files         608      612       +4     
  Lines       20851    21049     +198     
  Branches     4741     4780      +39     
==========================================
+ Hits         8607     8808     +201     
+ Misses      11136    11127       -9     
- Partials     1108     1114       +6     

@atomrc
atomrc merged commit 6b2f2bf into master Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants