On any address page, the copy button was adding some extra spacing. Fixed by removing some unecessary if rendering
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABC1d770f3a3338: [Explorer] fix copy address issue
run the app and see if the copy address button works properly
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
web/explorer/explorer-server/templates/pages/address.html | ||
---|---|---|
10 ↗ | (On Diff #37761) | It's indeed fixing the copy spacing issues, but it's also removing a feature since it won't display the etoken address anymore. |
161 ↗ | (On Diff #37761) | That's an unrelated change |
Comment Actions
reverting removing the if logic as it removed some functionaility. Trying adjusting the code spacing
Comment Actions
i tried adjusting the spacing in the code that is causing this but the linter wont allow it...
web/explorer/explorer-server/templates/pages/address.html | ||
---|---|---|
161 ↗ | (On Diff #37761) | I believe that was an auto format change... |