2329 Commits (e91c424b7c20c0b207766ca5ee54236dcb018c7c)

Author SHA1 Message Date
Jed Fox 2877b12754 [Glitch] Fix spacing of middle dots in the detailed status meta section
1 year ago
Renaud Chaput 333c28ce6d [Glitch] Fix `/share` and cleanup and reorganize frontend locale loading
1 year ago
S.H 7ccf99b652 [Glitch] Fix using Date.now() instead of intl.now()
1 year ago
Claire fd0b9c9881 [Glitch] Add a confirmation screen when suspending a domain
1 year ago
Renaud Chaput 5715cd6b8a [Glitch] Fix prev/next buttons color in media viewer
1 year ago
Christian Schmidt 8b958c0858 [Glitch] Translate CW, poll options and media descriptions
1 year ago
Renaud Chaput b428d82286 [Glitch] Upgrade react-intl
1 year ago
dependabot[bot] d6feba366b [Glitch] Bump eslint-plugin-jsdoc from 44.2.5 to 45.0.0
1 year ago
Claire cd107b054d [Glitch] Fix `null` signUp URL in various places
1 year ago
y.takahashi e7cb0dc83b [Glitch] Handle Surrogate Pairs in truncate()
1 year ago
Claire 85e0bd73cf Fix closeModal invocation (#2239)
1 year ago
Claire 615a7d5795 Fix extraneous newlines
1 year ago
fusagiko / takayamaki 62f386d44e [Glitch] Rewrite actions/modal and reducers/modal with typescript
1 year ago
たいち ひ cd0ff98425 [Glitch] Fix export style of `<LoadGap />` based on `<Domain />`
1 year ago
Renaud Chaput f58504f2c7 [Glitch] Update inconsistent `defaultMessage`
1 year ago
Eugen Rochko 2592015ce6 [Glitch] Change share action from being in action bar to being in dropdown in web UI
1 year ago
Renaud Chaput b17b1827e7 [Glitch] Fix `null` signUp URL handling from #25014
1 year ago
たいち ひ 8134d62112 [Glitch] Rewrite `<LoadGap />` as FC and TS
1 year ago
Claire a7e6f3df20 Fix import order with ESLint
1 year ago
Claire 214f04f04b [Glitch] Add support for custom sign-up URLs
1 year ago
Claire ffc7a57f8b [Glitch] Fix video player offering to expand in a lightbox when it's in an iframe
1 year ago
Claire 8793625bf3 [Glitch] Use JSX syntax for Fragments
1 year ago
Claire fb2bf621eb [Glitch] Use the new JSX transform everywhere
1 year ago
Claire 20e8b117e3 fixup! [Glitch] Upgrade to React 18
1 year ago
たいち ひ 114ad2d4d1 [Glitch] Rewrite `<TimelineHint />` as FC and TS
2 years ago
たいち ひ 76e9386332 [Glitch] Rewrite `<Skeleton/>` as FC and TS
2 years ago
Claire 758a0ae1e9 [Glitch] Allow scripts in post embed previews
2 years ago
Renaud Chaput 056dd39631 [Glitch] Upgrade to React 18
2 years ago
Claire b55d56387b [Glitch] Add polling and automatic redirection to `/start` on email confirmation
2 years ago
Claire c3cca0eff4 [Glitch] Fix being unable to load past a full page of filtered posts in Home timeline
2 years ago
Christian Schmidt 6cde4718c0 [Glitch] Fix UI crash in moderation interface when opening the media modal
2 years ago
Eugen Rochko 12c177a34e [Glitch] Change "Sign in" to "Login"
2 years ago
Claire 0042d5a246 [Glitch] Fix videos being improperly positioned on safari
2 years ago
Renaud Chaput e11d884c53 [Glitch] Add stricter ESLint rules for Typescript files
2 years ago
Nick Schonning dc9dcd0fa9 [Glitch] Enable ESLint react/no-deprecated
2 years ago
Renaud Chaput afde99dc29 [Glitch] Disable RTK safety middlewares
2 years ago
fusagiko / takayamaki a3c2519ba0 [Glitch] Add type annotation for DisplayName component
2 years ago
fusagiko / takayamaki b3e018ce58 [Glitch] Rename Image component to ServerHeroImage
2 years ago
Claire 5a99be78e4 Fix margins around small avatars (reply indicators, autocompletion suggestion) (#2231)
2 years ago
Claire b13b71d1f5 Greatly simplify history management code (#2230)
2 years ago
Claire 56ac8eb6ea [Glitch] Update style of captcha confirmation page to match sign-up form (#2226)
2 years ago
Claire 0206081e40 Fix AvatarComposite and DisplayName referencing undefined props (#2222)
2 years ago
Claire abb99eca95 Remove our copy of image.d.ts as tsconfig already uses upstream's
2 years ago
Claire e63a08bafd Run prettier on Typescript files
2 years ago
Renaud Chaput 487715a3e3 [Glitch] Type Redux store and middleware
2 years ago
Renaud Chaput b21d2eaeb6 [Glitch] Remove unused iOS agent sniffing function
2 years ago
Renaud Chaput e8415aa727 [Glitch] Rework polyfills loading
2 years ago
fusagiko / takayamaki c5fb52eb23 [Glitch] Add more detailed type annotation for Account
2 years ago
Claire 81b01c961b Disable broken onboarding code
2 years ago
Renaud Chaput d0545c950c [Glitch] Enforce stricter rules for Typescript files
2 years ago
Renaud Chaput a7d51b92f3 [Glitch] Enforce React Rules of Hooks with eslint
2 years ago
Renaud Chaput 4e88d37759 [Glitch] Dont use CommonJS (`require`, `module.exports`) anywhere
2 years ago
たいち ひ 8a2bb3fb99 [Glitch] Add TypeScript support for `mastodon` alias and image imports
2 years ago
Claire 43b38dc9e6 Copy hooks/useHovering.ts to glitch-soc
2 years ago
Claire a0047223a5 Fix IconButton prop types in glitch-soc
2 years ago
Renaud Chaput d8cae2752c [Glitch] Mark `wheel` events on scrollable list as passive
2 years ago
fusagiko / takayamaki fe8412bcf4 [Glitch] Rewrite Domain component as function component
2 years ago
fusagiko / takayamaki 7630b904ee [Glitch] Use LayoutType from is_mobile in actions/app
2 years ago
たいち ひ bf45760e0b [Glitch] Rewrite RadioButton component as FC
2 years ago
たいち ひ 3c62d50502 [Glitch] Rewrite Image component as function component
2 years ago
たいち ひ 77edfc33ba [Glitch] Rewrite <NotSignedInIndicator /> as FC
2 years ago
Renaud Chaput 2354041cb7 [Glitch] Fixes build errors from some previous TS-related commits
2 years ago
fusagiko / takayamaki 31e4da41ee [Glitch] Rewrite actions/app.ts and reducers/missed_updates.ts with createAction
2 years ago
Renaud Chaput 2c5141e5ed [Glitch] Remove MastodonMap TS type
2 years ago
fusagiko / takayamaki ac97d77cb3 [Glitch] Add type annotation for some js files
2 years ago
Claire 902b2175df Copy Typescript type definitions to glitch-soc
2 years ago
Claire 9775d02a15 [Glitch] Fix incorrect import of redux store
2 years ago
fusagiko / takayamaki 5af7007906 [Glitch] use configureStore of redux-toolkit instead of createStore of redux
2 years ago
Eugen Rochko c10a2036bc [Glitch] Add ALT badges to media that has alternative text in web UI
2 years ago
Claire 62f5d29c25 [Glitch] Change media elements to use aspect-ratio rather than compute height themselves
2 years ago
Claire 319ff9bd71 [Glitch] Fix incorrect box shadow on avatar in thread view
2 years ago
fusagiko / takayamaki e225a49255 [Glitch] Add type annotation for Blurhash component
2 years ago
fusagiko / takayamaki cccf0bdace [Glitch] Add type annotation for IconButton component
2 years ago
Claire 2847b0423b Fix glitch-soc's thread line styling (#2214)
2 years ago
fusagiko / takayamaki dd098625f0 [Glitch] Add type annotation for RelativeTimestamp component
2 years ago
fusagiko / takayamaki c17c65aa57 [Glitch] Rewrite Icon and IconWithBadge with typescript
2 years ago
Eugen Rochko 5bfff5807a [Glitch] Fix icons having an image role
2 years ago
Claire acc7cdc664 [Glitch] Fix audio player width in thread view
2 years ago
Nick Schonning 55561098c4 [Glitch] Add eslint-plugin-jsdoc
2 years ago
Christian Schmidt a9089a2458 [Glitch] Fix media description not being cleared
2 years ago
Claire c90f09d36f Fix more JS linting issues (#2212)
2 years ago
Claire db240323f6 Fix some more JS linting issues (#2211)
2 years ago
Claire 12e8bcac9d Fix some more Javascript linting issues and discrepancies with upstream (#2209)
2 years ago
Claire 43c40b5df8 Fix thread lines not being properly updated when new posts are received (#2210)
2 years ago
Plastikmensch ef5df7fc66 Reset language to default when cancelling a reply (#2114)
2 years ago
Claire e390c26429 Fix some of the Javascript linting issues, as well as bugs and unneeded divergences with upstream (#2208)
2 years ago
Claire b80dc7d2ed Fix SCSS linting issues (#2207)
2 years ago
Claire 481aed8061 New Crowdin updates (#2202)
2 years ago
Claire eb3911d9bf Restore translations from not-yet-ported onboarding changes as glitch-soc translations
2 years ago
Eugen Rochko ffb5a3d4f3 [Glitch] Change logo version in header based on screen size in web UI
2 years ago
Nick Schonning c4e35a3f68 [Glitch] Enable formatjs/prefer-pound-in-plural
2 years ago
Claire a1a60257c5 Disable full-width media in thread view
2 years ago
Claire a6a1587450 [Glitch] Fix thread lines in right-to-left locales (#24714)
2 years ago
Claire c82f3a67c1 [Glitch] Fix sass warning about deprecated slash as division (#24653)
2 years ago
Eugen Rochko a2a800c212 [Glitch] Add lines to threads in web UI
2 years ago
Eugen Rochko bf04ff4601 [Glitch] Change label from "For you" to "People" on explore screen in web UI
2 years ago
Chike Nwaenie 1b1a7e5a51 [Glitch] Change styling of the recommended accounts to allow bio to be more visible
2 years ago
Christian Schmidt ab2df6fb69 [Glitch] Use CSS to trim long card descriptions
2 years ago
Claire 5c4f034e9b [Glitch] Fix infinite loop in emoji replacement code
2 years ago
Claire 53e8b2dc7e [Glitch] Fix characters being emojified even when using Variation Selector 15 (text)
2 years ago