Skip to content

fix: misc UX fixes by ankush [frappe] PR#22173

Bot Dokos requested to merge ft-pr-22173 into develop

See https://github.com/frappe/frappe/pull/22173

Date: 2023-08-24T12:02:34+05:30

  • Merge pull request #22173 from ankush/onboarding_misc
  • fix: don't show report button if error is not reportable
  • fix: defer first tour until awesomebar is triggered
  • fix: remove onboarding widgets from mobile



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-22173

# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease

Merge request reports