How can I contribute to fixing the maximize/restore button behavior, and what specific issues were addressed in the recent fix (committed 5 days ago)? #43
-
How can I contribute to fixing the maximize/restore button behavior, and what specific issues were addressed in the recent fix (committed 5 days ago)? |
Beta Was this translation helpful? Give feedback.
Answered by
Ziqian-Huang0607
Oct 2, 2025
Replies: 1 comment
-
To contribute: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dailker
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To contribute:
1. Review commit
6940dda
insrc/components/Window.js
andsrc/components/Taskbar.js
.2. Reproduce issues at
6940dda^
.3. Enhance with animations or accessibility.
4. Test with
npm run dev:all
and submit a pull request.Fixed: Button toggling and taskbar rendering bugs.