Skip to content

Commit

Permalink
Fixed issue #17935: See only general settings on global and group sur…
Browse files Browse the repository at this point in the history
…vey settings
  • Loading branch information
olleharstedt committed Mar 8, 2022
1 parent 002ebc5 commit 407ac02
Show file tree
Hide file tree
Showing 24 changed files with 12,522 additions and 0 deletions.
21 changes: 21 additions & 0 deletions assets/packages/globalsidepanel/.gitignore
@@ -0,0 +1,21 @@
.DS_Store
node_modules
/dist

# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
29 changes: 29 additions & 0 deletions assets/packages/globalsidepanel/README.md
@@ -0,0 +1,29 @@
# globalsidepanel

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn run serve
```

### Compiles and minifies for production
```
yarn run build
```

### Run your tests
```
yarn run test
```

### Lints and fixes files
```
yarn run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
5 changes: 5 additions & 0 deletions assets/packages/globalsidepanel/babel.config.js
@@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/app'
]
}
1 change: 1 addition & 0 deletions assets/packages/globalsidepanel/build.min/css/main.css

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

38 changes: 38 additions & 0 deletions assets/packages/globalsidepanel/build.min/js/globalsidepanel.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 407ac02

Please sign in to comment.