You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now TablePage and SeatPage are have a lot of reference to current table, like roundNotificationCaption, changeBetParametersNextGame and so on This unnecessary make TableView tightly coupled with TablePage and SeatPage. It is better remove such properties and change UI in such way, that each TableView could be presented independenctly and TablePage will prowide only shell for displaying and switching between TableView.
The text was updated successfully, but these errors were encountered:
Shoud we remove ALL tableview references? loading frozen opened nextGameInformation nextGameTypeInformation changeBetParametersNextGame changeGameTypeNextGame
First we should stop adding new properties, and remove recently added. Then other should be checked on the individual basis. You should always keep in mind that this is same code would be used in the mobile application version for some online product.
Right now TablePage and SeatPage are have a lot of reference to current table, like roundNotificationCaption, changeBetParametersNextGame and so on This unnecessary make TableView tightly coupled with TablePage and SeatPage. It is better remove such properties and change UI in such way, that each TableView could be presented independenctly and TablePage will prowide only shell for displaying and switching between TableView.
The text was updated successfully, but these errors were encountered: