docbrown/app
Julianna Tetreault 4d3237ecfb
Remove Setup Banner from Creator Onboarding Flow (#15310)
* Removes the 'Setup not complete' banner from the Creator Onboarding flow

* Chains the safe navigation operator to current_user in #creator_setup_mode?

* Replaces current_user with User.with_role(:creator) in creator_setup_mode?

* Checks for URL rather than path helper in #creator_setup_path?

* Consistently remove setup banner on the creator settings form

* Reverts changes to verify_setup_complete.rb

* Adds a setup-banner ID for removal of the gobal setup banner

* Replaces Rspec test with creatorSettings E2E test

* Wraps setup text in regex in creatorSettings.js.spec
2021-11-17 13:20:16 -07:00
..
assets Remove Setup Banner from Creator Onboarding Flow (#15310) 2021-11-17 13:20:16 -07:00
black_box Make Rubocop happy again (#14729) 2021-09-14 09:15:01 -05:00
components/admin/users Small change to make the tools section of member details mobile friendly. (#15159) 2021-10-22 18:47:20 +02:00
controllers Adding ability to block domains from registration (#15397) 2021-11-16 18:56:01 -05:00
decorators Theming cleanup (#15237) 2021-11-09 10:11:55 -05:00
errors When a user is blocked from commenting on an article, show correct error message (#15009) 2021-10-14 07:42:08 -06:00
helpers Remove unused assets (#15367) 2021-11-16 19:57:37 +01:00
javascript Fix timestamp typo (#15369) 2021-11-15 17:04:04 +00:00
lib Adding ability to block domains from registration (#15397) 2021-11-16 18:56:01 -05:00
liquid_tags Remove redundant freeze calls (#14596) 2021-08-26 10:01:08 -04:00
mailers Re-add dynamic delivery_method for ApplicationMailer (#13994) 2021-06-23 15:17:27 -04:00
models Remove broken link "events" from the admin sidebar (#15407) 2021-11-17 13:57:56 -06:00
policies When a user is blocked from commenting on an article, show correct error message (#15009) 2021-10-14 07:42:08 -06:00
queries Adds validations to avoid creating unnecessary PNs (#14621) 2021-08-31 15:00:30 -06:00
refinements Drop profile columns from user (#10707) 2020-12-03 08:14:38 +07:00
sanitizers Remove redundant freeze calls (#14596) 2021-08-26 10:01:08 -04:00
serializers Remove duplicated work display from header / profile work (#14210) 2021-07-30 12:28:40 +02:00
services Issue #9077 has already been resolved, added specs (#15342) 2021-11-17 11:27:50 +02:00
uploaders ✂✂✂ Remove events (#15062) 2021-10-15 09:31:08 -04:00
validators Remove redundant freeze calls (#14596) 2021-08-26 10:01:08 -04:00
view_objects Upgrade to Ruby 3.0.2 (#12103) 2021-08-25 14:26:33 -04:00
views Remove Setup Banner from Creator Onboarding Flow (#15310) 2021-11-17 13:20:16 -07:00
workers Add PGHero for more insights into the DB (#15073) 2021-11-05 12:25:02 -04:00