You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/javascript/mastodon
STJrInuyasha 6bf6d35637 Parse links in status content on update as well as mount (#4042)
* Update links in status content on update as well as mount
Fixes occasional bugs with mentions and hashtags not being set to open in a new column like they should, and instead opening in a new page

* use classList instead of raw className
9 years ago
..
actions Turn report screen into a modal (#3965) 9 years ago
components Parse links in status content on update as well as mount (#4042) 9 years ago
containers Use Class and Property Decorators (#3730) 9 years ago
features Unobserve status on unmount (#4013) 9 years ago
locales l10n Occitan locale (#4089) 9 years ago
middleware Remove unused variables (#3906) 9 years ago
reducers Remove unused variables (#3906) 9 years ago
selectors Remove unused variables (#3906) 9 years ago
store Remove unused variables (#3906) 9 years ago
.gitkeep
api.js Improve eslint rules (#3147) 9 years ago
base_polyfills.js Lazy load toots using IntersectionObserver (#3191) 9 years ago
emoji.js Faster emojify() by avoiding str.replace() entirely (#4049) 9 years ago
extra_polyfills.js Lazy load toots using IntersectionObserver (#3191) 9 years ago
is_mobile.js
link_header.js Improve eslint rules (#3147) 9 years ago
load_polyfills.js Extract polyfill loading into single module (#3421) 9 years ago
main.js Replace state to /web when root path (#4009) 9 years ago
performance.js Attach ReactPerf to window for easier debugging (#3318) 9 years ago
rtl.js Improve RTL detection (#3682) 9 years ago
scroll.js Allow mounting arbitrary columns (#3207) 9 years ago
stream.js Use ws protocol in streaming API base URL (#2606) 9 years ago
uuid.js