chatterino:chore/migrate-commercial-to-helix-api

Last commit made on 2022-09-18
Get this branch:
git clone -b chore/migrate-commercial-to-helix-api https://git.launchpad.net/chatterino

Branch merges

Branch information

Name:
chore/migrate-commercial-to-helix-api
Repository:
lp:chatterino

Recent commits

366ba2b... by pajlada

Migrate /commercial command to the Helix API

4f1976b... by pajlada

Migrate /color command to Helix API (#3988)

c6ebb70... by nerix <email address hidden>

fix: disable `autoInvoke` for emote settings (#3990)

Co-authored-by: Rasmus Karlsson <email address hidden>

6a2c4fc... by nerix <email address hidden>

fix: retain text from input when replying (#3989)

Co-authored-by: Rasmus Karlsson <email address hidden>

be72d73... by nerix <email address hidden>

feat: add `Go to message` action in various places (#3953)

* feat: add `Go to message` action in search popup

* chore: add changelog entry

* fix: only scroll if the scrollbar is shown

* fix: go to message when view isn't focused

* feat: animate highlighted message

* fix: missing includes

* fix: order of initialization

* fix: add `ChannelView::mayContainMessage` to filter messages

* feat: add `Go to message` action in `/mentions`

* fix: ignore any mentions channel when searching for split

* feat: add `Go to message` action in reply-threads

* fix: remove redundant `source` parameter

* feat: add `Go to message` action in user-cards

* feat: add link to deleted message

* fix: set current time to 0 when starting animation

* chore: update changelog

* fix: add default case (unreachable)

* chore: removed unused variable

* fix: search in mentions

* fix: always attempt to focus split

* fix: rename `Link::MessageId` to `Link::JumpToMessage`

* fix: rename `selectAndScrollToMessage` to `scrollToMessage`

* fix: rename internal `scrollToMessage` to `scrollToMessageLayout`

* fix: deleted message link in search popup

* chore: reword explanation

* fix: use for-loop instead of `std::find_if`

* refactor: define highlight colors in `BaseTheme`

* core: replace `iff` with `if`

* fix: only return if the message found

* Reword/phrase/dot changelog entries

Co-authored-by: pajlada <email address hidden>

5655a7d... by pajlada

Include network response body in errors (#3987)

7337e93... by Felanbird <email address hidden>

Remove comment suggesting `Build Qt` is a Linux only build step (#3955)

* Remove comment suggesting `Build Qt` is a Linux only build step

* I forgot to no ci

[no ci]

Co-authored-by: pajlada <email address hidden>

9fd00a9... by nerix <email address hidden>

docs: add CLion debugging info (#3954)

7ad7082... by Explooosion-code <email address hidden>

Added Explooosion to contributors list (#3948)

Co-authored-by: Rasmus Karlsson <email address hidden>

92301e7... by Felanbird <email address hidden>

Update gifFrameLength name as suggested by clang-tidy (#3947)