Implemented importing servers from CSV file

This commit is contained in:
Alejandro Celaya
2018-08-21 20:33:12 +02:00
parent ac52f55c5e
commit 9b063a4616
7 changed files with 140 additions and 67 deletions

View File

@@ -15,9 +15,6 @@ export class ColorGenerator {
constructor(storage) {
this.storage = storage;
this.colors = this.storage.get('colors') || {};
this.getColorForKey = this.getColorForKey.bind(this);
this.setColorForKey = this.setColorForKey.bind(this);
}
getColorForKey = key => {