Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-19 | Focus CW field when enabling it, focus compose textarea when disabling it | Thibaut Girka | |
Port a99179d31ff0013987f362ffe15cb3450b29ed08 and 09147186b79f80cf3ef3aa8ba7e6e5e032faa255 to glitch-soc | |||
2018-08-18 | Various minor upload description fixes | Thibaut Girka | |
2018-08-18 | Add focal points support in the composer | Thibaut Girka | |
2018-08-18 | Refactor in preparation for focal points modal | Thibaut Girka | |
2018-08-17 | [Glitch] Defer scrollIntoView after DOM is drawn | Thibaut Girka | |
2018-08-16 | Fix incorrect prop type for ComposerReply.status | Thibaut Girka | |
2018-08-16 | Fix one GettingStarted ColumnLink not having a key | Thibaut Girka | |
2018-08-14 | Slightly more aggressive video preloading | Thibaut Girka | |
- Preload video metadata if the video is loaded in detailed view, as it is likely to get played, and metadata is useful for seeking in the video. - Preload video data if it's fullscreen as it is extremely likely to get played right after being put in fullscreen (although those are two steps). - Preload video data if the user has clicked the position slider, as the video will play as soon as the mouse button is released, and video metadata is needed to properly seek into the video. | |||
2018-08-14 | Fix bug when clicking on video position slider before starting the video | Thibaut Girka | |
2018-08-14 | Prevent default event handling when clicking on the video position slider | Thibaut Girka | |
This prevents accidental text selection and avoids opening the toot containing the video in the dynamic column when clicking on the position slider. | |||
2018-08-11 | Don't prevent opening links in tabs with keyboard modifiers | Thibaut Girka | |
Ctrl+click usually allows opening a link in a new tab. This was prevented for hashtag or user links in toots. | |||
2018-08-10 | Implement public profile endorsements in glitch-soc | Thibaut Girka | |
Port WebUI changes from f2404de871f0bdfda5c9aeeeb4c6c4d10a8da8ab to glitch-soc | |||
2018-08-10 | Merge upstream SCSS changes for /about, /about/more and /terms | Thibaut Girka | |
Port various commits to glitch-soc, mainly commits 0dcc1950d14cc4a7725ea1572d253c538a1f74e8 and 5b8603879f06573d51c5c33edda6f410d1af7a02. | |||
2018-08-10 | Merge upstream styling for public profile endorsements | Thibaut Girka | |
Port the SCSS part of f2404de871f0bdfda5c9aeeeb4c6c4d10a8da8ab to glitch-soc | |||
2018-08-07 | Good bye, CW rainbows | Thibaut Girka | |
Accessibility issues largely outweigh the joke and consistency with upstream. | |||
2018-08-02 | Fix styling of toot prepended text on public profiles | Thibaut Girka | |
Fixes how “Pinned toot”, “… boosted” etc. are styled on public profiles. | |||
2018-08-01 | Fix toot styling on public pages | Thibaut Girka | |
The public pages now use CSS from the WebUI to style toots, but the glitch-soc UI is widely different. Hack around that for now by hardcoding upstream-like values. | |||
2018-08-01 | Reintroduce glitch-soc avatar styling in public pages | Thibaut Girka | |
2018-08-01 | [Glitch] Do not hide hashtag timeline in mobile view, make it full-window | Thibaut Girka | |
Port 13ac8ca66ab01c92e4ebcc7221efb3d474c9fd0b to glitch-soc | |||
2018-08-01 | [Glitch] Compensate for scrollbar disappearing when media modal | Thibaut Girka | |
Port 60df87f6f0fb8afd9a4e750917eff7c425b62891 to glitch-soc | |||
2018-08-01 | [Glitch] Show media modal on public timeline | Thibaut Girka | |
Port e0b1e17bd04d7f9b533ab462aee4544a5f5fb926 to glitch-soc | |||
2018-08-01 | [Glitch] Add missing formatting to the text in hero widget | Thibaut Girka | |
Port 1d773b3a4691b153ff0c658db53007293905d86b to glitch-soc | |||
2018-08-01 | Port profile redesign to glitch-soc | Thibaut Girka | |
Port bb71538bb503159177d46d8956bd466973c0876b to glitch-soc | |||
2018-07-31 | Drop glitch-style account bio fields | Thibaut Girka | |
Upstream's implementation has been merged a while ago and is the preferred way to set fields, as it is the only one compatible with upstream and is more user-friendly. This commit deletes the legacy glitch-soc FrontMatter functionality in order to clean up the code and make it easier to maintain. | |||
2018-07-30 | [Glitch] Resize images by area instead of fixed dimensions | Thibaut Girka | |
Port WebUI part of 0fb0037ca7ea9910b490818a1cc13f4005ba6134 to glitch-soc | |||
2018-07-30 | Don't reset scroll position when opening a modal | Thibaut Girka | |
2018-07-30 | Allow modals to be closed by pressing “back” | Thibaut Girka | |
2018-07-30 | Treat the App Setting link as a proper link (fixes #375) | Thibaut Girka | |
2018-07-30 | [Glitch] Improve WebUI account action bar | Thibaut Girka | |
Mostly a port of 2ccef52a4f5be49e5c3b2256a3c5d4f193a3fe32 to glitch-soc | |||
2018-07-30 | [Glitch] Fix accounts' display name/bio not being set from initial state | Thibaut Girka | |
Port 20d1be18af8c10b6f1bc5597643b85ac6dbae9f2 to glitch-soc | |||
2018-07-28 | Use same margin for navbar and column for consistency | Thibaut Girka | |
2018-07-28 | Hide navigation bar text so it can fit on small screens | Thibaut Girka | |
2018-07-28 | Fix glitch-soc columns padding on mobile (fixes #561) | Thibaut Girka | |
2018-07-28 | Preserve hashtags in threaded mode (fixes #584) | Thibaut Girka | |
2018-07-28 | Move CW field just above main textarea | Thibaut Girka | |
2018-07-28 | Get rid of Collapsable, use CSS instead | Thibaut Girka | |
Change inspired by 691107263c5e05973f9af9e1937abbc27430f54e | |||
2018-07-28 | Refactor reply indicator and show compact list of attachments | Thibaut Girka | |
2018-07-28 | Show reply indicator for empty toots, not undefined toots (fixes #610) | Thibaut Girka | |
Fix a regression introduced by 612b00d1bb91c6b11f00fdb273dd8cd2ca883b12 | |||
2018-07-26 | [Glitch] Add documentation for “p” hotkey | Thibaut Girka | |
Port ed50c2393a0f12f88f1102f8cf8beca3bf711158 to glitch-soc | |||
2018-07-26 | Add hotkey variants to keyboard shortcuts description | Thibaut Girka | |
Port 89c6d2bd6bc014ca6487c8f2569f8252fb3ef5dc to glitch-soc | |||
2018-07-26 | Prevent scrolling main frame when navigating in image gallery with arrow keys | Thibaut Girka | |
2018-07-24 | [Glitch] Use LoadingBar instead of blur to indicate that an image is loading | Thibaut Girka | |
Port 955d5d36e80259d8c10a0246d359f35f63de059d to the glitch-soc flavour | |||
2018-07-24 | Use the same description string as upstream for the “x” hotkey | Thibaut Girka | |
2018-07-24 | Fix focusing search bar with hotkeys | Thibaut Girka | |
2018-07-24 | Fix focusing composer textarea on “new toot” hotkey | Thibaut Girka | |
2018-07-24 | Fix routing issues, especially keyboards shortcuts changing location | Thibaut Girka | |
2018-07-21 | Display custom emoji in account notes in WebUI (fixes #595) | Thibaut Girka | |
2018-07-18 | Add CSS for the newly-introduced dashboard (fixes #592) | Thibaut Girka | |
2018-07-18 | [Glitch] Ensure container of React components has full width | Thibaut Girka | |
Port f6910fba02c8a99dcad901c193be08d06a65c1c6 to glitch-soc | |||
2018-07-18 | Disable threaded mode when canceling a reply (fixes #583) | Thibaut Girka | |