radiantlab / HDRICalibrationTool

A free, open-source cross-platform interface to help Radiance automate the merging of multiple LDR images into an HDR image.
GNU General Public License v3.0
4 stars 1 forks source link

Improve page.tsx layout #82

Closed stack461 closed 5 months ago

stack461 commented 6 months ago

I was a bit concerned about this in the beginning when we had about half as many lines of code in page.tsx but now it is pretty long and if there is going to be a team eventually taking over this project, I think that we need to make this code easier to navigate. I had given the idea previously of splitting each component and functionality into its own file but didn't know where to start. I have a better idea now on how to approach this but if there's something else we can do like structuring/labeling the code better, that works too.