docbrown/app/javascript/chat
Ali Spittel 52c60ce37e Feature/refactored onboarding (#3333)
* set up refactored onboarding

* create onboarding page

* add in first slide and change slide functionality

* fix test suite

* profile refactor

* profile refactor

* refactor to api

* add checkbox fields

* add checkbox fields

* remove puts

* add basic css

* add styling

* add redirect

* hide back and next at first and last slides

* test refactored onboarding

* test refactored onboarding

* remove article edits

* Fix schema

* Add deleted file back in

* Add default value for checked_t&c column

* Adjust HTML structure to keep nav buttons in place

* Fix ESLint issues on Onboarding.jsx file

* Handling for undefined or empty followedTags on getUserTags

* Fix codeclimate issues

* Fix codeclimate issues

* Fix more codeclimate issues

* Fix more codeclimate issues

* Update Onboarding snapshots

* Uncheck the CoC and T&C checkboxes on render

* Update snapshots

* Return false instead of raising error

* Update spec to use new onboarding

* Redirect to onboarding if haven't seen it yet

* Prevent redirect to onboarding from /signout_confirm

* Use assign_attributes instead of saving twice

* Move COC and T&C checkbox page to second slide

* Add 'go back to original page' functionality

* Reuse ready prototype logic

* Keep track of the last visited onboarding page

* Fix email subscription bug

* Fix overflow issue for tags page

* Remove height to prevent page container scrolling

* Check for CoC and T&C for displaying onboarding

* Add InstantClick redirect and preserve referrer in client

* Fix async update + check by using localStorage

* Turn off onboarding for tests

* Finalize design for onboarding

* Finalize design for onboarding

* Make bulk follows during onboarding

* Fix bulk follow test
2019-07-26 15:53:32 -04:00
..
__mocks__ Fix some frontend linting issues (#2495) [ci skip] 2019-04-19 10:58:21 -04:00
__tests__ [WIP] Connect misc improvements/debugs (#2880) 2019-05-20 10:08:51 -04:00
messages Update Chat (#342) 2018-05-23 09:10:00 -04:00
actions.js Feature/refactored onboarding (#3333) 2019-07-26 15:53:32 -04:00
alert.jsx Update chat app's features (#204) 2018-04-16 13:20:12 -07:00
article.jsx Feature/refactored onboarding (#3333) 2019-07-26 15:53:32 -04:00
channelDetails.jsx Feature/refactored onboarding (#3333) 2019-07-26 15:53:32 -04:00
channels.jsx Feature/refactored onboarding (#3333) 2019-07-26 15:53:32 -04:00
chat.jsx Feature/refactored onboarding (#3333) 2019-07-26 15:53:32 -04:00
codeEditor.jsx REF: React eslint (#2432) 2019-04-16 17:28:19 -04:00
compose.jsx REF: React eslint (#2432) 2019-04-16 17:28:19 -04:00
content.jsx [WIP] Connect misc improvements/debugs (#2880) 2019-05-20 10:08:51 -04:00
githubRepo.jsx Feature/refactored onboarding (#3333) 2019-07-26 15:53:32 -04:00
message.jsx Modify social share button and functionality (#2316) 2019-04-06 14:49:52 -04:00
userDetails.jsx Feature/refactored onboarding (#3333) 2019-07-26 15:53:32 -04:00
util.js Restructure pack files part I (#377) 2018-08-29 12:59:20 -04:00
video.jsx Feature/refactored onboarding (#3333) 2019-07-26 15:53:32 -04:00
view.jsx REF: React eslint (#2432) 2019-04-16 17:28:19 -04:00