

I’d rather focus on the UI issues which is my favorite area.
#REACT IMAGE RESIZE HOW TO#
I’ll skip over how we dealt with the other considerations because there are tons of solutions on the internet by talented people on how to address them. This was the satisfying feeling of developing.

But when I think about how we started and how we struggled, I am so happy with the result and proud of every stroke of code. It looks so simple when taking a screen capture like this because the output of developed application is already out in the world. The above figure is a screenshot of the developed tab panels.

When adding a new Panel, add 1 to the UntitleSeq value if the Panel with the same n value as UnitleSeq has not been deleted.When the Panel with the ’n’ value equal to the storage value of ‘UntitleSeq’ is deleted, reduce the value of ‘UntitleSeq’ by 1.Add a new Panel and at the same time label it ‘UntitleSeq 1’.So, we broke down the code writing process like this: We needed to know the number of panels that were not saved in the query panel. I wanted to add a query panel named Untitled- if an added query panel is not saved, similar to VSCode.
