Skip to content

Commit

Permalink
Creating MVP Website (#28)
Browse files Browse the repository at this point in the history
* added basic profile getter

Signed-off-by: danbugs <[email protected]>

* search working on frontend together with backend

Signed-off-by: danbugs <[email protected]>

* remove proxy

Signed-off-by: danbugs <[email protected]>

* started right-side display

Signed-off-by: danbugs <[email protected]>

* updated UI, fixed bug

Signed-off-by: danbugs <[email protected]>

* added a footer

Signed-off-by: danbugs <[email protected]>

* website moving forward

Signed-off-by: danbugs <[email protected]>

* added char images

Signed-off-by: danbugs <[email protected]>

* unstyled list view for tournament sets

Signed-off-by: danbugs <[email protected]>

* added some tests and got it passing on Windows

Signed-off-by: danbugs <[email protected]>

* fix favicon

Signed-off-by: danbugs <[email protected]>

* don't version control dist

Signed-off-by: danbugs <[email protected]>

---------

Signed-off-by: danbugs <[email protected]>
  • Loading branch information
danbugs authored Dec 23, 2023
1 parent 28b203c commit a168685
Show file tree
Hide file tree
Showing 221 changed files with 2,189 additions and 271 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[target.x86_64-pc-windows-msvc.pq]
rustc-link-search = ["C:\\Program Files\\PostgreSQL\\16\\lib"]
rustc-link-lib = ["libpq"]
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
**/target
test.out
test.out
frontend/dist
Loading

0 comments on commit a168685

Please sign in to comment.