about summary refs log tree commit diff
path: root/app/javascript/mastodon/features
AgeCommit message (Collapse)Author
2023-04-05Fix height of announcements not being updated when using reduced animations ↵Christian Schmidt
(#24354)
2023-04-05Set marginRight as string (#24422)Nick Schonning
2023-04-04Ensure tabIndex is number instead of string (#24409)Nick Schonning
2023-04-04HTML string attributes set as booleans (#24408)Nick Schonning
2023-04-03Add colour to follow button when hashtag is being followed (#24361)Christian Schmidt
2023-04-03[Proposal] Make able to write React in Typescript (#16210)fusagiko / takayamaki
Co-authored-by: berlysia <berlysia@gmail.com> Co-authored-by: fusagiko / takayamaki <takayamaki@users.noreply.github.com>
2023-04-01Change search pop-out in web UI (#24305)Eugen Rochko
2023-04-01Fix regressions from change in account row design in web UI (#24343)Eugen Rochko
2023-03-30Change "direct message" nomenclature to "private mention" in web UI (#24248)Eugen Rochko
2023-03-30Fix: set multiColumn value for /explore Statuses (#24314)Tdxdxoz
2023-03-24Add missing parenthesis (#24238)Yamagishi Kazutoshi
2023-03-24Remove legacy decorators syntax (#18357)Yamagishi Kazutoshi
2023-03-23Fix broken links in account gallery (#24218)Christian Schmidt
2023-03-16Replace `Status#translatable?` with language matrix in separate endpoint ↵Christian Schmidt
(#24037)
2023-03-04Do not leave Mastodon when clicking “Back” (#23953)Christian Schmidt
2023-03-03Switched bookmark and favourites around (#23701)Terry Garcia
2023-03-03Fix duplicate “Publish” button on mobile (#23804)Claire
2023-02-26Add `lang` attribute to media and poll options (#23891)Christian Schmidt
2023-02-24Add `lang` attribute to preview card (#23869)Christian Schmidt
2023-02-21Add `lang` tag to native language names in language picker (#23749)Claire
2023-02-20Change compose form checkbox to native input with `appearance: none` (#22949)Claire
2023-02-20Rename JSX files with proper `.jsx` extension (#23733)Renaud Chaput
2023-02-13Enable ESLint import recommended rules (#23315)Nick Schonning
2023-02-13Enable ESLint no-useless-escape (#23311)Nick Schonning
2023-02-10Fix attached media uploads not being cleared when replying to a post (#23504)Claire
2023-02-06Show spinner while loading follow requests (#23386)Christian Schmidt
2023-02-04Spell check input fields (#23395)Christian Schmidt
2023-02-04Add setting for status page URL (#23390)Eugen Rochko
2023-01-30autofocus the compose form again on /share (#23094)Akira Ouchi
2023-01-30Update hasOwnProperty calls for ESLint (#23307)Nick Schonning
2023-01-30Upgrade ESlint to v8 (#23305)Nick Schonning
2023-01-29Separate ESLint CI from Superlinter (#23029)Nick Schonning
* Separate ESLint CI from Superlinter * Correct JS indenting level * Remove extra semicolons with ESLint autofix
2023-01-29Add lang attribute to image description textarea and poll option field (#23293)Christian Schmidt
2023-01-24Add lang attribute to compose textarea and CW field (#23240)Claire
Fixes #19858
2023-01-24Make <Audio> to handle volume change (#23187)Mina Her
2023-01-23Fix missing filtering on some notification types (#23211)Claire
* Fix missing warning-type filtering on some notification types * Fix missing hide-type filtering on some notification types
2023-01-18Fix confusing wording in the sign in banner (#22490)Claire
* Fix confusing wording in the sign in banner * Split into two sentences
2023-01-18Add listing of followed hashtags (#21773)Connor Shea
* Add followed_tags route. This at least gets us to the point where the page can actually be rendered, although it doesn't display any hashtags (yet?). Attempting to implement #20763. * Fix minor issues. * I've got the followed tags data partially working But the Hashtag component errors for some reason. Something about the value of the history attribute being invalid. * Fix a mistake in the code * Minor change. * Get the followed hashtags list fully working. Still need to add the Follow/Unfollow buttons, though. * Resolve JS linter issues. * Add pagination logic to followed tags list view. However, it currently loads further pages immediately on page load, so that's not ideal. Need to figure that one out. * Appease the linter. * Apply suggestions from code review Co-authored-by: Claire <claire.github-309c@sitedethib.com> * Fixes and resolve some other feedback. * Use set/update instead of setIn/updateIn. Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2023-01-18Add option to make the landing page be /about even when trends are enabled ↵Claire
(#20808) * Add option to make the landing page be /about even when trends are enabled * Restablish /explore as landing page by default
2023-01-18Add support for editing media description and focus point of already-posted ↵Claire
statuses (#20878) * Add backend support for editing media attachments of existing posts * Allow editing media attachments of already-posted toots * Add tests
2023-01-18Make visible change for new post notification setting icon (#22541)Jeong Arm
2023-01-12Remove hardcoded width from dropdown overlays (#23062)Claire
* Remove hardcoded width from dropdown overlays * Fix emoji picker position
2023-01-11Fix dropdown menu positions when scrolling (#22916)Peter Simonsson
* Update react-overlays to latest version * Fix breaking changes in dropdown menus * Use react-overlays built-in arrow positioning feature * Re-implemented `.dropdown-menu__arrow` to have a defined width and height to improve positioning * Moved wrapping div (`.dropdown-menu` from `DropdownMenu` to `Dropdown`) * Wrap button in a span to solve issue with ref * Temporarily remove animations * Fix breaking changes in emoji picker * Wrap EmojiPickerMenu in a div where react-overlays’ ref is added * Fix breaking changes in language dropdown * Fix breaking changes in privacy dropdown * Fix breaking changes in search form * Add animations back using `@keyframes` * Fix arrow color in light theme * Fix linting issue * Remove unused `mounted` state * Remove `placement` state from components and redux And remove the placement state from props of the menu components. * Remove abolution position to fix flip issue * Remove z-index to fix modals and overlay positions * Fix lint issues * Set placement in privacy and language components Copy the placement state into the `PrivacyDropdown` and `LanguageDropdown` components, to apply correct styling to the buttons depending on which placement the Overlay has. * Move `placement` state to correct component
2023-01-09Fix footer link circle dividers' screen reader accessibility by adding ↵Holden Foreman
aria-hidden (#22576) * Fix footer link circle dividers' screen reader accessibility by adding aria-hidden * Remove a circle erroneously added in prev commit, and make code more DRY
2023-01-09Add variable autoFocus to video (#15281) (#22778)Akira Ouchi
* add variable autoFocus to video * set autoFocus in video_modal.js
2023-01-05Add dropdown menu item to open admin interface for remote domains (#21895)Claire
* Allow /admin/instances/:domain to handle IDNs * Add dropdown menu item to open admin interface for remote domains
2023-01-05Add aria-hidden to content warning field when dimmed so that it is not ↵Holden Foreman
confusing to screen reader users (#22568)
2022-12-19Enable eslint:recommended ruleset (#22433)Nick Schonning
* Enable ESLint recommended ruleset * Disable failing ESLint recommended rules * Remove rules shadowed by eslint:recommended
2022-12-15Add follow request banner on account header (#20785)Claire
* Add requested_by to relationship maps * Display whether an account has requested to follow you on their profile
2022-12-15Fix language surrounding disability in prompts for alt text and other media ↵Holden Foreman
descriptions (#20923)