1233 Commits (e9a181c52c2a701a1f93782233111c234dab5342)

Author SHA1 Message Date
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
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 a0bc0619ca [Glitch] Use JSX syntax for Fragments
1 year ago
Claire 6001f5ff36 [Glitch] Use the new JSX transform everywhere
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 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
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
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 cb6f445b90
Greatly simplify history management code (#2230)
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
fusagiko / takayamaki 3d9e35375c [Glitch] Rewrite actions/app.ts and reducers/missed_updates.ts with createAction
2 years ago
Claire a8939e9098 [Glitch] Change media elements to use aspect-ratio rather than compute height themselves
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
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 3fb7fe14c6
Fix some of the Javascript linting issues, as well as bugs and unneeded divergences with upstream (#2208)
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
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
Christian Schmidt 0091b28ffe [Glitch] Use CSS to trim long card descriptions
2 years ago
Claire 11b34a903a [Glitch] Fix infinite loop in emoji replacement code
2 years ago
Claire 0a813d96db [Glitch] Fix characters being emojified even when using Variation Selector 15 (text)
2 years ago
Plastikmensch 1565af1caf
[Glitch] [Proposal] Make able to write React in Typescript (#2190)
2 years ago
Plastikmensch aea7866161
Change `drawer--header` to `drawer__header` (#2189)
2 years ago
fusagiko / takayamaki 799e9917e4 [Glitch] Rewrite GIFV component with React hooks
2 years ago
Claire bc7b3399fb [Glitch] Fix crash when trying to open the filter modal
2 years ago
Ivan Rodriguez a21a875dba [Glitch] Fix status title for statuses without text
2 years ago
Nick Schonning f2797276b2 [Glitch] typo: collapsable -> collapsible
2 years ago
Eugen Rochko 34f8e696e2 [Glitch] Change all components to use the same error page in web UI
2 years ago
Claire a3c05640f7 [Glitch] Add “In Memoriam” banner back to profiles
2 years ago
Nick Schonning bfe46d08f9 [Glitch] Ensure tabIndex is number instead of string
2 years ago
Christian Schmidt 53cdcce3d1 [Glitch] Fix loading spinner + infinite scroll for private mentions
2 years ago
Christian Schmidt 74c61b05ae [Glitch] Fix height of announcements not being updated when using reduced animations
2 years ago
Nick Schonning f3f7ef2d13 [Glitch] Set marginRight as string
2 years ago
Nick Schonning 0f62451424 [Glitch] HTML string attributes set as booleans
2 years ago
Christian Schmidt d29cf8a044 [Glitch] Add colour to follow button when hashtag is being followed
2 years ago
Tdxdxoz d874a7a10f [Glitch] Fix: set multiColumn value for /explore Statuses
2 years ago
neatchee 8215df76c0 [Glitch] Remove legacy decorators syntax
2 years ago
Plastikmensch 02ac94490a
Add getting-started-misc to route (#2141)
2 years ago
Christian Schmidt 8f97ffe91e [Glitch] Replace `Status#translatable?` with language matrix in separate endpoint
2 years ago
Terry Garcia 9a1bd1c3e9 [Glitch] Switched bookmark and favourites around
2 years ago
Claire 03ac84b0f4 [Glitch] Fix duplicate “Publish” button on mobile
2 years ago
Christian Schmidt 0e476f3c4f [Glitch] Add `lang` attribute to media and poll options
2 years ago
Christian Schmidt b632c5a55a [Glitch] Add `lang` attribute to preview card
2 years ago
Claire 31455f05fb [Glitch] Add `lang` tag to native language names in language picker
2 years ago
Renaud Chaput 81ef21a0c8 [Glitch] Rename JSX files with proper `.jsx` extension
2 years ago
Nick Schonning 7e64eef73b [Glitch] Enable ESLint no-useless-escape
2 years ago
Claire 587f6b3b06 [Glitch] Enable ESLint import recommended rules
2 years ago
Claire 58291b31fa [Glitch] Fix attached media uploads not being cleared when replying to a post
2 years ago
Christian Schmidt 2dfbdc3f9d [Glitch] Show spinner while loading follow requests
2 years ago
Christian Schmidt 8fd6c36243 [Glitch] Spell check input fields
2 years ago
Eugen Rochko 95e2cab22e [Glitch] Add setting for status page URL
2 years ago
Claire fa433ac5a6 Further JS code style changes
2 years ago
Akira Ouchi 8ce02aa6e8 [Glitch] autofocus the compose form again on /share
2 years ago
Nick Schonning 372fa3fe36 [Glitch] Update hasOwnProperty calls for ESLint
2 years ago
Claire 155424e52f [Glitch] Run eslint --fix
2 years ago
Nick Schonning ed7cb79723 [Glitch] Remove extra semicolons with ESLint autofix
2 years ago
Christian Schmidt fb9c786baf [Glitch] Add lang attribute to image description textarea and poll option field
2 years ago
Claire d9a078e6d3
Add role badges to WebUI (#2096)
2 years ago
neatchee 20abef6590
Allow users to set the trigger height for lengthy toot auto-collapse (#2070)
2 years ago
Claire ffea668076 [Glitch] Fix missing filtering on some notification types
2 years ago
Claire 853d0f28c5 [Glitch] Add lang attribute to compose textarea and CW field
2 years ago
Mina Her 78b822c61d [Glitch] Make <Audio> to handle volume change
2 years ago
Claire 3f74235ac5 [Glitch] Fix confusing wording in the sign in banner
2 years ago
Connor Shea 00cc1536f2 [Glitch] Add listing of followed hashtags
2 years ago
Claire 55e368c02f [Glitch] Add option to make the landing page be /about even when trends are enabled
2 years ago
Claire b5c6a116a7 [Glitch] Add support for editing media description and focus point of already-posted statuses
2 years ago
Jeong Arm c87b1a20c7 [Glitch] Make visible change for new post notification setting icon
2 years ago
Claire 598888a7c4 [Glitch] Remove hardcoded width from dropdown overlays
2 years ago
Peter Simonsson a36dfbb2aa [Glitch] Fix dropdown menu positions when scrolling
2 years ago
Holden Foreman fdabfb9d0e [Glitch] Fix footer link circle dividers' screen reader accessibility by adding aria-hidden
2 years ago
Akira Ouchi b6a928cd04 [Glitch] Add variable autoFocus to video
2 years ago
Claire c4649ae9d4 [Glitch] Add dropdown menu item to open admin interface for remote domains
2 years ago
Holden Foreman 4404a7f065 [Glitch] Add aria-hidden to content warning field when dimmed so that it is not confusing to screen reader users
2 years ago
Claire 7e9d5bdbb9
[Glitch] Fix unnecessary re-rendering of various components when typing in web UI (#2063)
2 years ago
Plastikmensch 910d2d9f6b
Prevent doodle from closing on outside click (#2047)
2 years ago
Claire fe3c816a10
Remove unused translation string (#2039)
2 years ago
Claire 749c360ba0
Reuse upstream's “Posts and replies” as column heading (#2023)
2 years ago
Claire 0912fb736d [Glitch] Add follow request banner on account header
2 years ago
Holden Foreman c459625119 [Glitch] Fix language surrounding disability in prompts for alt text and other media descriptions
2 years ago
Bramus! 1ced365371 [Glitch] Fix media markup
2 years ago
Rens Groothuijsen d7a6a9393a [Glitch] Display search popout at fixed screen position
2 years ago
Meisam 7883ba34bb [Glitch] set activation for tag follow button
2 years ago
Nick Schonning 57eab6dbee [Glitch] Fix typo in handler function call name
2 years ago
Yamagishi Kazutoshi 9f3cc9e555 [Glitch] `FormattedMessage` must be used directly
2 years ago
Pleclown 98f7b3657a [Glitch] Adding 12 hours option for polls
2 years ago
Alex Stine aad42cfc35 [Glitch] Fix hidden label causing accessibility issue for search inputs
2 years ago
cadars 32b8b3355b [Glitch] Make handle more easily selectable on profile page
2 years ago
Claire 0e70215c40 [Glitch] Fix “Sign up” button with closed registrations not opening modal on mobile
2 years ago
Claire 4ac6601476
Port navigation bar from upstream (#1986)
2 years ago
Eugen Rochko a3052dad04 [Glitch] Add user content translations with configurable backends
2 years ago
Connor Shea f51990bd62 [Glitch] Make the 'Trending now' header a link to Explore.
2 years ago
Claire 98c5ca1037 [Glitch] Fix infinite loading instead of soft 404 for non-existing remote accounts
2 years ago
James Adney 2815ac4155 [Glitch] fix gif autoplay on iOS
2 years ago
Claire c0bf90ac19 [Glitch] Fix “Share @{name}'s profile” profile menu item
2 years ago
Claire 43dbc62568
Fix privacy dropdown in boost modal on mobile (#1967)
2 years ago
Claire c22f3a87a3 [Glitch] Remove use of DOMParser in front-end emoji rewriting code
2 years ago
Levi Bard 4b449fff23 [Glitch] Make the button that expands the publish form differentiable from the button that publishes a post
2 years ago
nyura123dev 87929ad866 [Glitch] Fix safari explore disappearing tabs
2 years ago
Claire 23ea0e7508
Add aria-label and title attributes to local settings navigation items (#1949)
2 years ago
Claire ceafd1f68f
Fix infinite loop when system emoji font is enabled (#1931)
2 years ago
Claire 8aa56aedfd [Glitch] Fix nodes order being sometimes mangled when rewriting emoji
2 years ago
Claire 71982e5c83 [Glitch] Fix emoji substitution not applying only to text nodes in Web UI
2 years ago
Eugen Rochko 9db90d2ebe [Glitch] Fix dropdown menu on profiles not being accessible on narrow screens in web UI
2 years ago
Claire a808ac1fd8 [Glitch] Fix WebUI crash when listing server blocks and rationale is not available
2 years ago
Claire 9255bfb908 [Glitch] Add the ability to edit media attachment metadata for any unattached media
2 years ago
Cutls e2315876f4 [Glitch] Do not show drag&drop dialog when not logined
2 years ago
Claire 8ac4165c72 [Glitch] Remove “No description added” media warning in edit mode
2 years ago
Eugen Rochko 400d168310 [Glitch] Fix domain blocks on about page not working well on small screens in web UI
2 years ago
Claire 73b68fcabb
Fix styling of advanced options dropdown (#1916)
2 years ago
Eugen Rochko c4d2c72924 [Glitch] Add option to open original page in dropdowns of remote content in web UI
2 years ago
Sasha Sorokin 099b3011aa [Glitch] Remove aria-pressed where it's redundant
2 years ago
Eugen Rochko 41ea39903d [Glitch] Fix confusing wording in interaction modal in web UI
2 years ago
Claire fe1b694128 [Glitch] Fix opening the language picker scrolling the single-column view to the top
2 years ago
Claire c493c967d6
Fix light theme issues with the favourite modal and some background colors (#1902)
2 years ago
Sunny Ripert d13a2f7901 [Glitch] Fix console log error on column settings load
2 years ago
Claire 0be6da42d3 Change glitch-soc composer classes to match upstream
2 years ago
Eugen Rochko c883799a1f [Glitch] Change design of link footer
2 years ago
Eugen Rochko d29172a682 [Glitch] Fix missing interpolation of domain in disabled account banner in web UI
2 years ago
Claire b6c0ef70a2 [Glitch] Change sign-in banner to reflect disabled or moved account status
2 years ago
Eugen Rochko 01e0cb1cd5 [Glitch] Add assets from Twemoji 14.0
2 years ago
Sunny Ripert 8368f4857c [Glitch] Fix JavaScript console warning when loading notifications
2 years ago
Sunny Ripert 93ccb4a29e [Glitch] Fix JavaScript console error on upload editing status
2 years ago
Eugen Rochko 81334e2bfb [Glitch] Fix limited account hint referencing "your" server when logged out
2 years ago
Claire 6b498fae46 [Glitch] Fix being unable to withdraw follow request when confirmation modal is disabled (#19687)
2 years ago
prplecake 34ba7612d1
Fix 'App settings' label visible in sidebar on mobile UI (#1888)
2 years ago
prplecake c199556f64
Fix 'App settings' link in basic web UI (#1880)
2 years ago
Jeremy Kescher 41885c8715
Remove/update old "tootsuite" references, except those needed for Docker (#1860)
2 years ago
Eugen Rochko ebfe393e9c [Glitch] Fix upload progress not communicating processing phase in web UI
2 years ago
Eugen Rochko eb307ec1bd [Glitch] Fix logged out search and changed logged-in search placeholder
2 years ago