Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-05 | [Glitch] Change icon button styles to make hover/focus states more obvious | ThibG | |
Port c8fd82332749cd58f85dd398d32559a02499c945 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-07-28 | [Glitch] Add search results pagination to web UI (#11409) | Eugen Rochko | |
Port 8a4674f2c3d89c998eb5438b96b7977dc2be3167 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
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-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-28 | Change search components classes and styling to match upstream | Thibaut Girka | |
2019-06-26 | Scroll to compose form rather than reply indicator on focus | Thibaut Girka | |
2019-06-20 | Fix NavigationBar styling | Thibaut Girka | |
2019-06-19 | Change plaintext icon in composer options | Thibaut Girka | |
2019-06-16 | Do not scroll in the compose panel on single-column | Thibaut Girka | |
2019-06-14 | Fix replying not automatically switching to compose form on mobile | Thibaut Girka | |
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] Fix some React warnings | Eugen Rochko | |
Port cc8f6b3cdaca81be99875c27002e0280d1d88191 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-06-13 | [Glitch] Fix overlap of emoji button on search popup | Wenceslao Páez Chávez | |
Port fe3bf3b0fc7c74ce12b48a4e03498c410bfd82f5 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-06-13 | [Glitch] Fix emoji picker being always displayed | Takeshi Umeda | |
Port c402c291f4991e2b021d8c13b557e6a8f650dcf3 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-06-13 | [Glitch] Improvement variable height in single column layout | Takeshi Umeda | |
Port d93b82af87de90eaa29eb54a423722fb9fb45b38 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-06-13 | [Glitch] Add responsive panels to the single-column layout | Eugen Rochko | |
Port 1e5532e693d9533ee37f553aeb191e284178fa52 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-06-07 | [Glitch] Scroll to compose form when focus | Jeong Arm | |
Port 8f3c32e29cf13a84b2f0a58da0ab0c99a88caad5 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-06-06 | Fix CW field automatically getting the focus when it is always enabled | Thibaut Girka | |
2019-05-30 | Remove isRequired from Glitch ReplyIndicator status | slice | |
This can be null under normal circumstances, which isRequired doesn't like. | |||
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-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-03 | Fix crash in onboarding modal | Thibaut Girka | |
Fixes #1027 | |||
2019-04-26 | Add emoji suggestion to poll options | Thibaut Girka | |
2019-04-26 | Add suggestions in CW field | 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-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 | |
2019-04-22 | DrawerAccount → NavigationBar + NavigationContainer | Thibaut Girka | |
2019-04-22 | [Glitch] Show suggested follows on search screen in mobile layout | Eugen Rochko | |
Port ad510db3a19640267f94062756d558a45472af14 to glitch-soc | |||
2019-04-22 | DrawerResults → SearchResults + SearchResultsContainer | Thibaut Girka | |
2019-04-22 | Move DrawerSearch to Search + SearchContainer | Thibaut Girka | |
2018-01-04 | WIPgit status <Compose> Refactor; <Composer> ed. | kibigo! | |
2017-12-26 | Set direction style to reply indicator (tootsuite pr #6006) | cwm | |