Skip to content

Commit cf2cb42

Browse files
committed
add Home Page
1 parent 80fc86d commit cf2cb42

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+3727
-575
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Cargo.lock
1313
# MSVC Windows builds of rustc generate these, which store debugging information
1414
*.pdb
1515

16+
# Some rustc backtrace file
17+
rustc-ice-*
18+
1619
/frontend/dist
1720
/.cargo/.build
1821
/.cargo/tmp

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ Bob Management GUI changelog
1313
- Logger Initialization (#14)
1414
- Login Page, backend (#16)
1515
- Login Page, frontend (#17)
16+
- Home page, backend (#18)
17+
- Home page, frontend (#22)

0 commit comments

Comments
 (0)