about summary refs log tree commit diff
path: root/app/javascript/mastodon/features/status/index.js
AgeCommit message (Expand)Author
2023-02-20Rename JSX files with proper `.jsx` extension (#23733)Renaud Chaput
2023-02-13Enable ESLint import recommended rules (#23315)Nick Schonning
2023-01-30Upgrade ESlint to v8 (#23305)Nick Schonning
2022-11-28Fix expanded statuses not always being scrolled into view (#21797)Claire
2022-11-08Remove aria-pressed where it's redundant (#19912)Sasha Sorokin
2022-11-05Fix compose form submission reloading web interface (#19762)Claire
2022-10-20Change public accounts pages to mount the web UI (#19319)Eugen Rochko
2022-10-09Add title to pages with missing title in Web UI (#19322)Yamagishi Kazutoshi
2022-10-07Add interaction modal to logged-out web UI (#19306)Eugen Rochko
2022-09-29Add logged-out access to the web UI (#18961)Eugen Rochko
2022-09-23Add user content translations with configurable backends (#19218)Eugen Rochko
2022-02-10Add editing for published statuses (#17320)Eugen Rochko
2021-11-25Fix handling of recursive toots in WebUI (#17041)Claire
2021-09-26Change routing paths to use usernames in web UI (#16171)Eugen Rochko
2021-07-13Improve modal flow and back button handling (#16499)Claire
2021-02-11Add dropdown for boost privacy in boost confirmation modal (#15704)Claire
2020-12-07Fix unnecessary re-rendering of various components when typing in web UI (#15...Eugen Rochko
2020-11-27Change media modals look in web UI (#15217)Eugen Rochko
2020-09-28Add pop-out player for audio/video in web UI (#14870)Eugen Rochko
2020-04-25Fix expanded video player issues (#13541)ThibG
2020-01-06Fix reuse of detailed status components (#12792)ThibG
2019-12-05Fix media open hotkey (#12546)Jeong Arm
2019-11-29Add hotkey for opening media files (#12498)ThibG
2019-11-19Add relationship-based options to status dropdowns (#12377)Eugen Rochko
2019-11-13Add bookmarks (#7107)ThibG
2019-09-29Add explanation to mute dialog, refactor and clean up mute/block UI (#11992)ThibG
2019-08-30Change detailed status child ordering to sort self-replies on top (#11686)ThibG
2019-08-01Fix scroll to top in single column UI (#11463)Eugen Rochko
2019-08-01Fix column header scrolling with the page (#11458)Eugen Rochko
2019-07-02Memoize ancestorIds and descendantIds in detailed status view (#11234)ThibG
2019-05-29Fix React warning about legacy lifecycle calls and sensitive status resetting...ThibG
2019-05-26Fix null error in status component when determining showMedia state (#10838)Eugen Rochko
2019-05-25Add a keyboard shortcut to hide/show media (#10647)ThibG
2019-05-03When selecting a toot via keyboard, ensure it is scrolled into view (#10593)ThibG
2019-04-06tinyfix 2: unrequired arguments (#10471)ashleyhull-versent
2019-03-26Add a “Block & Report” button to the block confirmation dialog (#10360)ThibG
2019-02-01Refactor icons in web UI to use Icon component (#9951)Eugen Rochko
2019-01-17Improve the public hashtag page (#9831)Eugen Rochko
2018-10-30Make detailed-status__wrapper actually wrap detailed status (#8547)trwnh
2018-10-18Fix fav/boosts hotkeys not working on detailed statuses (#9006)ThibG
2018-10-05Add a confirmation dialog when hitting reply and the compose box isn't empty ...ThibG
2018-09-28Revert Font Awesome 5 upgrade (#8810)Eugen Rochko
2018-09-27Migrate to font-awesome 5.0. (#8799)Naoki Kosaka
2018-09-14Upgrade Babel to version 7.0.0 (#5925)Yamagishi Kazutoshi
2018-08-25Weblate translations (2018-08-25) (#8420)Yamagishi Kazutoshi
2018-08-23Give focused status a sensible aria-label for screen readers (#8387)Eugen Rochko
2018-08-23Add aria-label to column regions (#8390)Eugen Rochko
2018-08-19Show compose form on delete & redraft when in mobile layout (#8277)Eugen Rochko
2018-08-17Defer scrollIntoView after DOM is drawn (fixes #8239) (#8242)ThibG
2018-07-29Do not scroll up when modal is opened (#8095)Yamagishi Kazutoshi