Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-21 | Don't make stats prominent - hide them in mouseovers | multiple creatures | |
2019-05-21 | sort tab bar order | multiple creatures | |
2019-05-21 | [Glitch] Adds follow action timestamp to notification | Thibaut Girka | |
Port 330e320b40e975472e042730f9dfb23083f170e3 to glitch-soc | |||
2019-05-21 | also make packmate roars pinnable in web app | multiple creatures | |
2019-05-20 | Refactor contentType selection in glitch composer | Thibaut Girka | |
2019-05-17 | Hide content-type dropdown by default | Thibaut Girka | |
2019-05-17 | Content-Type Dropdown: use the selected option icon for the menu | Haelwenn (lanodan) Monnier | |
Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-05-17 | Add status content type dropdown to compose box. | KokaKiwi | |
Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-05-11 | Use a checkbox for the “Mark media as sensitive” composer button | Thibaut Girka | |
Fixes #1039 | |||
2019-05-11 | Merge pull request #1043 from ThibG/glitch-soc/merge-upstream | ThibG | |
Merge upstream changes | |||
2019-05-10 | [Glitch] Add confirm modal for unboosting toots | Aurélien Reeves | |
Port fe8a8f779e36e25286b6a7ddc7bcd08e2a4e2890 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-05-10 | Fix media description confirmation modal | Thibaut Girka | |
Fixes #1040 | |||
2019-05-07 | Fix front-end crash when a video has a blurhash and is hidden behind a CW | Thibaut Girka | |
2019-05-05 | Fix content warning button displaying a link icon when no status card is set | Thibaut Girka | |
2019-05-05 | fix pinned columns ’s Media-only button | Kirishima21 | |
Media-only toggles could not be used on pinned columns. The commit fixes this problem. | |||
2019-05-04 | [Glitch] Make the "mark media as sensitive" button more obvious in web UI | Eugen Rochko | |
Port 05ef3462ba0af7b147a7cfa8de2735e99dc59ac5 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-05-04 | Add visibility icon back in media gallery | Thibaut Girka | |
2019-05-04 | Add back description on hover | Thibaut Girka | |
2019-05-04 | [Glitch] Make the cursor icon consistant across media types in account media ↵ | ThibG | |
gallery | |||
2019-05-04 | [Glitch] Add button to view context to media modal | Eugen Rochko | |
Port eb63217210b0ab85ff1fcca9506d5e7931382a56 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-05-04 | [Glitch] Change account gallery in web UI | Eugen Rochko | |
Port 3f143606faa6181ff2745b6bd29ac8ea075088bf to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-05-04 | [Glitch] Add blurhash | Eugen Rochko | |
Port front-end changes from fba96c808d25d2fc35ec63ee6745a1e55a95d707 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-05-03 | Fix polls icon not showing in CW button in detailed statuses | Thibaut Girka | |
2019-05-03 | Fix crash in onboarding modal | Thibaut Girka | |
Fixes #1027 | |||
2019-05-01 | Add high color privacy icons | Thibaut Girka | |
Fixes #1015 | |||
2019-04-29 | When selecting a toot via keyboard, ensure it is scrolled into view | Thibaut Girka | |
Fixes detailed status column | |||
2019-04-28 | Add keyboard shortcut to collapse/uncollapse toots | Thibaut Girka | |
2019-04-28 | Add hotkey for bookmarking a toot | Thibaut Girka | |
2019-04-26 | Add emoji suggestion to poll options | Thibaut Girka | |
2019-04-26 | Add suggestions in CW field | Thibaut Girka | |
2019-04-26 | Refactor selectComposeSuggestion so that different paths can be updated | Thibaut Girka | |
2019-04-24 | Hide media upload form if no media are attached | Thibaut Girka | |
2019-04-24 | Fix file upload | Thibaut Girka | |
2019-04-23 | Fix settings modal | Thibaut Girka | |
2019-04-22 | [Glitch] Fix modal items cannot scroll on touch devices | kedama | |
Port d763d39d2628bef123cdc801b2a3a3922b7e37f2 to glitch-soc | |||
2019-04-22 | Fix ReferenceError in dropdown | Thibaut Girka | |
2019-04-22 | Fix broken reference to handleSubmit | Thibaut Girka | |
2019-04-22 | Cleanup | Thibaut Girka | |
2019-04-22 | Move ComposerPublisher to Compose | Thibaut Girka | |
2019-04-22 | Add OptionsContainer | Thibaut Girka | |
2019-04-22 | Move composer Dropdown from features/composer to features/compose | Thibaut Girka | |
2019-04-22 | Move ComposerTextareaIcons to TextareaIcons | Thibaut Girka | |
2019-04-22 | ComposerTextarea → AutosuggestTextarea | Thibaut Girka | |
2019-04-22 | ComposerUploadForm → UploadForm + UploadFormContainer | Thibaut Girka | |
2019-04-22 | Move PollForm from features/composer to features/compose | Thibaut Girka | |
2019-04-22 | Inline spoiler input | Thibaut Girka | |
2019-04-22 | ComposerReply → ReplyIndicator | Thibaut Girka | |
2019-04-22 | Refactor Compose*Warning → ContainerWarning | Thibaut Girka | |
Regression: only one warning at a time | |||
2019-04-22 | features/composer/index.js → ComposeForm | Thibaut Girka | |
2019-04-22 | DrawerHeader → Header + HeaderContainer | Thibaut Girka | |