jaiarobotics / jaiabot

Jaiabot source code
Other
20 stars 3 forks source link

feature/download-panel #801

Closed Moriarty777 closed 6 months ago

Moriarty777 commented 6 months ago

Made some changes to the UI.

Screenshot from 2024-02-20 13-29-59

Moriarty777 commented 6 months ago

Hey Eric just curious to your thinking behind removing this file. Did you consider importing this component into DownloadPanel.tsx?

  1. So my first thought was having all the DownloadPanel component related codes to be in the same file. That way debugging and adding new features in the future will be easy.
  2. I ran into some issues trying to integrate the DownloadQueue component into Download Panel component. The code structure didn't quite align with the accordion layout, so I had to make some adjustments to fit it in smoothly. In the end i thought rather than keep changing the download queue file i could directly integrate it into my component and make necessary changes as needed.