Commit graph

7 commits

Author SHA1 Message Date
Muhammad Nauman Raza 47fff28f23 chore(frontend): restructure modules 2023-08-05 12:45:59 +01:00
Abdulmujeeb Raji a1f6d8fe7f feat(frontend): get login token from server
As of right now, we don't actually do anything with the token. But at
least we're actually able to get it. 😅

Caveats in implementation:
- UI now needs a pointer to player
- .env is now required for server auth (mentioned in README.md)
2023-08-04 14:55:53 +01:00
Muhammad Nauman Raza 29aa823a0f feat(frontend): login interface boilerplate 2023-07-31 13:57:50 +01:00
Muhammad Nauman Raza dba75dde1b feat(frontend): FiraCode as a default font as well as more fonts 2023-07-27 20:42:48 +01:00
Muhammad Nauman Raza f9294eb780 hotfix(frontend): chat window overlapping everything
The chat window is now a simple container within the left bar
2023-07-27 13:43:03 +01:00
Muhammad Nauman Raza c2d608e0e0 chore(frontend): move chat window to left bar (still draggable) 2023-07-27 13:21:43 +01:00
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