Add the ability to add users #8

Closed
jkassman wants to merge 0 commits from jak-user into main
Owner
No description provided.
matkam7 was assigned by jkassman 2023-12-09 21:52:48 -05:00
jkassman added 1 commit 2023-12-09 21:52:49 -05:00
Add the ability to add users
All checks were successful
Build Crate / build (push) Successful in 3m25s
01eaf059dd
matkam7 added this to the Pool Elo 1.0 project 2023-12-09 21:57:25 -05:00
matkam7 requested changes 2023-12-09 22:06:31 -05:00
matkam7 left a comment
Owner

Great start

Great start
@@ -35,1 +35,4 @@
#[derive(Serialize, Deserialize, Clone, Debug)]
pub struct UserList{
pub users: Vec<String>,
Owner

Should be a struct

Should be a struct
jkassman reviewed 2023-12-09 22:07:49 -05:00
@@ -57,3 +79,3 @@
Layout(title = "Add Game Results") {
div (class = "flex flex-wrap") {
input (bind:value = state.name,
select {
Author
Owner

I'll remove this; experimentation slipped in

I'll remove this; experimentation slipped in
matkam7 closed this pull request 2024-08-18 14:39:29 -04:00
Some checks are pending
Build Crate / build (push) Successful in 3m25s
build
Required

Pull request closed

Sign in to join this conversation.
No description provided.