mastodon/app/javascript/mastodon/reducers
Claire 02de05dc27
Some checks failed
Check i18n / check-i18n (push) Waiting to run
Chromatic / Run Chromatic (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
CodeQL / Analyze (ruby) (push) Waiting to run
Crowdin / Upload translations / upload-translations (push) Waiting to run
Check formatting / lint (push) Waiting to run
CSS Linting / lint (push) Waiting to run
JavaScript Linting / lint (push) Waiting to run
JavaScript Testing / test (push) Waiting to run
Ruby Testing / build (production) (push) Waiting to run
Ruby Testing / build (test) (push) Waiting to run
Ruby Testing / test (.ruby-version) (push) Blocked by required conditions
Ruby Testing / test (3.2) (push) Blocked by required conditions
Ruby Testing / test (3.3) (push) Blocked by required conditions
Ruby Testing / ImageMagick tests (.ruby-version) (push) Blocked by required conditions
Ruby Testing / ImageMagick tests (3.2) (push) Blocked by required conditions
Ruby Testing / ImageMagick tests (3.3) (push) Blocked by required conditions
Ruby Testing / End to End testing (.ruby-version) (push) Blocked by required conditions
Ruby Testing / End to End testing (3.2) (push) Blocked by required conditions
Ruby Testing / End to End testing (3.3) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (.ruby-version, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (.ruby-version, docker.elastic.co/elasticsearch/elasticsearch:8.10.2) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (.ruby-version, opensearchproject/opensearch:2) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (3.2, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (3.3, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Blocked by required conditions
Haml Linting / lint (push) Has been cancelled
Ruby Linting / lint (push) Has been cancelled
Historical data migration test / test (14-alpine) (push) Has been cancelled
Historical data migration test / test (15-alpine) (push) Has been cancelled
Historical data migration test / test (16-alpine) (push) Has been cancelled
Historical data migration test / test (17-alpine) (push) Has been cancelled
Add ability to list quotes of one's own posts (#35914)
2025-08-27 15:38:52 +00:00
..
accounts_familiar_followers.ts feat: Add "Followers you know" widget to user profiles (#34652) 2025-05-13 06:38:18 +00:00
accounts_map.ts Add endorsed accounts to profiles in web UI (#34568) 2025-04-29 12:14:22 +00:00
accounts.ts Add endorsed accounts to profiles in web UI (#34568) 2025-04-29 12:14:22 +00:00
alerts.ts Refactor alerts to TypeScript, remove react-notification dependency (#34239) 2025-03-25 18:25:07 +00:00
announcements.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
compose.js Fix Edit as well as “Delete & Redraft” on a poll not inserting empty option (#35892) 2025-08-25 12:25:35 +00:00
contexts.ts Add button to load new replies in web UI (#35210) 2025-07-23 13:42:07 +00:00
conversations.js Use Immutable Record for accounts in Redux state (#26559) 2023-11-03 15:00:03 +00:00
custom_emojis.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
dropdown_menu.ts Refactor <Dropdown> into TypeScript (#34357) 2025-04-08 19:22:19 +00:00
filters.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
height_cache.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
history.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
index.ts Adds Redux and React-Intl to storybook (#35094) 2025-06-24 09:31:27 +00:00
lists.ts Change order of items in navigation panel in web UI (#35029) 2025-06-16 15:06:33 +00:00
markers.ts Grouped Notifications UI (#30440) 2024-07-18 14:36:09 +00:00
media_attachments.js Revert "Feature - Prevents multiple audio/video attachments from being played at the same time (#24717)" (#28251) 2023-12-19 05:08:52 +00:00
meta.js Remove the access token from Redux & context (#30275) 2024-05-22 14:45:18 +00:00
modal.ts Change design of edit media modal in web UI (#33516) 2025-01-21 11:34:22 +00:00
navigation.ts Change navigation layout on small screens in web UI (#34910) 2025-06-11 11:55:43 +00:00
notification_groups.ts Fix duplicate notifications in notification groups when using slow mode (#33014) 2024-11-21 16:10:07 +00:00
notification_policy.ts Fix multiple bugs in notification requests and notification policies (#32062) 2024-09-24 15:03:38 +00:00
notification_requests.ts Convert notification requests actions and reducers to Typescript (#31866) 2024-09-16 09:54:03 +00:00
notifications.js Remove old notifications actions and reducers (#31843) 2025-01-03 16:12:08 +00:00
picture_in_picture.ts Convert disconnectTimeline and timelineDelete actions to Typescript (#30777) 2024-06-20 11:56:52 +00:00
polls.ts Convert the polls reducer to plain JS (#33263) 2025-03-29 20:17:27 +00:00
push_notifications.js Update immutable imports for v5 (#33037) 2024-11-22 22:23:02 +00:00
relationships.ts Add option to remove account from followers in web UI (#34488) 2025-04-18 07:23:34 +00:00
search.ts Change search to use query params in web UI (#32949) 2024-12-12 17:12:33 +00:00
server.js Prevent duplicate concurrent calls of /api/*/instance in web UI (#25663) 2023-07-02 11:12:16 +02:00
settings.js Fix quote notification filtering and add settings (#35690) 2025-08-05 16:15:16 +00:00
status_lists.js Add ability to list quotes of one's own posts (#35914) 2025-08-27 15:38:52 +00:00
statuses.js Fix error alerts for deleted quotes (#35918) 2025-08-26 16:34:14 +00:00
suggestions.ts Change onboarding flow in web UI (#32998) 2024-11-26 16:10:12 +00:00
tags.ts fix: Update hashtags when (un)following a hashtag (#35101) 2025-06-23 11:44:59 +00:00
timelines.js Fix error when deleting a status (#30784) 2024-06-20 22:39:06 +00:00
trends.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
user_lists.js Add endorsed accounts to profiles in web UI (#34568) 2025-04-29 12:14:22 +00:00