fix: redirects and exporting logic for desktop icon by sokumon [frappe] PR#34818
From: https://github.com/frappe/frappe/pull/34818
Date: 2025-11-21 14:07:05+05:30
- fix(sidebar): show collpase button after discard is clicked
- fix: add a seperate redirect for app to desk
- fix: export productivity icon
- fix: check in_import before exporting
- fix: choose app from workspace itself
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-34818
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-34818
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease