about summary refs log tree commit diff
path: root/app/javascript/flavours
AgeCommit message (Collapse)Author
2019-07-16[Glitch] Add option to disable real-time updates in web UIEugen Rochko
Port 729723f857d11434c0f78d63fe16537d77f1c77c to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-07-15Add link to edit each listed filterThibaut Girka
2019-07-15Make some strings translatableThibaut Girka
2019-07-15Minor refactoringThibaut Girka
2019-07-15Move the “Show why” button inlineThibaut Girka
2019-07-15Implement feature to add filtered phrases to content warningsThibaut Girka
2019-07-15Implement option to completely hide filtered tootsThibaut Girka
2019-07-15Add options to configure filtering behaviorThibaut Girka
2019-07-15Add a way to know why a status has been filtered, and show it anywayThibaut Girka
2019-07-15Do not keep polls pre-filled in thread modeThibaut Girka
2019-07-15Fix error boundary CSSThibaut Girka
2019-07-10Fix report dialog crashing when a toot gets deletedThibaut Girka
Fixes #1155
2019-07-07[Glitch] Only scroll to the compose form if it's not horizontally in the ↵ThibG
viewport Port c07cca4727041ea5a5721acbc603d4bfb45a15a6 to glitch-soc
2019-07-04[Glitch] Memoize ancestorIds and descendantIds in detailed status viewThibG
Port 99924f282f53593e670c70a38450a1c0e2d24c20 to glitch-soc
2019-07-04[Glitch] When deleting & redrafting a poll, fill in closest expires_inThibG
Port dc88d226e1fdb20499d6e81838b81894b2d0be2d to glitch-soc
2019-07-01Minor cleanup and maybe minor performance improvementsThibaut Girka
2019-07-01Minor optimization regarding regexp filtering in timelinesThibaut Girka
2019-07-01Use strict equality rather than Immutable.is as the compared props are valuesThibaut Girka
2019-07-01Assume children of visible IntersectionObserverArticle always changeThibaut Girka
This fixes multiple issues, while adding few computations
2019-07-01Revert to using upstream's optimisationsThibaut Girka
This *does* break things, as `shouldComponentUpdate` assume the children to never change!
2019-07-01Fix error boundary DOMThibaut Girka
2019-07-01Fix some React warningsThibaut Girka
2019-06-30[Glitch] When sending a toot, ensure a CW is only set if the CW field is visibleThibaut Girka
Partial port of ccc7fe3e1d04c7cabad916e4e57c7739743d5c91 to glitch-soc It doesn't ensure the field isn't changed, just that it isn't submitted if the field isn't visible. Ensuring the field isn't changed would require reworking the “always show CW field” feature.
2019-06-30[Glitch] Optimize makeGetStatusThibG
Port f895bf198470c1d4a0299b454433fdf1c35ee2b0 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-06-30[Glitch] Use ScrollToOptions for smooth scrolling if supportedThibG
Port 84ff3938426da348e31651dfad376d83a9784343 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-06-28[Glitch] Add categories for custom emojisEugen Rochko
Port front-end changes from e64e6a03dd1e0978fee48f0596dcfbc7fd29958f to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-06-28[Glitch] Fix swiping columns on mobile sometimes failingThibG
Port 072158ee973f8e09a0abd34a825d9bce038a5d68 to glitch-soc
2019-06-28[Glitch] Add message telling FTS is disabled when no toot can be found ↵ThibG
because of this Port ca8944728f4568bbef8edae99382cd44cbc144d6 to glitch-soc
2019-06-28Change search components classes and styling to match upstreamThibaut Girka
2019-06-26[Glitch] Add option to disable blurhash previewsThibG
Port 3086c645fde2345d34e401bdf3e2f19f19da3294 to glitch-soc
2019-06-26[Glitch] Removed extra pipes from regex.PatOnTheBack
Port 5b20284f6f7ebb2514d81fb27fcaa40f8edf14ff to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-06-26[Glitch] Apply filters to poll options in WebUIThibG
Port 47ef4a6c7a74072daff8b23c4af3e300bb75ba1a to glitch-soc
2019-06-26Scroll to compose form rather than reply indicator on focusThibaut Girka
2019-06-24Use a different icon for audio attachmentsThibaut Girka
2019-06-24[Glitch] Add media description as title to links of unknown media attachmentsEugen Rochko
Port front-end changes from 49ebda4d49af50b375126e4a8285686fb6448a60 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-06-24[Glitch] Add audio uploadsEugen Rochko
Port front-end changes from f7f23b4a19a84371f44ec5297125e96ba81681a1 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-06-20Fix NavigationBar stylingThibaut Girka
2019-06-20Add NavigationBar to getting started column in single-column modeThibaut Girka
Fixes #1131
2019-06-19[Glitch] Completely hide toots matched by “irreversible” filters even if ↵ThibG
they got to the client
2019-06-19Change preferences link in local settings modal from sliders to cog for ↵Thibaut Girka
consistency
2019-06-19Fix bottom margin of lists in tootsThibaut Girka
2019-06-19Change plaintext icon in composer optionsThibaut Girka
2019-06-16Fix styling of poll options on public pages in glitch flavourThibaut Girka
2019-06-16Do not scroll in the compose panel on single-columnThibaut Girka
2019-06-16Fix composer buttons overflowing the composer box in single-columnThibaut Girka
2019-06-15[Glitch] Change full logo to use primary text color of the given themeEugen Rochko
Port 20dda5cca0a4015a743250b4e584a3101e7675f2 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-06-14Fix replying not automatically switching to compose form on mobileThibaut Girka
2019-06-13[Glitch] List attachments in boost modalThibG
Port dd45c63921f6f64096fa6a1693cc84d6aa33c54f to glitch-soc
2019-06-13[Glitch] Fix ordering of keyboard access between CW field, textarea and ↵ThibG
emoji picker Port b4d67fe57af4d45082dc92eef20d5bb758bd8379 to glitch-soc
2019-06-13[Glitch] Only show profile directory link when it's enabledThibG
Port 1b4dcc3f7870f60089611c3b3d525978826953c3 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>