Commit graph

8 commits

Author SHA1 Message Date
Muhammad Nauman Raza a8e3d0b291 refactor(frontend): everything
The player.go and ui.go files have been separated into their own
separate packages.
Additionally, all go.mod files have been modified to point to local
directories.

This change should not only clean up the frontend codebase, but also
make it easier to send/recieve data from the backend (at least
regarding the player)
2023-07-27 12:57:11 +01:00
Muhammad Nauman Raza 5e15a03c58 feat(ui): basic chat window initialised 2023-07-24 13:45:52 +01:00
Muhammad Nauman Raza ccbd906c6f chore(ui): add placeholder content for remaining tabs 2023-07-23 21:48:49 +01:00
Muhammad Nauman Raza 3cb0cc61d0 feat(ui): profile content within tabbar (within leftbar) 2023-07-23 21:37:24 +01:00
Muhammad Nauman Raza 769e90fa88 chore: font/face code improvement 2023-07-23 17:07:39 +01:00
Muhammad Nauman Raza 65c57d1d3e hotfix: bad code 2023-07-23 15:28:06 +01:00
Muhammad Nauman Raza 888bcb0404 feat(ui): tabbar within leftbar 2023-07-23 15:27:31 +01:00
Abdulmujeeb Raji 2ecb20ff3a refactor(fronten): user interface
- Moved user interface code to seperate file
- Added a simple wrapper over ebitenui.UI to allow storage of colors
and such

Hopefully this makes it possible for colors to be changed by users in
the future
2023-07-23 09:24:52 +01:00