Feat: add namecheck and tailwind css
This commit is contained in:
		| @@ -73,3 +73,11 @@ func MakeTestState() *UserState { | ||||
| 		Room:     room, | ||||
| 	} | ||||
| } | ||||
|  | ||||
| func InitState(username string) *UserState { | ||||
| 	return &UserState{ | ||||
| 		Username: username, | ||||
| 		Team:     UserTeamNone, | ||||
| 		Role:     UserRoleNone, | ||||
| 	} | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Grail Finder
					Grail Finder