Skip to content

Commit

Permalink
Merge pull request #21 from React-Vancouver/develop
Browse files Browse the repository at this point in the history
Upgrade studio
  • Loading branch information
AkimaLunar authored May 9, 2021
2 parents 3f2bf0f + 9976223 commit aa14b2b
Show file tree
Hide file tree
Showing 11 changed files with 2,942 additions and 2,419 deletions.
21 changes: 17 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Mac files
.DS_Store
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.yarn-integrity
.pnp/
.pnp.js

# Dependency directories
/node_modules
node_modules
node_modules/
jspm_packages/

# Build files
dist/

# Mac files
.DS_Store
9 changes: 3 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"workbench.colorCustomizations": {
"activityBar.background": "#3C186B",
"titleBar.activeBackground": "#542296",
"titleBar.activeForeground": "#FDFDFE"
}
}
"editor.tabSize": 2
}

4 changes: 2 additions & 2 deletions deskStructure.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import S from '@sanity/desk-tool/structure-builder';
import FaCompass from 'react-icons/lib/fa/compass';
import FaInfo from 'react-icons/lib/fa/info';
import { FaCompass, FaInfo } from 'react-icons/fa';


const hiddenDocuments = (document) =>
!['navigation', 'aside', 'seo', 'aboutUs'].includes(document.getId());
Expand Down
71 changes: 0 additions & 71 deletions dist/index.html

This file was deleted.

1 change: 0 additions & 1 deletion dist/static/css/main.css

This file was deleted.

Binary file removed dist/static/favicon.ico
Binary file not shown.
260 changes: 0 additions & 260 deletions dist/static/js/app.bundle.js

This file was deleted.

Loading

0 comments on commit aa14b2b

Please sign in to comment.