about summary refs log tree commit diff
path: root/app/javascript/mastodon/features/ui/index.js
AgeCommit message (Expand)Author
2023-02-20Rename JSX files with proper `.jsx` extension (#23733)Renaud Chaput
2023-01-30Upgrade ESlint to v8 (#23305)Nick Schonning
2023-01-18Add listing of followed hashtags (#21773)Connor Shea
2023-01-18Add option to make the landing page be /about even when trends are enabled (#...Claire
2022-11-11Do not show drag&drop dialog when not logined (#20400)Cutls
2022-10-23Change floating action button to be a button in header in web UI (#19422)Eugen Rochko
2022-10-22Add error boundary around routes in web UI (#19412)Eugen Rochko
2022-10-22Change landing page to be /about instead of /explore when trends are disabled...Claire
2022-10-20Change public accounts pages to mount the web UI (#19319)Eugen Rochko
2022-10-16Add featured tags selector for WebUI (#19358)Takeshi Umeda
2022-10-12Redirect non-logged-in user to owner statuses on single user mode (#19333)Yamagishi Kazutoshi
2022-10-09Add title to pages with missing title in Web UI (#19322)Yamagishi Kazutoshi
2022-10-08Change privacy policy to be rendered in web UI, add REST API (#19310)Eugen Rochko
2022-10-05Add server banner to web app, add `GET /api/v2/instance` to REST API (#19294)Eugen Rochko
2022-10-04Fix logged-out web UI on smaller screens (#19263)Eugen Rochko
2022-09-29Add logged-out access to the web UI (#18961)Eugen Rochko
2022-06-28Revamp post filtering system (#18058)Claire
2022-04-28Fix empty “Server rules violation” report option (#18165)Claire
2022-02-25Add explore page to web UI (#17123)Eugen Rochko
2021-09-27Add aliases for WebUI routes that were renamed in #16171 (#16772)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-05-19Fix unread notification count when polling (#16272)Claire
2021-05-07Change home timeline to reload after follow recommendations in web UI (#16160)Eugen Rochko
2021-04-19Change onboarding by replacing tutorial with follow recommendations in web UI...Eugen Rochko
2020-11-16Fix pop-out player appearing on mobile screens in web UI (#15157)Eugen Rochko
2020-10-13Fix browser notification permission request logic (#13543)ThibG
2020-10-05Ignore alt-key hotkeys in text fields (#14942)ThibG
2020-10-01Fix mark as read in notifications to be saved immediately (#14907)Takeshi Umeda
2020-09-28Add pop-out player for audio/video in web UI (#14870)Eugen Rochko
2020-09-26Add unread notification markers (#14818)ThibG
2020-06-09Add hotkey for toggling content warning composer field (#13987)ThibG
2020-05-31Fix unsent toot confirmation dialog not popping up in single column (#13888)ThibG
2020-05-29Fix timeline markers not working on Chrome (#13887)ThibG
2019-11-29Add hotkey for opening media files (#12498)ThibG
2019-11-13Add bookmarks (#7107)ThibG
2019-11-04dont crash with null-ref (#12274)Hinaloe
2019-10-02Fix drag and drop link to composebox (#12055)Jeong Arm
2019-09-16Fix web UI allowing uploads past status limit via drag & drop (#11863)Eugen Rochko
2019-09-06Add timeline read markers API (#11762)Eugen Rochko
2019-08-30Add profile directory to web UI (#11688)Eugen Rochko
2019-08-25Change window resize handler to switch to/from mobile layout as soon as neede...ThibG
2019-08-13Add indicator of unread content to window title when web UI is out of focus (...Eugen Rochko
2019-07-19Change single-column mode to scroll the whole page (#11359)Eugen Rochko
2019-05-25Add a keyboard shortcut to hide/show media (#10647)ThibG
2019-05-25Add responsive panels to the single-column layout (#10820)Eugen Rochko
2019-05-23Add `forceSingleColumn` prop to `<UI />` (#10807)Eugen Rochko
2019-05-04Minor account media gallery fixes (#10695)ThibG
2019-05-03When selecting a toot via keyboard, ensure it is scrolled into view (#10593)ThibG
2019-02-02Allow multiple files upload through web UI, including drag & drop (#9856)tmm576