princekhunt / privateping

PrivatePing is a secure messaging application built on Python's Django framework, providing end-to-end encryption for messages exchanged between users.
https://privateping.bytespot.tech
MIT License
125 stars 30 forks source link

Fix issues and make improvements #46

Closed MetiUmashri closed 1 week ago

MetiUmashri commented 1 week ago

The ui enhancement suggested is working.
Issue no. #18

princekhunt commented 1 week ago
  1. Kindly add context {{request.user}} after greeting, that will display the username of user's account.
  2. The greet line should be one-lined.