Skip to content

Commit

Permalink
Merge pull request #20 from opeolluwa/ui
Browse files Browse the repository at this point in the history
UI:refactor
  • Loading branch information
opeolluwa authored Sep 16, 2023
2 parents cfbf1ba + b2de12f commit de8a7b2
Show file tree
Hide file tree
Showing 22 changed files with 9,904 additions and 206 deletions.
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["tauri-apps.tauri-vscode", "rust-lang.rust-analyzer"]
}
10 changes: 4 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"cSpell.words": ["lettre", "sqlx"],
"workbench.colorCustomizations": {
"activityBar.background": "#462511",
"titleBar.activeBackground": "#613417",
"titleBar.activeForeground": "#FDFAF8"
}
"cSpell.words": [
"lettre",
"sqlx"
]
}
Loading

0 comments on commit de8a7b2

Please sign in to comment.