2296 Commits (f0999de66f0d3f4f77728b379b30a7d601561847)

Author SHA1 Message Date
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 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
TAKAHASHI Shuuji 228b95acf1 [Glitch] chore: remove intersection-observer for old Safari support
2 years ago
Christian Schmidt 4051993833 [Glitch] Add lang attribute to image description textarea and poll option field
2 years ago
Claire b5d60a90a3 New translations en.json (German) (#2097)
2 years ago
Claire c14c4be592 Add role badges to WebUI (#2096)
2 years ago
neatchee c5af6caf05 Allow users to set the trigger height for lengthy toot auto-collapse (#2070)
2 years ago
Claire 80e6f2c99e [Glitch] Fix styling of featured tags in light theme
2 years ago
Claire dc463f0c36 [Glitch] Fix missing filtering on some notification types
2 years ago
Claire 4b9c5fffde [Glitch] Add lang attribute to compose textarea and CW field
2 years ago
Mina Her 370511dd06 [Glitch] Make <Audio> to handle volume change
2 years ago
Claire 1fa797be40 [Glitch] Fix upload area display in single-column mode
2 years ago
Eugen Rochko 355fba4db8 [Glitch] Fix wrong text color on some buttons in light theme in web UI
2 years ago
Eugen Rochko 20881eca2b [Glitch] Fix wrong padding in RTL layout in web UI
2 years ago
Claire a18c670ac2 Fix missing admin CSS in glitch-soc flavor (#2088)
2 years ago
Claire bbc96feb16 [Glitch] Fix confusing wording in the sign in banner
2 years ago
Connor Shea d4932b3073 [Glitch] Add listing of followed hashtags
2 years ago
Claire 6da5d6bb1d [Glitch] Add option to make the landing page be /about even when trends are enabled
2 years ago
Claire c0a441d90f [Glitch] Add support for editing media description and focus point of already-posted statuses
2 years ago
Claire 82439bfd4b [Glitch] Change account moderation notes to make links clickable
2 years ago
Peter Simonsson dec17dcf9a [Glitch] Add checkmark symbol to checkbox
2 years ago
Jeong Arm e8b3b8a2bb [Glitch] Make visible change for new post notification setting icon
2 years ago
Claire caeeec0fdb [Glitch] Fix /api/v1/admin/trends/tags using wrong serializer
2 years ago
Claire 05e9c71cfc [Glitch] Remove hardcoded width from dropdown overlays
2 years ago
Peter Simonsson 37cd05b115 [Glitch] Fix dropdown menu positions when scrolling
2 years ago
Holden Foreman ef26a0bb9a [Glitch] Fix footer link circle dividers' screen reader accessibility by adding aria-hidden
2 years ago
Akira Ouchi 54b6e2ce08 [Glitch] Add variable autoFocus to video
2 years ago
Claire e08ebf920d [Glitch] Add dropdown menu item to open admin interface for remote domains
2 years ago
Sean Whalen a1eb5ed7b3 [Glitch] Replace hide toot with hide post
2 years ago
Holden Foreman 67b5d82b42 [Glitch] Add aria-hidden to content warning field when dimmed so that it is not confusing to screen reader users
2 years ago
Holden Foreman 786ab56927 [Glitch] Add aria-hidden to 'Hide image' button in MediaGallery since the button is useless to screen reader users
2 years ago
Jed Fox b5d89ddcb3 [Glitch] Improve the contrast of the chart in “poll has ended” notifications
2 years ago
TAKAHASHI Shuuji 114f6bcd46 Remove object-fit polyfill for the old Microsoft Edge
2 years ago
Claire 4dc050c665 [Glitch] Fix unnecessary re-rendering of various components when typing in web UI (#2063)
2 years ago
Claire 71a3c1cb28 Fix prettifier/lint issues (#2066)
2 years ago
Plastikmensch 66d84db53a Prevent doodle from closing on outside click (#2047)
2 years ago
Darius Kazemi ba77d435f5 [Glitch] Replace flex styling with sensible layout rules
2 years ago
Claire ce06e0abd6 New Crowdin updates (#2048)
2 years ago
Claire 1eca3d5968 New Crowdin updates (#2045)
2 years ago
Plastikmensch 9220032156 Use wrapper div as a spacer (#2046)
2 years ago
Plastikmensch 7a8493f4ba Realign timestamps (#2044)
2 years ago
Claire 7564a9e240 New Crowdin updates (#2043)
2 years ago
Claire cae2a92588 New Crowdin updates (#2042)
2 years ago
prplecake b09f223f36 Wraps status timestamps in a `div` (#2038)
2 years ago
Claire bb3d32fd13 New Crowdin updates (#2041)
2 years ago
Claire 934d024950 Remove unused translation string (#2039)
2 years ago
Claire 5e226e135c New Crowdin updates (#2037)
2 years ago
Claire 304f0b87f3 New Crowdin updates (#2036)
2 years ago
Claire 7e4035af18 New Crowdin updates (#2035)
2 years ago
Claire 7f71c439c4 New Crowdin updates (#2034)
2 years ago
Claire 7b4130ec9c New Crowdin updates (#2032)
2 years ago
Claire a3c10b6ced Change locales file generation to use JSON sources (#2028)
2 years ago
www-cat 22df361d6a Add ukrainian translations (#1959)
2 years ago
Plastikmensch 7b83cb4e93 Add missing translation keys (#2010)
2 years ago
Claire f2c3200884 Reuse upstream's “Posts and replies” as column heading (#2023)
2 years ago
Jeremy Kescher 627e97c25a [Glitch] Fix being unable to react with the keycap number sign emoji (#2004)
2 years ago
Claire 7fa8938ebb [Glitch] Add follow request banner on account header
2 years ago
Holden Foreman 800e27716a [Glitch] Fix language surrounding disability in prompts for alt text and other media descriptions
2 years ago