Render the name and the uploaded date for each file in the gallery
66876e41c0
Clean up broken tests and clippy warnings
ee348c29cb
Render the name and the uploaded date for each file in the gallery
e96b8087e2
Add filenames to FileInfo and then set those filenames when creating the file
12df1f4b9b
Create an UnorderedList HTML container
Render the name and the uploaded date for each file in the gallery
savanni
created branch file-service/show-file-metadata in savanni/monorepo
2023-10-25 14:20:52 +00:00
ee348c29cb
Render the name and the uploaded date for each file in the gallery
e96b8087e2
Add filenames to FileInfo and then set those filenames when creating the file
12df1f4b9b
Create an UnorderedList HTML container
Set up a tree container that allows for some certain traversals
c2e34db79c
Map on the data within the node instead of the node itself
0fbfb4f1ad
Add a tree map operation
c2e78d7c54
Clean up some unnecessary references
2ceccbf38d
Remove the Clone constraint from T
fbf6a9e76e
Move the refcell to inside of the Node
Set up a tree container that allows for some certain traversals
c2e34db79c
Map on the data within the node instead of the node itself
0fbfb4f1ad
Add a tree map operation
c2e78d7c54
Clean up some unnecessary references
2ceccbf38d
Remove the Clone constraint from T
fbf6a9e76e
Move the refcell to inside of the Node
e814bb10f8
Reduce the recursion amount of parser Node to GameNode
ab78e3419d
Write the more semantic Game interpreter
b2063943e9
Work on child conversions and error handling
9ccad97e87
Convert the root game node
b0322facf4
Process GameResult, fix TimeLeft, and allow Pass moves
7d53854a98
Add date parsing
1eee8280f6
Parse GameType, BoardSize, VariationDisplay, and TimeLimit