about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/getting_started/index.js
AgeCommit message (Expand)Author
2023-02-25[Glitch] Rename JSX files with proper `.jsx` extensionRenaud Chaput
2023-02-03[Glitch] Run eslint --fixClaire
2022-10-28fixup! [Glitch] Fix logged-out web UI on smaller screensClaire
2022-10-28[Glitch] Change public accounts pages to mount the web UIEugen Rochko
2022-10-28[Glitch] Add title to pages with missing title in Web UIYamagishi Kazutoshi
2022-10-28[Glitch] Fix logged-out web UI on smaller screensEugen Rochko
2022-10-11Rename flavours/glitch/util into flavours/glitch/utilsClaire
2022-10-11Move flavours/glitch/util/initial_state to flavours/glitch/initial_stateClaire
2022-10-08Change “Explore” tab to only provide search when trends are disabledClaire
2022-10-08[Glitch] Change the "Explore" icon from fa-globe to fa-hashtagmayaeh
2022-10-08[Glitch] Add menu column of explore to getting-startedmayaeh
2022-10-08[Glitch] Remove profile directory link from main navigation panelEugen Rochko
2021-09-26[Glitch] Change routing paths to use usernames in web UIEugen Rochko
2020-09-18Filter out mounted lists from “getting started” columnThibaut Girka
2019-10-06[Glitch] Fix scroll to top in single column UIEugen Rochko
2019-09-30[Glitch] Change silences to always require approval on followThibG
2019-09-02[Glitch] Add trends UI with admin and user settingsEugen Rochko
2019-08-31[Glitch] Add profile directory to web UIEugen Rochko
2019-08-29Remove sign out link from getting started columns, as it is already in the fo...Thibaut Girka
2019-06-20Add NavigationBar to getting started column in single-column modeThibaut Girka
2019-06-13[Glitch] Refactor footers in web UI into a single componentEugen Rochko
2019-06-13[Glitch] Fix wrong redirect from getting started to home in advanced Web UIHanage999
2019-06-13[Glitch] Improvements to the single column layoutEugen Rochko
2019-06-13[Glitch] Add responsive panels to the single-column layoutEugen Rochko
2019-06-13[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!