SaptarshiSarkar12 / Drifty

Drifty is an Open-Source Interactive File Downloader System built with Java
https://saptarshisarkar12.github.io/Drifty/
Apache License 2.0
179 stars 129 forks source link

[BUG] Missing Dark Mode for "Manage Directories" window #604

Closed SaptarshiSarkar12 closed 3 months ago

SaptarshiSarkar12 commented 3 months ago

Describe the bug

The "Manage Directories" window in Drifty GUI, does not have dark mode support till now. Moreover, when the Help window (the Drifty GUI's Information window) is opened twice without the first window being closed, a new window opens. The former window becomes completely blank, and the second window shows up with the expected content.

Steps To Reproduce

For first issue of missing Dark Mode in Manage Directories window

  1. Open Drifty GUI
  2. Right click anywhere near the Directory: label. A small context menu appears. directory context menu
  3. Click on Manage Directories.
  4. A window opens up in light theme as shown below :point_down: image

For second issue of the Help window getting opened twice

  1. Open Drifty GUI
  2. Right click anywhere in the right side (in the download queue area) of the application. A context menu appears like this: image
  3. Click on Information. A Help window appears. image
  4. Without closing the current Help window, again follow the 2nd and 3rd step to open a new instance of the Help window. You can see that the first window becomes completely blank. image

Expected Behavior

The Manage Directories window must show dark theme in sync with the global theme applied. Moreover, a new Help window must not open when already one window is active.

Operating System / Environment

Linux 🐧

Screenshots

Missing dark mode in Manage Directories Duplicate Help window

Additional information

If anyone wants to work on this issue, please comment below.

github-actions[bot] commented 3 months ago

Hello 👋! Thank you very much for raising an issue 🙌! The maintainers will get back to you soon for discussion over the issue! 🚀

Meanwhile you can also discuss about the project in our Discord Server 😀

ziad-ashraf7 commented 3 months ago

hello mr. @SaptarshiSarkar12 , i would like to work on this issue : )

SaptarshiSarkar12 commented 3 months ago

@ziad-ashraf7 Hello Ziad :wave:! Thank you for your interest in working on this issue. I am assigning this issue to you.