Skip to content

Commit 4492042

Browse files
committed
version update, ready to publish
1 parent dd649c8 commit 4492042

File tree

14 files changed

+13
-49
lines changed

14 files changed

+13
-49
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sp-editor",
3-
"version": "7.0.4",
3+
"version": "7.1.0",
44
"private": true,
55
"homepage": ".",
66
"dependencies": {

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "SP Editor",
33
"homepage_url": "https://microsoftedge.microsoft.com/addons/detail/affnnhcbfmcbbdlcadgkdbfafigmjdkk",
4-
"version": "7.0.4",
4+
"version": "7.1.0",
55
"description": "Create and update SharePoint Online/SP2013/SP2016/SP2019 css/js files, inject files to web, manage web/list properties, list Webhook",
66
"manifest_version": 3,
77
"devtools_page": "devtools.html",

src/pages/fileexplorer/components/CustomNode.tsx

Lines changed: 0 additions & 32 deletions
This file was deleted.

src/pages/fileexplorer/components/types.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/pages/fileexplorer/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import { IonContent, IonPage } from '@ionic/react';
22
import Header from '../../components/header';
3-
import FolderTree from './components/FolderTree';
43
import LoadingSpinner from '../../components/loadingSpinner';
4+
import FolderTree from './components/foldertree';
55

66
const FileExplorer = () => {
77
return (
88
<IonPage>
9-
<Header title={'File Editor'} showOnLoad={false} headline='Header here' content='instructions here'/>
9+
<Header title={'File Editor'} showOnLoad={false} headline='' content=''/>
1010
<IonContent>
1111
<LoadingSpinner />
1212
<FolderTree />

src/pages/graphsdkconsole/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import GraphMSALPanel from './components/graphmsalpanel'
99
const GraphSDKConsole = () => {
1010
return (
1111
<IonPage>
12-
<Header title={'Graph SDK Console'} showOnLoad={false} headline='Header here' content='instructions here'/>
12+
<Header title={'Graph SDK Console'} showOnLoad={false} headline='' content=''/>
1313
<GraphSDKCommands />
1414
<IonContent>
1515
<LoadingSpinner />

src/pages/home/homePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const HomePage = () => {
1414

1515
return (
1616
<IonPage>
17-
<Header title={'Home'} showOnLoad headline='Header here' content='instructions here'/>
17+
<Header title={'Home'} showOnLoad headline='' content=''/>
1818
<IonContent>
1919
<section className='warning-text'>
2020
<div className='content' ref={content}>

src/pages/mgtconsole/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import MGTEditor from './components/mgteditor'
88
const MGTConsole = () => {
99
return (
1010
<IonPage>
11-
<Header title={'MGT React Playground'} showOnLoad={false} headline='Header here' content='instructions here'/>
11+
<Header title={'MGT React Playground'} showOnLoad={false} headline='' content=''/>
1212
<IonContent>
1313
<LoadingSpinner />
1414
<MGTEditor />

src/pages/pnpjsconsole/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import PnPjsEditor from './components/pnpjseditor'
88
const PnPjsConsole = () => {
99
return (
1010
<IonPage>
11-
<Header title={'PnPjs Console'} showOnLoad={false} headline='Header here' content='instructions here'/>
11+
<Header title={'PnPjs Console'} showOnLoad={false} headline='' content=''/>
1212
<IonContent>
1313
<LoadingSpinner />
1414
<PnPjsEditor />

src/pages/scriptlinks/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import ScriptLinkList from './components/scriptlinklist'
1010
const ScriptLinks = () => {
1111
return (
1212
<IonPage>
13-
<Header title={'ScriptLinks'} showOnLoad={false} headline='Header here' content='instructions here'/>
13+
<Header title={'ScriptLinks'} showOnLoad={false} headline='' content=''/>
1414
{/* Actions menu */}
1515
<ScriptLinkCommands />
1616
<IonContent>

0 commit comments

Comments
 (0)