Replies: 2 comments 1 reply
-
how about one more features calendar according to priority of the events like how urgent they are. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Am thiniking about making a 200px-250px left nav panel that may be a offcanvas drawer that has a bunch of features within it.
Here are my ideas, with their routing:
Group routes to /groups/feed/ or /g/ with a group id as groups/{group_id} may also hav its own chat with /groups/chat/ or groups/messages/ with some other features as well.
Chat Messages route to /messages/ (this is linked to the messages icon in the top bar)
Notifications route to /notifications/ (this is linked to the bell icon)
Feed routes to /feed/ (this is what you would see in the main / center panel)
Messages route to /inbox/ (this would be coming from ?)
Friends (a list of your contacts/friends) routes to /friends/
Events routes to /events/ (this ideally has panels for displaying a calendar of events)
Search routes to /search/ (this is results from the search bar)
This project uses Material UI // mui v5
Beta Was this translation helpful? Give feedback.
All reactions