soapbox/src/reducers
Alex Gleason 90a08a8c88
Fix waitlist
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1772
2024-10-31 00:14:21 -05:00
..
accounts-meta.ts accounts_meta: switch to immer, use the results for useOwnAccount 2024-03-24 17:50:54 -05:00
admin.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
admin.ts Fix waitlist 2024-10-31 00:14:21 -05:00
aliases.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
auth.ts auth: delete the bunker private key when an access token is revoked 2024-10-30 12:20:52 -05:00
backups.tsx Change design of Backups page a bit 2024-03-07 19:49:39 +01:00
chat-message-lists.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
chat-messages.ts Fix some typos 2024-01-11 14:53:06 +01:00
chats.ts eslint: use semicolon TypeScript delimeter 2023-10-02 13:54:02 -05:00
compose-event.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
compose.test.ts Fix circular import between statuses/compose actions 2024-10-19 18:23:13 -05:00
compose.ts Fix circular import between statuses/compose actions 2024-10-19 18:23:13 -05:00
contexts.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
contexts.ts eslint: use semicolon TypeScript delimeter 2023-10-02 13:54:02 -05:00
conversations.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
conversations.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
custom-emojis.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
custom-emojis.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
domain-lists.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
domain-lists.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
dropdown-menu.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
dropdown-menu.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
filters.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
filters.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
followed-tags.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
group-memberships.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
group-relationships.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
groups.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
history.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
index.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
index.ts Finish rewriting the bunker...? (now everything else is broken) 2024-10-28 17:00:46 -05:00
instance.test.ts Make useInstance hook call V2 instance, fallback to V1 instance upgraded 2024-10-11 03:39:58 -05:00
instance.ts Make instance stop aggressively refreshing, replace isStandalone with instance.isNotFound 2024-10-11 15:13:37 -05:00
list-adder.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
list-adder.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
list-editor.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
lists.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
lists.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
locations.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
me.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
me.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
meta.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
meta.ts Nostr OAuth actions 2024-05-29 15:46:25 -05:00
modals.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
modals.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
mutes.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
mutes.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
notifications.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
onboarding.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
onboarding.ts eslint: use semicolon TypeScript delimeter 2023-10-02 13:54:02 -05:00
patron.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
pending-statuses.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
polls.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
polls.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
profile-hover-card.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
relationships.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
relationships.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
reports.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
reports.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
scheduled-statuses.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
search.ts reset to statuses 2024-05-22 11:52:24 -05:00
security.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
settings.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
settings.ts actions: useEmoji --> chooseEmoji 2023-09-25 16:20:47 -05:00
sidebar.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
sidebar.ts eslint: use semicolon TypeScript delimeter 2023-10-02 13:54:02 -05:00
soapbox.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
soapbox.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
status-hover-card.test.tsx Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
status-hover-card.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
status-lists.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
status-lists.ts Bookmark folders 2024-03-22 14:53:25 +01:00
statuses.test.ts Convert all tests to ESM 2023-10-08 22:31:36 -05:00
statuses.ts Switch to isomorphic-dompurify 2024-02-08 15:01:20 -06:00
suggestions.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
suggestions.ts Remove Truth Social feed carousel 2023-09-22 11:40:11 -05:00
tags.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
timelines.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
timelines.ts Timeline: always insert new status IDs at the end 2023-11-14 17:57:08 -06:00
trending-statuses.ts feat: create pagination with Link Headers for trending statuses 2024-10-18 19:32:56 -03:00
trends.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
trends.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
user-lists.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
user-lists.ts feat(reducers-user-lists): handle case ZAPS_EXPAND_SUCCESS 2024-06-23 18:39:33 -03:00