1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/app
taichi221228 5735e09738 Refactor emoji utilities by introducing type aliases
This commit introduces type aliases to the emoji utilities in JavaScript code, specifically `RawEmoji` and `GetDataArgs`. These changes help to simplify function signatures. By extracting complex types into separate type aliases, the code readability has been improved significantly.
2024-05-02 13:22:56 +09:00
..
chewy Clamp dates when serializing to Elasticsearch API (#28081) 2023-11-27 13:25:54 +00:00
controllers Use enum-generated scopes/queries for BulkImport (#29975) 2024-04-18 10:13:35 +00:00
helpers Remove image_pack_tag usage (#29925) 2024-04-15 09:05:19 +00:00
javascript Refactor emoji utilities by introducing type aliases 2024-05-02 13:22:56 +09:00
lib Fixed crash when supplying FFMPEG_BINARY environment variable (#30022) 2024-04-22 09:00:24 +00:00
mailers Use existing MascotHelper#instance_presenter instead of local var in welcome email template (#29759) 2024-03-26 15:58:48 +00:00
models Use enum-generated scopes/queries for BulkImport (#29975) 2024-04-18 10:13:35 +00:00
policies Fix remaining Rails/WhereExists cop violations, regenerate todo (#28892) 2024-01-25 12:37:07 +00:00
presenters Add annual reports for accounts (#28693) 2024-01-24 09:38:10 +00:00
serializers Change /api/v1/announcements to return regular Status entities (#26736) 2024-04-17 09:06:23 +00:00
services Update stoplight to version 4.1.0 (#28366) 2024-04-02 15:47:40 +00:00
validators Improve email address validation (#29838) 2024-04-05 07:48:45 +00:00
views Use shared form partial for admin/domain_blocks views (#29609) 2024-04-22 12:22:16 +00:00
workers Update stoplight to version 4.1.0 (#28366) 2024-04-02 15:47:40 +00:00