2339 Commits (95a1fde6b68a2dabdb19aa34be4e9e73422a7760)

Author SHA1 Message Date
S.H 5a961f84cf [Glitch] Fix not shown announcements in hometimeline.
1 year ago
Claire 475185a2ee [Glitch] Fix design issues with recent react-intl upgrade
1 year ago
Darius Kazemi a8a30f1298 [Glitch] Add exclusive lists
1 year ago
Claire bf23afa059 [Glitch] Add card with who invited you to join when displaying rules on sign-up
1 year ago
Jed Fox 753385d3e0 [Glitch] Fix spacing of middle dots in the detailed status meta section
1 year ago
Renaud Chaput 9e66c07be7 [Glitch] Fix `/share` and cleanup and reorganize frontend locale loading
1 year ago
S.H a4d7a17089 [Glitch] Fix using Date.now() instead of intl.now()
1 year ago
Claire 9af04d5a46 [Glitch] Add a confirmation screen when suspending a domain
1 year ago
Renaud Chaput 8188522bde [Glitch] Fix prev/next buttons color in media viewer
1 year ago
Christian Schmidt 7e25fd9b0c [Glitch] Translate CW, poll options and media descriptions
1 year ago
Renaud Chaput 9e133e2527 [Glitch] Upgrade react-intl
1 year ago
dependabot[bot] 7fc1297c3e [Glitch] Bump eslint-plugin-jsdoc from 44.2.5 to 45.0.0
1 year ago
Claire 5e876c2901 [Glitch] Fix `null` signUp URL in various places
1 year ago
y.takahashi 4993b6e800 [Glitch] Handle Surrogate Pairs in truncate()
1 year ago
Claire ee771f5bad
Fix closeModal invocation (#2239)
1 year ago
Claire 5ed48e6878 Fix extraneous newlines
1 year ago
fusagiko / takayamaki 382b2a506a [Glitch] Rewrite actions/modal and reducers/modal with typescript
1 year ago
たいち ひ 6a592083f1 [Glitch] Fix export style of `<LoadGap />` based on `<Domain />`
1 year ago
Renaud Chaput 0009b4b574 [Glitch] Update inconsistent `defaultMessage`
1 year ago
Eugen Rochko e7dc375aab [Glitch] Change share action from being in action bar to being in dropdown in web UI
1 year ago
Renaud Chaput 7bec63e6e2 [Glitch] Fix `null` signUp URL handling from #25014
1 year ago
たいち ひ 017fbc7a74 [Glitch] Rewrite `<LoadGap />` as FC and TS
1 year ago
Claire 7d7db8977b Fix import order with ESLint
1 year ago
Claire 9e5278ea7b [Glitch] Add support for custom sign-up URLs
1 year ago
Claire 8f380a33fc [Glitch] Fix video player offering to expand in a lightbox when it's in an iframe
1 year ago
Claire a0bc0619ca [Glitch] Use JSX syntax for Fragments
1 year ago
Claire 6001f5ff36 [Glitch] Use the new JSX transform everywhere
1 year ago
Claire 1347ca6eb0 fixup! [Glitch] Upgrade to React 18
1 year ago
たいち ひ 60c7e559d8 [Glitch] Rewrite `<TimelineHint />` as FC and TS
1 year ago
たいち ひ 6746e5d430 [Glitch] Rewrite `<Skeleton/>` as FC and TS
1 year ago
Claire 892b3c16f5 [Glitch] Allow scripts in post embed previews
1 year ago
Renaud Chaput 3b375ee395 [Glitch] Upgrade to React 18
1 year ago
Claire ba73f0ea3a [Glitch] Add polling and automatic redirection to `/start` on email confirmation
1 year ago
Claire b0ec3bfcf9 [Glitch] Fix being unable to load past a full page of filtered posts in Home timeline
1 year ago
Christian Schmidt 4a1f4cb6a2 [Glitch] Fix UI crash in moderation interface when opening the media modal
1 year ago
Eugen Rochko d728222121 [Glitch] Change "Sign in" to "Login"
1 year ago
Claire 602ae7f2f6 [Glitch] Fix videos being improperly positioned on safari
1 year ago
Renaud Chaput e6a7cfd12e [Glitch] Add stricter ESLint rules for Typescript files
1 year ago
Nick Schonning e8fc445e14 [Glitch] Enable ESLint react/no-deprecated
1 year ago
Renaud Chaput 79c43b61a6 [Glitch] Disable RTK safety middlewares
1 year ago
fusagiko / takayamaki 7d9b7f28b8 [Glitch] Add type annotation for DisplayName component
1 year ago
fusagiko / takayamaki ea1f9b4223 [Glitch] Rename Image component to ServerHeroImage
1 year ago
Claire 69903b5830
Fix margins around small avatars (reply indicators, autocompletion suggestion) (#2231)
1 year ago
Claire cb6f445b90
Greatly simplify history management code (#2230)
1 year ago
Claire 2f2f74efd8
[Glitch] Update style of captcha confirmation page to match sign-up form (#2226)
1 year ago
Claire 058898802a
Fix AvatarComposite and DisplayName referencing undefined props (#2222)
2 years ago
Claire f371464639 Remove our copy of image.d.ts as tsconfig already uses upstream's
2 years ago
Claire 96e99e2170 Run prettier on Typescript files
2 years ago
Renaud Chaput 5aa08826cf [Glitch] Type Redux store and middleware
2 years ago
Renaud Chaput a56c71faba [Glitch] Remove unused iOS agent sniffing function
2 years ago
Renaud Chaput 526fe33e2f [Glitch] Rework polyfills loading
2 years ago
fusagiko / takayamaki e22a88b512 [Glitch] Add more detailed type annotation for Account
2 years ago
Claire 0fff2b67de Disable broken onboarding code
2 years ago
Renaud Chaput 5f2071d055 [Glitch] Enforce stricter rules for Typescript files
2 years ago
Renaud Chaput b509b96504 [Glitch] Enforce React Rules of Hooks with eslint
2 years ago
Renaud Chaput 108720d7b0 [Glitch] Dont use CommonJS (`require`, `module.exports`) anywhere
2 years ago
たいち ひ 887112a065 [Glitch] Add TypeScript support for `mastodon` alias and image imports
2 years ago
Claire 42bdc2add9 Copy hooks/useHovering.ts to glitch-soc
2 years ago
Claire 8e806b6e88 Fix IconButton prop types in glitch-soc
2 years ago
Renaud Chaput 6415981056 [Glitch] Mark `wheel` events on scrollable list as passive
2 years ago
fusagiko / takayamaki f94eb65cf9 [Glitch] Rewrite Domain component as function component
2 years ago
fusagiko / takayamaki 468dfffd26 [Glitch] Use LayoutType from is_mobile in actions/app
2 years ago
たいち ひ 87a704f70b [Glitch] Rewrite RadioButton component as FC
2 years ago
たいち ひ bd851d3b58 [Glitch] Rewrite Image component as function component
2 years ago
たいち ひ 1edaf58fb9 [Glitch] Rewrite <NotSignedInIndicator /> as FC
2 years ago
Renaud Chaput ea04f33f50 [Glitch] Fixes build errors from some previous TS-related commits
2 years ago
fusagiko / takayamaki 3d9e35375c [Glitch] Rewrite actions/app.ts and reducers/missed_updates.ts with createAction
2 years ago
Renaud Chaput a33d6c946a [Glitch] Remove MastodonMap TS type
2 years ago
fusagiko / takayamaki e8243d5bbd [Glitch] Add type annotation for some js files
2 years ago
Claire 5f0d2b6e3b Copy Typescript type definitions to glitch-soc
2 years ago
Claire f3af434c25 [Glitch] Fix incorrect import of redux store
2 years ago
fusagiko / takayamaki f4e3e309b1 [Glitch] use configureStore of redux-toolkit instead of createStore of redux
2 years ago
Eugen Rochko bbd0e9caa6 [Glitch] Add ALT badges to media that has alternative text in web UI
2 years ago
Claire a8939e9098 [Glitch] Change media elements to use aspect-ratio rather than compute height themselves
2 years ago
Claire 10f5329ddf [Glitch] Fix incorrect box shadow on avatar in thread view
2 years ago
fusagiko / takayamaki 9ab89bb832 [Glitch] Add type annotation for Blurhash component
2 years ago
fusagiko / takayamaki 20f1f3aa7d [Glitch] Add type annotation for IconButton component
2 years ago
Claire f89f3a8566
Fix glitch-soc's thread line styling (#2214)
2 years ago
fusagiko / takayamaki aff2d55b80 [Glitch] Add type annotation for RelativeTimestamp component
2 years ago
fusagiko / takayamaki a49707dacb [Glitch] Rewrite Icon and IconWithBadge with typescript
2 years ago
Eugen Rochko 7835f8fd22 [Glitch] Fix icons having an image role
2 years ago
Claire e9eab013e7 [Glitch] Fix audio player width in thread view
2 years ago
Nick Schonning 51479f5c28 [Glitch] Add eslint-plugin-jsdoc
2 years ago
Christian Schmidt 09054f5485 [Glitch] Fix media description not being cleared
2 years ago
Claire 5d18840ab9
Fix more JS linting issues (#2212)
2 years ago
Claire 16c5354b8c
Fix some more JS linting issues (#2211)
2 years ago
Claire de74acbe0c
Fix some more Javascript linting issues and discrepancies with upstream (#2209)
2 years ago
Claire ed0a407888
Fix thread lines not being properly updated when new posts are received (#2210)
2 years ago
Plastikmensch 179e38cf15
Reset language to default when cancelling a reply (#2114)
2 years ago
Claire 3fb7fe14c6
Fix some of the Javascript linting issues, as well as bugs and unneeded divergences with upstream (#2208)
2 years ago
Claire 6f64c79ca4
Fix SCSS linting issues (#2207)
2 years ago
Claire a6207d243b
New Crowdin updates (#2202)
2 years ago
Claire e79998a11a Restore translations from not-yet-ported onboarding changes as glitch-soc translations
2 years ago
Eugen Rochko 38eeed6cbf [Glitch] Change logo version in header based on screen size in web UI
2 years ago
Nick Schonning 1033598416 [Glitch] Enable formatjs/prefer-pound-in-plural
2 years ago
Claire edec08b970 Disable full-width media in thread view
2 years ago
Claire cb97a92954 [Glitch] Fix thread lines in right-to-left locales (#24714)
2 years ago
Claire 103b6de8b2 [Glitch] Fix sass warning about deprecated slash as division (#24653)
2 years ago
Eugen Rochko 7b01b7c3bf [Glitch] Add lines to threads in web UI
2 years ago
Eugen Rochko 8015297f9e [Glitch] Change label from "For you" to "People" on explore screen in web UI
2 years ago