about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/util/initial_state.js
AgeCommit message (Collapse)Author
2020-02-22[Glitch] Add option to disable blurhash previewsThibG
Port 3086c645fde2345d34e401bdf3e2f19f19da3294 to glitch-soc
2020-02-22Default to multiple column mode if backend doesn't have appropriate setingThibaut Girka
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>
2019-05-21more local-only optionsmultiple creatures
2019-05-21actually add defaultLocal state (oops)multiple creatures
2019-05-17Export fallback content type and use it as default in WebUIThibaut Girka
2019-03-06Use server-provided poll limits instead of hardcoded onesThibaut Girka
Also does not enable polls if no limits are provided by the server
2018-12-20[Glitch] Display customized mascot in web UIThibaut Girka
Port relevant parts of 9d4541c612b506889675c4c19ced5cd17ad3710f to glitch-soc
2018-10-31[Glitch] Port some of upstream's getting started footer linksThibaut Girka
2018-10-01[Glitch] Add support for new display_media settingThibaut Girka
Port f7a6f9489da9b2a1820366654df47b8a52f5c5bc to glitch-soc [API] [vanilla required] [glitch-soc optional] initial_state show_sensitive_media boolean changed to show_media string with options "default", "hide_all", "show_all"
2018-09-03Let the front-end know the current account is a moderatorThibaut Girka
2018-08-31[Glitch] When search enabled, display hint in search popoutThibaut Girka
Port 7901f9f63e156732ab10154c34f3c2d188471a9d to glitch-soc
2018-04-14[Glitch] Handle preference to always display sensitive mediaThibaut Girka
Port the UI part of 76f3d5d16be2fb97d2252909589510165ec05e12 to glitch-soc
2018-01-08When pulling out max_toot_chars, handle nullsDavid Yip
flavours/glitch/util/initial_state is used in places where we want to exhibit different behavior based on user preferences. This means that it's used in places where no preference is defined, i.e. on an unauthenticated access. All values exported from that module must therefore expect that case; previously, the max chars value didn't. Addresses #306.
2018-01-06appease eslintbeatrix
2018-01-06Read max_toot_chars from root object. Fixes #297.David Yip
max_toot_chars is present in the root of the initial state object. (Previously, we were trying to read it from the meta child object.)
2018-01-04WIPgit status <Compose> Refactor; <Composer> ed.kibigo!
2017-12-09add initial components based off of tootsuite pr #1507cwm
2017-12-03Rename themes -> flavours ? ?kibigo!