This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Mentions as links rte #10422
Mentions as links rte #10422
Changes from all commits
177d861
a52aa38
1a17948
05cc8a3
be01b92
7ba881d
8abcb62
03c6509
cbc3723
6b34a80
a4e1cdf
1c34cdc
ff12d92
8e45663
2ad0eab
191f58f
37b2043
76eb06f
74c3a23
013c22e
ab0e84b
99a98f1
631ec37
14cd947
8fe6390
a97d57c
9d4b330
cf9456c
9c2e71a
d3bf2f5
84576bc
26dfec7
036a04b
75ecc15
a48f87b
587ea1a
6c4d893
5616f99
d47234b
78100d9
392bc86
7457b4e
a834963
0b1e510
cde55ab
57d4db5
21cc283
c3d3da8
ec61bef
9b964d1
c277cbe
108b3d8
e2522d5
b5a5af9
6501013
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We get link tags (representing mentions) from the rust model in a string of HTML that gets set as inner HTML on any update to the rust model.
We will be able to style the links using attributes they have, but for click handling we need to add/remove the handlers on any change of the rust model output.