seporaitis / lhl

Linux Ham Log - an attempt to write modern terminal linux ham radio logging application from scratch
0 stars 0 forks source link

Refactor messy qso list code into qsoListComponent #16

Closed seporaitis closed 5 years ago

seporaitis commented 5 years ago

Part of #1

Following up on #15 convert qso list code into a separate component.

This leaves only handling of new qso submission in main - it requires interaction between qsoFormComponent and qsoListComponent. I do not yet have a solution to this problem, so leaving it there, but it should be solved soon.