ThreeCredits / ChitChat

ChitChat is an open source instant messaging server/client
GNU General Public License v3.0
4 stars 0 forks source link

GUI_Development better design and some fixes #17

Closed BrunoMontalto closed 1 year ago

BrunoMontalto commented 1 year ago

feat: server comunication to check if chat creation is succ essufl

chore: added types in classes attributes

fix: now chat previews and messages are both scrollable with mouse wheel

feat: chat preview of last message is now truncated if longer than 15 characters

feat: now Chat.append_message inserts messages in order

now the width of the side_panel is fixed

BrunoMontalto commented 1 year ago

I fixed some problems feat: previews updates after any message is received fix: now the error label shows up when chat creation is not successful feat: if chat creation is successful, the menu closes automatically