about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/ui
AgeCommit message (Collapse)Author
2020-02-22Do not scroll in the compose panel on single-columnThibaut Girka
2020-02-22[Glitch] List attachments in boost modalThibG
Port dd45c63921f6f64096fa6a1693cc84d6aa33c54f to glitch-soc
2020-02-22[Glitch] Only show profile directory link when it's enabledThibG
Port 1b4dcc3f7870f60089611c3b3d525978826953c3 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-02-22Fix notification badgeThibaut Girka
2020-02-22Replace link to favourites with link to bookmarksThibaut Girka
2020-02-22Fix navigation panelThibaut Girka
2020-02-22Restore navigation bar position glitch-soc settingThibaut Girka
2020-02-22Use forceSingleColumn only in automatic layout modeThibaut Girka
2020-02-22Add app settings link to single-column modeThibaut Girka
2020-02-22[Glitch] Add profile directory link to single column navigation panelEugen Rochko
Port 6077eca240d3dc8765380c99896d85ab6e9c4ea9 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-02-22port glitch-soc@`1329308` to monsterfork: [Glitch] Improvement variable ↵Takeshi Umeda
height in single column layout Port d93b82af87de90eaa29eb54a423722fb9fb45b38 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-02-22[Glitch] Refactor footers in web UI into a single componentEugen Rochko
Port 451e5980b609eca5b20041963aca0098508475d7 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-02-22[Glitch] Improvements to the single column layoutEugen Rochko
Port 0e445ebb1392c8dbce320509d219f16c7c221406 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-02-22port glitch-soc@`d99a661` to monsterfork: [Glitch] Add responsive panels to ↵Eugen Rochko
the single-column layout Port 1e5532e693d9533ee37f553aeb191e284178fa52 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-02-22[Glitch] Various improvements to single column layoutEugen Rochko
Port 84dc21d55d8627182ce201baeddb6fbbdf8748c2 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-02-22port glitch-soc@`610b4b4` to monsterfork: [Glitch] Add single-column modeEugen Rochko
Port 9ddeb30f90f9402eb567c88354d4956fcfdf0361 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-02-21Fix audio modal closing immediatelyThibaut Girka
2020-02-21[Glitch] Fix audio attachments opening in video modal from media tab in web UIEugen Rochko
Port c9b8ba50f8ad46e2f7821bb36af0c85e4b9a29df to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-02-21Move “export” before decoratorsThibaut Girka
As this is what upstream does. See also https://github.com/tc39/proposal-decorators/issues/69
2020-01-15fix "leading decorators must be attached to a class declaration"multiple creatures
2019-12-21add option to set mutes that apply only to timelinesmultiple creatures
2019-11-19Add option to display a warning before boosting toots lacking media descriptionsThibaut Girka
2019-11-19[Glitch] Add keyboard shortcut to hide/show mediaThibaut Girka
Port a472190729782f31731674c626c07af483fe9c7f and 988342a56cb58da9ac660eec3e55c3bcbbd6269b to glitch-soc
2019-05-21Split boosts/repeats off to their own tab and add to the API.multiple creatures
2019-05-21sort tab bar ordermultiple creatures
2019-05-10[Glitch] Add confirm modal for unboosting tootsAurélien Reeves
Port fe8a8f779e36e25286b6a7ddc7bcd08e2a4e2890 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-05-04[Glitch] Add button to view context to media modalEugen Rochko
Port eb63217210b0ab85ff1fcca9506d5e7931382a56 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-05-04[Glitch] Add blurhashEugen Rochko
Port front-end changes from fba96c808d25d2fc35ec63ee6745a1e55a95d707 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-05-03Fix crash in onboarding modalThibaut Girka
Fixes #1027
2019-05-01Add high color privacy iconsThibaut Girka
Fixes #1015
2019-04-28Add keyboard shortcut to collapse/uncollapse tootsThibaut Girka
2019-04-28Add hotkey for bookmarking a tootThibaut Girka
2019-04-22[Glitch] Fix modal items cannot scroll on touch deviceskedama
Port d763d39d2628bef123cdc801b2a3a3922b7e37f2 to glitch-soc
2019-04-22features/composer/index.js → ComposeFormThibaut Girka
2019-04-22DrawerAccount → NavigationBar + NavigationContainerThibaut Girka
2019-04-22Move DrawerSearch to Search + SearchContainerThibaut Girka
2019-04-22Rename flavours/glitch/features/drawer to flavours/glitch/features/composeThibaut Girka
2019-04-17Shift+click on column Back button to return to last pinable columnThibaut Girka
2019-04-17When selecting a toot via keyboard, ensure it is scrolled into viewThibaut Girka
2019-03-26[Glitch] Add a “Block & Report” button to the block confirmation dialogThibG
Port 6df4a8296996181d56a22535b86830c0ab56086e to glitch-soc
2019-02-18[Glitch] Internationalize unexpected error messageThibaut Girka
Port 4e71b104e6d5f02069120c7a56b26888c6f0fef5 to glitch-soc, fixing a crash in the process
2019-02-10[Glitch] Rename from instance to server.Thibaut Girka
Port 46e806cd2f14a5e45d66b4c23040855202818984 to glitch-soc
2019-02-10[Glitch] Allow multiple files upload through web UI, including drag & dropThibaut Girka
Port 750c67660de753065ec160b4e389ba0dda2f81cc to glitch-soc
2019-02-10[Glitch] Add missing rejection handling for PromisesThibaut Girka
Port missing parts from 2c51bc0ca5a4c3a4bb140b4b40dabdda859ebb94 to glitch-soc
2019-02-03Minor description correctionsMarek Ľach
2019-01-20[Glitch] Hide floating action button on search and getting started pagesThibaut Girka
Port 30af4ee65ff43c17d6f7b1b64d6bf1d8699f37c8 to glitch-soc
2019-01-20Allow event defaults on index for text data transfer (#9840)tmm576
2019-01-16[Glitch] make draggingOver state off correctlyThibaut Girka
Port d6433b393162bcfd7c6cfaf18abb9d6b6f6aef11 to glitch-soc
2019-01-05Add local setting to disable swipe-to-change-columnsThibaut Girka
2019-01-02[Glitch] Update dependencies for Node.js (2018-12-31)Thibaut Girka
Port compatibility changes from 8f5fdab5bf681ff45a07965940bc45c9061a2f89 to glitch-soc