style: added progressive disclosure to assets by khushi8112 [frappe] PR#44187
From: https://github.com/frappe/erpnext/pull/44187
Date: 2024-11-20 11:56:34+05:30
- style: move depreciation details to a new tab
- style: added progressive disclosure to assets
Diagnostics
pre-commit failed for source commit: e3d734c8907aab06e54e93356d50311d192e3937
[WARNING] top-level `default_stages` uses deprecated stage names (commit) which will be removed in a future version. run: `pre-commit migrate-config` to automatically fix this.
[WARNING] repo `https://github.com/pre-commit/pre-commit-hooks` uses deprecated stage names (commit, push) which will be removed in a future version. Hint: often `pre-commit autoupdate --repo https://github.com/pre-commit/pre-commit-hooks` will fix this. if it does not -- consider reporting an issue to that repo.
Found 1 error (1 fixed, 0 remaining).
1 file reformatted
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-44187
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-44187
# 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