Skip to content

Commit

Permalink
Working on sidebar and fixing build for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
NateTheDev1 committed Sep 18, 2022
1 parent 9cda874 commit d12b7a3
Show file tree
Hide file tree
Showing 19 changed files with 1,496 additions and 962 deletions.
20 changes: 10 additions & 10 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

- Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution. \* Neither the name of the <organization> nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
- Redistribution of this software in source or binary forms shall be free
of all charges or fees to the recipient of this software.
- Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution. \* Neither the name of the <organization> nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
- Redistribution of this software in source or binary forms shall be free
of all charges or fees to the recipient of this software.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
DISCLAIMED. IN NO EVENT SHALL Nathaniel Richards BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
Expand Down
1,123 changes: 758 additions & 365 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
"tauri": "npm run setup && tauri"
},
"dependencies": {
"@tauri-apps/api": "^1.0.2",
"@tauri-apps/api": "^1.1.0",
"eventemitter3": "^4.0.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-modal": "^3.15.1",
"react-select": "^5.4.0",
"react-tooltip": "^4.2.21",
"recoil": "^0.7.5",
"style-it": "^2.1.4",
Expand All @@ -31,6 +32,7 @@
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-modal": "^3.13.1",
"@types/react-select": "^5.0.1",
"@types/react-tooltip": "^4.2.4",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^2.0.0",
Expand All @@ -43,4 +45,4 @@
"vite": "^3.0.2",
"watch": "^1.0.2"
}
}
}
9 changes: 8 additions & 1 deletion resources/themes/[PLUTO_DARK].json
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,16 @@
},
{
"id": "nav-button-bar-container",
"defaultThemeSettings": {
"defaultThemeSettings": {},
"hover": {
"borderLeft": "2px solid #FE9833"
}
},
{
"id": "nav-button-bar-button",
"defaultThemeSettings": {
"stroke": "white"
}
}
]
}
Loading

0 comments on commit d12b7a3

Please sign in to comment.