Skip to content

Commit

Permalink
Merge pull request #36 from RyKilleen/add-auto-save
Browse files Browse the repository at this point in the history
feat(settings): add auto-save, tabs to settings
  • Loading branch information
RyKilleen authored Mar 10, 2022
2 parents b00e2e0 + b89fa0a commit 15e68a1
Show file tree
Hide file tree
Showing 6 changed files with 363 additions and 27 deletions.
274 changes: 272 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "brancato",
"version": "0.3.0",
"version": "0.4.0",
"private": true,
"dependencies": {
"@algolia/autocomplete-js": "^1.5.3",
"@algolia/autocomplete-theme-classic": "^1.5.3",
"@radix-ui/react-tabs": "^0.1.5",
"@tauri-apps/api": "^1.0.0-rc.2",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "brancato"
version = "0.3.0"
version = "0.4.0"
description = "A tool for stage-managing your life"
authors = ["Ryan Killeen"]
license = ""
Expand Down
3 changes: 1 addition & 2 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ div.inline-logo .smaller {
}

.App-header {
padding: 1rem;
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
Expand Down
Loading

0 comments on commit 15e68a1

Please sign in to comment.