Introduce tooltip action for "go to thread"/"create thread".
Details
Details
Flow; Tested with the rest of diffs stack.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
web/chat/tooltip-utils.js | ||
---|---|---|
320–324 | The names are confusing. The names suggest that these are functions that are called after a certain action was performed, e.g. onThreadOpen should be a function that is called after a thread was opened. But in our case, the intention is different and these functions perform the actions themself, so this should be just e.g. openThread. |
web/chat/tooltip-utils.js | ||
---|---|---|
320–324 | Totally agree |