This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/app/javascript/flavours/glitch
fef a5c96afeac
display external custom emoji reactions properly
Using an emoji map was completely unnecessary in
the first place, because the reaction list from
the API response includes URLs for every custom
emoji anyway.  The reaction list now also contains
a boolean field indicating whether it is an
external custom emoji, which is required because
people should only be able to react with Unicode
emojis and local custom ones, not with custom
emojis from other servers.
2023-07-07 21:57:39 +02:00
..
actions cleanup JS imports and other minor stuff 2023-07-07 21:57:39 +02:00
components display external custom emoji reactions properly 2023-07-07 21:57:39 +02:00
containers display external custom emoji reactions properly 2023-07-07 21:57:39 +02:00
features display external custom emoji reactions properly 2023-07-07 21:57:39 +02:00
hooks Copy hooks/useHovering.ts to glitch-soc 2023-05-09 21:30:10 +02:00
images
locales make number of visible reactions a vanilla setting 2023-07-07 21:57:39 +02:00
packs [Glitch] Fix `/share` and cleanup and reorganize frontend locale loading 2023-06-10 16:18:01 +02:00
polyfills [Glitch] Upgrade react-intl 2023-06-10 14:37:08 +02:00
reducers make number of visible reactions a vanilla setting 2023-07-07 21:57:39 +02:00
selectors display external custom emoji reactions properly 2023-07-07 21:57:39 +02:00
store [Glitch] Add stricter ESLint rules for Typescript files 2023-05-25 21:43:19 +02:00
styles fix padding on posts without reactions 2023-07-07 21:57:39 +02:00
types [Glitch] Add stricter ESLint rules for Typescript files 2023-05-25 21:43:19 +02:00
utils cleanup frontend emoji reaction code 2023-07-07 21:57:39 +02:00
api.js Fix extraneous newlines 2023-05-28 18:06:09 +02:00
blurhash.ts Run prettier on Typescript files 2023-05-09 23:41:18 +02:00
compare_id.ts Run prettier on Typescript files 2023-05-09 23:41:18 +02:00
initial_state.js cleanup JS imports and other minor stuff 2023-07-07 21:57:39 +02:00
is_mobile.ts [Glitch] Add stricter ESLint rules for Typescript files 2023-05-25 21:43:19 +02:00
load_keyboard_extensions.js
main.jsx Fix import order with ESLint 2023-05-28 16:38:10 +02:00
names.yml
performance.js [Glitch] Dont use CommonJS (`require`, `module.exports`) anywhere 2023-05-09 22:28:53 +02:00
permissions.ts Run prettier on Typescript files 2023-05-09 23:41:18 +02:00
ready.js
scroll.ts Run prettier on Typescript files 2023-05-09 23:41:18 +02:00
settings.js
stream.js Fix extraneous newlines 2023-05-28 18:06:09 +02:00
theme.yml [Glitch] Add polling and automatic redirection to `/start` on email confirmation 2023-05-25 22:37:14 +02:00
uuid.ts [Glitch] Add stricter ESLint rules for Typescript files 2023-05-25 21:43:19 +02:00