Inverted arrow icon behavior in expand/collapse state #179
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description:
The arrow icon used for expand/collapse is currently inverted. When the section is in a collapsed state, it shows an upward arrow (^), and when expanded, it shows a downward arrow (⌄).
Expected behavior:
Collapsed state → downward arrow (⌄)
Expanded state → upward arrow (^)
Attachment: Video demonstrating the current behaviour
Additional Comments: Same behaviour is observed in mobile device
@hodlbod, you can assign this issue to me.
I traced the issue to src/routes/settings/profile/+page.svelte:
The icon logic appears inverted; I can fix this and open a PR.