about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/getting_started/index.js
AgeCommit message (Expand)Author
2020-02-22Add NavigationBar to getting started column in single-column modeThibaut Girka
2020-02-22[Glitch] Refactor footers in web UI into a single componentEugen Rochko
2020-02-22[Glitch] Fix wrong redirect from getting started to home in advanced Web UIHanage999
2020-02-22[Glitch] Improvements to the single column layoutEugen Rochko
2020-02-22port glitch-soc@`d99a661` to monsterfork: [Glitch] Add responsive panels to t...Eugen Rochko
2020-02-22port glitch-soc@`610b4b4` to monsterfork: [Glitch] Add single-column modeEugen Rochko
2019-02-10[Glitch] Rename from instance to server.Thibaut Girka
2018-12-23[Glitch] Remove links to bridge.joinmastodon.org (non-functional)Thibaut Girka
2018-11-19Move URLs to backend in their own fileThibaut Girka
2018-10-31[Glitch] Port some of upstream's getting started footer linksThibaut Girka
2018-10-07[Glitch] Change documentation URLThibaut Girka
2018-08-31[Glitch] Add aria-label to column regionsThibaut Girka
2018-08-16Fix one GettingStarted ColumnLink not having a keyThibaut Girka
2018-04-11Add glitch-soc front-end support for bookmarksThibaut Girka
2018-01-23add 'this.props' to fetchListscwm
2018-01-22remove unused openOnboardingModal from getting_startedcwm
2018-01-22merge tootsuite pr #6313 into glitchcwm
2018-01-09Refactor /api/web APIs to use the centralized axios instance (tootsuite pr #6...cwm
2018-01-09Use const instead of let for constant (tootsuite pr #6106)cwm
2018-01-05add key to lists divcwm
2018-01-05change how list ColumnLink keys are determinedcwm
2017-12-17missed a semicoloncwm
2017-12-17use makeMapStateToPropscwm
2017-12-12code style fixescwm
2017-12-12move list items into an array, don't unnecessarily concat misc nav itemcwm
2017-12-12travis fixescwm
2017-12-12add components to getting started columncwm
2017-12-09remove keyboard shortcuts from getting started because thats a different thingcwm
2017-12-08add keyboard shortcut to getting started, add missing list stylecwm
2017-12-08merged tootsuite pr #5811 into glitch flavourcwm
2017-12-03Rename themes -> flavours ? ?kibigo!