206 Commits (0f1d2f4d71d1720833244708491ac6438d38ee2e)

Author SHA1 Message Date
Thibaut Girka fc64d1d03e [Glitch] Stop gifv timeline preview explicitly when open the media gallery
6 years ago
Thibaut Girka e495dc0134 [Glitch] refactored account.js
6 years ago
Thibaut Girka ba82ff7c12 [Glitch] Only consider mouse move in scrolling on item insertion
6 years ago
Thibaut Girka 069657286f [Glitch] Identify manual scrolling to cancel scroll to top reset on mouse idle
6 years ago
Thibaut Girka d768d0b851 [Glitch] Cancel list scroll reset after mouse move on wheel scroll
6 years ago
Thibaut Girka f4191a8a00 [Glitch] Temporarily hold timeline if mouse moved recently
6 years ago
Thibaut Girka e5a25656e8 [Glitch] Fix unnecessary loadMore calls when the end of a timeline has been reached
6 years ago
Thibaut Girka d9a6c27f3b Fix composer not getting focus after reply confirmation dialog
6 years ago
Thibaut Girka 7d437f7fc9 [Glitch] Back to the getting-started when pins the timeline
6 years ago
Thibaut Girka 677f430f23 [Glitch] Always display tab navigation on local/federated timeline even when empty
6 years ago
Thibaut Girka 9fd8019854 [Glitch] Fix “load more” button when no data has been fetched
6 years ago
Thibaut Girka 50f8e59820 [Glitch] Do not display empty message when the list is known to have more elements
6 years ago
Thibaut Girka a68d1d0ee2 Minor cleanup in ScrollableList component
6 years ago
Thibaut Girka c37a81a5d7 Do not hardcode preferences link, pleroma doesn't have it
6 years ago
Thibaut Girka cb2822b68a Add error boundary component to catch Web UI crashes
6 years ago
Thibaut Girka e80f770118 Render placeholder instead of image when MediaGallery container width isn't known
6 years ago
Thibaut Girka e7c0ad6ac4 Move URLs to backend in their own file
6 years ago
Thibaut Girka ca163ec35d In detailed status view, take displayMedia setting into account when changing media
6 years ago
Thibaut Girka b22501154e [Glitch] Prepend account header even when status list is empty
6 years ago
Thibaut Girka f40a7b2616 [Glitch] Use local instead of global loading indicator for timelines, account timelines
6 years ago
Thibaut Girka 8bef422043 Add a local setting for inline preview cards
6 years ago
Thibaut Girka 4fe81a99c6 Add a “link” status icon for toots with a preview card
6 years ago
Thibaut Girka 18870c45f1 [Glitch] Include preview cards in status entity in REST API
6 years ago
Thibaut Girka 1a63a8f74e [Glitch] Surround mid-text display names with bdi tags
6 years ago
Thibaut Girka 9614abc713 Update mediaGallery component's width when opening CWs
6 years ago
Thibaut Girka b4bab7eb35 Do not scroll timelines when *closing* media modals
6 years ago
Thibaut Girka 1476e653ec Make hidden media clickable in account media gallery
6 years ago
Thibaut Girka 536d95ae7c [Glitch] Add support for new display_media setting
6 years ago
Spencer Alves 981a41ca2c Add option to hide action bar in collapsed toots
6 years ago
David Yip d698c06aa8 Merge pull request #681 from ThibG/glitch-soc/fixes/accessibility
6 years ago
Thibaut Girka 6af379cf53 Prevent clicks on video from initiating selections
6 years ago
Thibaut Girka 85befb90b2 Improve keyboard VS mouse navigation of dropdown menus
6 years ago
Thibaut Girka 44192cb9d2 Only focus first item of dropdown if it was opened via keyboard
6 years ago
Thibaut Girka d465da45b4 Pause video playback if toot is collapsed or CWs folded (fixes #146)
6 years ago
Thibaut Girka 8099901c9a Disable focus points for letterboxed media
6 years ago
Thibaut Girka 4567e42341 Media gallery styling closer to upstream's
6 years ago
Thibaut Girka d83eb4f9c7 [Glitch] Do not override ctrl/cmd+click in media gallery
6 years ago
Thibaut Girka 34ecec8c85 Add admin links to status and account menus (fixes #673)
6 years ago
Thibaut Girka 7ed6f60a74 Fixes columns scrolling to top when opening media modal
6 years ago
Thibaut Girka 46166b8676 [Glitch] Give focused status a sensible aria-label for screen readers
6 years ago
Thibaut Girka d4315a279d [Glitch] Fix off-by-one error in aria-posinset
6 years ago
Thibaut Girka 4aa1be379e [Glitch] Add aria-label to column regions
6 years ago
Thibaut Girka ff18ba0d2b Add option to not automatically unfold content warnings matching a regexp
6 years ago
Thibaut Girka 02c32ad7af Add a setting to automatically unfold all content warnings
6 years ago
Thibaut Girka a3afd0791d [Glitch] Show compose form on delete & redraft when in mobile layout
6 years ago
Thibaut Girka 11dc01f83e [Glitch] Add CSS class to replies
6 years ago
Thibaut Girka 1295515bd4 [Glitch] Add missing video descriptions
6 years ago
Thibaut Girka c4a536917c [Glitch] Update state when opened dropdown is unmounted
6 years ago
Thibaut Girka 8db23dd477 Add glitch-soc local setting to display reply counters
6 years ago
Thibaut Girka e48709fb0e [Glitch] Display replies count in web UI
6 years ago
Thibaut Girka 30d88cee78 Add hashtag trendline support to glitch-soc flavour
6 years ago
Thibaut Girka ac67589755 Don't prevent opening links in tabs with keyboard modifiers
6 years ago
Thibaut Girka 28cdf3da09 [Glitch] Show media modal on public timeline
6 years ago
Thibaut Girka ca256cca22 Port profile redesign to glitch-soc
6 years ago
Thibaut Girka 4e8532cc1a Allow modals to be closed by pressing “back”
6 years ago
Thibaut Girka 0ef509c27a Get rid of Collapsable, use CSS instead
6 years ago
Thibaut Girka 4850a2348c Add client-side custom filter support to glitch-soc
6 years ago
Thibaut Girka a68e7db2fb [Glitch] Fix Chrome issue with sizes="0px"
6 years ago
Thibaut Girka d8c35a6b85 [Glitch] Add redraft function
6 years ago
David Yip 4b7ceed3f0 Merge pull request #509 from ThibG/glitch-soc/fixes/router-history-navigation
6 years ago
David Yip 1a0491b3cf Merge pull request #519 from ThibG/glitch-soc/fixes/status-node-null
6 years ago
David Yip c10df6cf00 Merge pull request #501 from ThibG/glitch-soc/features/red-bookmarks
6 years ago
Spencer Alves 559ce5c098 Adjust spacing between status icons
6 years ago
Spencer Alves c86cd2041d Merge branch 'glitch' into thread-icon
6 years ago
Thibaut Girka 93e6984be8 Make active bookmarks red (fixes #493)
6 years ago
Thibaut Girka 37dc96b71b Use history.state to decide whether we should goBack() or go to / (fixes #247)
6 years ago
Thibaut Girka 0174ca8679 Prevent a rare crash when a status' root node is undefined
6 years ago
Thibaut Girka febaae28f4 [Glitch] Improve load gap styling in web UI
6 years ago
Thibaut Girka 7a953db0b6 [Glitch] Allow clients to fetch statuses made while they were offline
6 years ago
Thibaut Girka 5ad747727f [Glitch] Replace onScrollToBottom with onLoadMore
6 years ago
Thibaut Girka 3315877afe Fix width only being set for standalone media
6 years ago
Thibaut Girka df3fa2cb78 [Glitch] Use real container width in MediaGallery srcSet
6 years ago
Thibaut Girka 72c5d3dd80 Prevent click on video from opening detailed toot
6 years ago
Thibaut Girka b6133837ad Widen clickable area of toots
6 years ago
Thibaut Girka 4c835854d6 [Glitch] Open video modal on public UI
6 years ago
Thibaut Girka c77a4d8c51 [Glitch] Feature: Direct message from Statuses
6 years ago
Thibaut Girka 336d5fecdb Fix root modal's keyup handling (Fixes #478)
6 years ago
Spencer Alves 31d760f56d Add an extra icon to indicate that a status is part of a conversation
6 years ago
Thibaut Girka 3333cce41e Hide media in report modal regardless of whether they are marked sensitive
6 years ago
Thibaut Girka 04a8aef9d2 Revert "[Glitch] Prevent timeline from moving when cursor is hovering over it"
6 years ago
Thibaut Girka 82421dc2e2 Revert "[Glitch] Do not re-position scroll when loading more (inserting items from below)"
6 years ago
beatrix f5f840cdb3 Merge pull request #462 from ThibG/glitch-soc/features/dropdowns-accessibility
6 years ago
Thibaut Girka ca62d8bcc6 [Glitch] Do not re-position scroll when loading more (inserting items from below)
6 years ago
Thibaut Girka 1c75c7901f [Glitch] Prevent timeline from moving when cursor is hovering over it
6 years ago
Thibaut Girka eea6b78afc Improve accessibility of toot dropdown menu
6 years ago
Thibaut Girka 41fe73f35c [Glitch] Improve relative timestamps in web UI
6 years ago
Thibaut Girka 2ed804d4ca Use new getDerivedStateFromProps instead of deprecated componentWillReceiveProps
7 years ago
Thibaut Girka 8be1573a6e Tentative fix for #446
7 years ago
beatrix cd9c602a0e Merge pull request #401 from ThibG/glitch-soc/features/unfold-thread
7 years ago
Thibaut Girka bc3be9ac5b [Glitch] Fix the hot key (j, k) does not function correctly when there is a pinned toot in account timeline.
7 years ago
Thibaut Girka 4e4a5fc1ad Add show more/less toggle for entire threads in web UI
7 years ago
Thibaut Girka 5ab80ffadd Refactor the infamous three-valued boolean into two booleans, trying to simplify the logic
7 years ago
Thibaut Girka a51aa91caf [Glitch] Fix button hiding when header title is too long
7 years ago
Thibaut Girka 8c190e6235 [Glitch] Fix column headers accessibility
7 years ago
beatrix 64f74da493 Merge pull request #432 from ThibG/glitch-soc/features/reblog-private
7 years ago
beatrix 69710cf17b Merge pull request #427 from ThibG/glitch-soc/fixes/scroll-behavior
7 years ago
beatrix 1b58c44557 Merge pull request #435 from ThibG/glitch-soc/features/public-modals
7 years ago
Thibaut Girka d6693f3ae3 [Glitch] Show media modal on public pages
7 years ago
Thibaut Girka 74bfb1e579 Fix auto-collapsed toots making the TL jump (fixes #417)
7 years ago
Thibaut Girka f63da992fc Clean up dead code
7 years ago