Layer selection (#166)

* Change arg to IconButton component

* Add basic layer selection mechanism

* Clean up print statements and add some comments

* Simplified the layer selection mechanism

* Remove redundant rule for 'no-param-reassign'

* Clean up frontend and and plumb selection flow to backend

* Update eslintrc

Co-authored-by: Dennis Kobert <dennis@kobert.dev>
This commit is contained in:
akshay1992kalbhor
2021-06-09 20:40:51 +02:00
committed by GitHub
co-authored by Dennis Kobert
parent 8fa4b86d48
commit 981f138812
3 changed files with 88 additions and 3 deletions
+2
View File
@@ -1,7 +1,9 @@
module.exports = {
root: true,
env: {
browser: true,
node: true,
es2020: true,
},
extends: ["plugin:vue/vue3-essential", "@vue/airbnb", "@vue/typescript/recommended", "plugin:prettier-vue/recommended", "prettier"],
parserOptions: {