2257 Commits (3413fc70029515bb8b8323dcedc5ad687b56883f)

Author SHA1 Message Date
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
fusagiko / takayamaki e45bb3f893 [Glitch] Allow `==` when null checking
2 years ago
Plastikmensch c33ecc00fa [Glitch] [Proposal] Make able to write React in Typescript (#2190)
2 years ago
Plastikmensch c6305b9817 Fix small mistakes in RTL layout (#2182)
2 years ago
Plastikmensch 10259df1be Change `drawer--header` to `drawer__header` (#2189)
2 years ago
Claire f353e2b0b5 Fix JS crashing if initial-state is not set (#2193)
2 years ago
fusagiko / takayamaki 0015bd91a6 [Glitch] Rewrite AnimatedNumber component with React hooks
2 years ago
fusagiko / takayamaki eadf9807fb [Glitch] Rewrite GIFV component with React hooks
2 years ago
Eugen Rochko 0bc7beb1b1 [Glitch] Add client-side validation for taken username in sign-up form
2 years ago
Claire 3919549c96 [Glitch] Fix crash when trying to open the filter modal
2 years ago
Eugen Rochko 7642a3bb67 [Glitch] Add progress indicator to sign-up flow
2 years ago
Ivan Rodriguez 98bc47e3ca [Glitch] Fix status title for statuses without text
2 years ago
Nick Schonning b31e7d43ea [Glitch] typo: collapsable -> collapsible
2 years ago
Eugen Rochko d509c41d38 [Glitch] Change all components to use the same error page in web UI
2 years ago
Claire d6e6a036b4 [Glitch] Add “In Memoriam” banner back to profiles
2 years ago
Claire 0332ac95c0 [Glitch] Fix tab arrows on RTL layouts
2 years ago
Plastikmensch da094537d6 [Glitch] Refactor styles to use logical properties for positioning (#2156)
2 years ago
Claire c012b39674 New Crowdin updates (#2172)
2 years ago
Claire db3900bf4c Run `yarn manage:translations`
2 years ago
Claire ba8ba4f476 Move glitch-soc-only translation strings out of `app/javascript/mastodono/locales`
2 years ago
Nick Schonning 3237eb3759 [Glitch] Ensure tabIndex is number instead of string
2 years ago
Christian Schmidt 3e1e35b8ec [Glitch] Fix loading spinner + infinite scroll for private mentions
2 years ago
Nick Schonning 61e2fa8b76 [Glitch] Enable Stylelint property-no-unknown
2 years ago
Christian Schmidt b32dbd5500 [Glitch] Fix tooltip for dates without time
2 years ago
Nick Schonning 8aafeb72cf [Glitch] Remove Array.prototype.includes polyfill
2 years ago
Christian Schmidt 95a401efa4 [Glitch] Fix account header image missing in low-res
2 years ago
Christian Schmidt ba35f8f630 [Glitch] Fix height of announcements not being updated when using reduced animations
2 years ago
Nick Schonning e9fd7d9e02 [Glitch] Update display_media typing to string
2 years ago
Nick Schonning bd52e88774 [Glitch] Set marginRight as string
2 years ago
Nick Schonning 499485585e [Glitch] SUBMIT doesn't exist on XMLHttpRequest
2 years ago
Nick Schonning 970001fd77 [Glitch] HTML string attributes set as booleans
2 years ago
Claire 0174059370 New Crowdin updates (#2126)
2 years ago
Rubicon Rowe f49d2ec5a3 [Glitch] Fix inconsistent radius in drawer
2 years ago
Christian Schmidt 90ecb96dba [Glitch] Add colour to follow button when hashtag is being followed
2 years ago
Tdxdxoz f9cc42d6db [Glitch] Fix: set multiColumn value for /explore Statuses
2 years ago
Nick Schonning bba0493afe [Glitch] Move marky to devDependency
2 years ago
neatchee a73b29e8cc [Glitch] Remove legacy decorators syntax
2 years ago
Nick Schonning 57e9fc7e5a [Glitch] Remove isNaN polyfill
2 years ago
mogamin aa45960804 [Glitch] Fit the max-width of media in .prose to parent box
2 years ago
Plastikmensch 5569c86171 Add getting-started-misc to route (#2141)
2 years ago
Christian Schmidt bb60db4471 [Glitch] Replace `Status#translatable?` with language matrix in separate endpoint
2 years ago
Rodion Borisov 20af3cc038 [Glitch] Center the text itself in upload area
2 years ago
PauloVilarinho 08685405f1 [Glitch] add modal message when editing toot
2 years ago
Claire 5f94d33a67 Refactor glitch-soc rich text SCSS
2 years ago
Christian Schmidt a813ea3c25 [Glitch] Only offer translation for supported languages
2 years ago
Terry Garcia 81aac88f65 [Glitch] Switched bookmark and favourites around
2 years ago
Claire 05763031f1 [Glitch] Fix duplicate “Publish” button on mobile
2 years ago
Claire f7a679a4f5 New Crowdin updates (#2118)
2 years ago
Christian Schmidt b50a08b15b [Glitch] Add `lang` attribute to media and poll options
2 years ago
Claire 42f73a411c Move misc rules from components/index.scss to components/misc.scss
2 years ago
Claire 59b7c6e3d8 Fix glitch-soc SCSS code style and refactor closer to upstream
2 years ago
Christian Schmidt 5eaad2ae5b [Glitch] Add `lang` attribute to preview card
2 years ago
Tim Lucas 650ea1316a [Glitch] Increase contrast of upload progress background
2 years ago
Botao Wang 213b82d0a4 [Glitch] Fix sidebar cut-off on small screens in admin UI
2 years ago
Claire 5548b2c73f [Glitch] Add `lang` tag to native language names in language picker
2 years ago
Renaud Chaput 295d193e7f [Glitch] Rename JSX files with proper `.jsx` extension
2 years ago
Claire f3cd30942c Fix building vanilla flavor after JSX change
2 years ago
Claire 01654e8830 [Glitch] Fix focus point of already-attached media not saving after edit
2 years ago
Christian Schmidt eb3d03a52a [Glitch] Fix bad type for spellCheck attribute
2 years ago
Nick Schonning 0bf3bbf662 [Glitch] Enable ESLint Promise plugin defaults
2 years ago
Claire efe3fb00c7 Merge pull request #2112 from ClearlyClaire/glitch-soc/merge-upstream
2 years ago
Nick Schonning b0e7d10f63 [Glitch] Upgrade to Stylelint 15 with Prettier
2 years ago
Nick Schonning a0bef6bdb6 [Glitch] Enable ESLint no-useless-escape
2 years ago
Claire 70984c6f65 [Glitch] Enable ESLint import recommended rules
2 years ago
Claire 623b6543b2 New Crowdin updates (#2111)
2 years ago
Dean Bassett 6c64af449c [Glitch] Fix case-sensitive check for previously used hashtags
2 years ago
Claire b525ce4bf9 [Glitch] Fix attached media uploads not being cleared when replying to a post
2 years ago
Dean Bassett ab546780eb fix hashtag ordering (#2107)
2 years ago
Claire 84c2fdb503 New Crowdin updates (#2100)
2 years ago
cadars f925f5bf2f [Glitch] Add scrolling to Compare history modal
2 years ago
Christian Schmidt 54e6fa1363 [Glitch] Show spinner while loading follow requests
2 years ago
Christian Schmidt 71629f6f99 [Glitch] Spell check input fields
2 years ago
Eugen Rochko 664847db15 [Glitch] Add setting for status page URL
2 years ago
Claire 2862f0d94a Further JS code style changes
2 years ago
Claire 3afef18f59 [Glitch] Fix useless regular-expression character escape detected by CodeQL
2 years ago
Akira Ouchi 84e332a9a1 [Glitch] autofocus the compose form again on /share
2 years ago
Nick Schonning 90d652c623 [Glitch] Update hasOwnProperty calls for ESLint
2 years ago
Claire 5d7c0b3254 [Glitch] Run eslint --fix
2 years ago
Nick Schonning 43c2509789 [Glitch] Remove extra semicolons with ESLint autofix
2 years ago