soapbox/src/utils
Alex Gleason c6f179b1be
Remove unused account reducer... 🤦
2024-10-19 11:31:42 -05:00
..
accounts.ts Add 'local' to account schema 2023-10-22 00:14:23 +02:00
auth.ts Pull VAPID key from V2 instance 2024-10-14 19:25:03 -05:00
badges.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
badges.ts eslint: use semicolon TypeScript delimeter 2023-10-02 13:54:02 -05:00
base64.test.ts Fix base64 test 2024-10-15 16:10:15 -05:00
base64.ts Reorganize functions in push registerer so they make logical sense 2024-10-15 16:08:14 -05:00
chats.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
chats.ts Update code to new react-query API 2023-10-17 15:19:05 -05:00
code-compiletime.ts Sentry: add Soapbox context 2023-10-12 21:51:06 -05:00
code.ts Add types to compileTime modules 2023-09-20 16:02:36 -05:00
colors.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
colors.ts eslint: use semicolon TypeScript delimeter 2023-10-02 13:54:02 -05:00
comparators.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
comparators.ts Remove 'use strict' expressions 2023-09-20 11:55:04 -05:00
config-db.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
config-db.ts Fix federation modal 2023-11-01 23:30:32 +01:00
console.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
copy.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
download.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
emoji-reacts.test.ts Display emoji reactions on glitch-soc and Iceshrimp 2023-10-29 23:00:48 +01:00
emoji-reacts.ts Fix emoji unreact 2023-11-14 01:41:45 -06:00
emoji.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
emoji.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
errors.ts Bring back NetworkError column 2023-11-14 14:41:35 -06:00
favicon-service.ts eslint: use semicolon TypeScript delimeter 2023-10-02 13:54:02 -05:00
features.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
features.ts Make useInstance hook call V2 instance, fallback to V1 instance upgraded 2024-10-11 03:39:58 -05:00
groups.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
html.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
html.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
input.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
input.ts Add KeygenStep, only show ExtensionStep when window.nostr is present 2024-02-18 22:55:05 -06:00
legacy.ts eslint: use semicolon TypeScript delimeter 2023-10-02 13:54:02 -05:00
media-aspect-ratio.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
media.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
media.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
normalizers.ts Remove Immutable from accounts reducer 2024-10-19 11:11:40 -05:00
nostr.ts Shorten Nostr bech32 usernames in addition to hex pubkeys 2024-05-14 13:45:34 -05:00
notification.ts feat: add 'ditto:zap' in NOTIFICATION_TYPES 2024-09-02 09:37:41 -03:00
numbers.test.tsx Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
numbers.tsx Force use of latn numberingSystem throughout the UI 2023-10-15 13:11:37 -05:00
pagination.ts Update useApi hook to use ky 2024-10-09 01:46:46 -05:00
permissions.ts accounts_meta: switch to immer, use the results for useOwnAccount 2024-03-24 17:50:54 -05:00
phone.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
queries.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
queries.ts Update code to new react-query API 2023-10-17 15:19:05 -05:00
redirect.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
resize-image.ts eslint: use semicolon TypeScript delimeter 2023-10-02 13:54:02 -05:00
rich-content.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
rtl.ts Input: support RTL detection on all Inputs, remove from AutosuggestInput 2023-10-11 13:33:45 -05:00
scopes.ts Make useInstance hook call V2 instance, fallback to V1 instance upgraded 2024-10-11 03:39:58 -05:00
sounds.ts Refactor sounds, oga -> ogg, remove proprietary avatar from boop.mp3 2023-10-15 17:43:53 -05:00
state.ts Make instance stop aggressively refreshing, replace isStandalone with instance.isNotFound 2024-10-11 15:13:37 -05:00
static.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
status.test.ts Convert all tests to ESM 2023-10-08 22:31:36 -05:00
status.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
strings.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
suggestions.ts Merge remote-tracking branch 'soapbox/main' into lexical 2023-09-20 23:49:55 +02:00
sw.ts ServiceWorker: don't wait for window.onload before registering the worker 2023-11-20 14:22:48 -06:00
tailwind.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
tailwind.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
theme.ts Support role badges on Mastodon 2024-04-05 17:12:12 +02:00
timelines.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
timelines.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
types.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00