@@ -1,3 +1,22 @@ | |||
/* | |||
* Copyright © 2021 Adrien Agez <adrien.agez@pm.me> | |||
* | |||
* This file is part of Nexus Timers. | |||
* | |||
* Nexus Timers is free software: you can redistribute it and/or modify | |||
* it under the terms of the GNU Affero General Public License as published by | |||
* the Free Software Foundation, either version 3 of the License, or | |||
* (at your option) any later version. | |||
* | |||
* Nexus Timers is distributed in the hope that it will be useful, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
* GNU Affero General Public License for more details. | |||
* | |||
* You should have received a copy of the GNU Affero General Public License | |||
* along with Nexus Timers. If not, see <https://www.gnu.org/licenses/>. | |||
*/ | |||
'use strict' | |||
require('./check-versions')() | |||
@@ -1,3 +1,22 @@ | |||
/* | |||
* Copyright © 2021 Adrien Agez <adrien.agez@pm.me> | |||
* | |||
* This file is part of Nexus Timers. | |||
* | |||
* Nexus Timers is free software: you can redistribute it and/or modify | |||
* it under the terms of the GNU Affero General Public License as published by | |||
* the Free Software Foundation, either version 3 of the License, or | |||
* (at your option) any later version. | |||
* | |||
* Nexus Timers is distributed in the hope that it will be useful, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
* GNU Affero General Public License for more details. | |||
* | |||
* You should have received a copy of the GNU Affero General Public License | |||
* along with Nexus Timers. If not, see <https://www.gnu.org/licenses/>. | |||
*/ | |||
'use strict' | |||
const chalk = require('chalk') | |||
@@ -1,3 +1,22 @@ | |||
/* | |||
* Copyright © 2021 Adrien Agez <adrien.agez@pm.me> | |||
* | |||
* This file is part of Nexus Timers. | |||
* | |||
* Nexus Timers is free software: you can redistribute it and/or modify | |||
* it under the terms of the GNU Affero General Public License as published by | |||
* the Free Software Foundation, either version 3 of the License, or | |||
* (at your option) any later version. | |||
* | |||
* Nexus Timers is distributed in the hope that it will be useful, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
* GNU Affero General Public License for more details. | |||
* | |||
* You should have received a copy of the GNU Affero General Public License | |||
* along with Nexus Timers. If not, see <https://www.gnu.org/licenses/>. | |||
*/ | |||
'use strict' | |||
/* eslint-disable */ | |||
@@ -1,3 +1,22 @@ | |||
/* | |||
* Copyright © 2021 Adrien Agez <adrien.agez@pm.me> | |||
* | |||
* This file is part of Nexus Timers. | |||
* | |||
* Nexus Timers is free software: you can redistribute it and/or modify | |||
* it under the terms of the GNU Affero General Public License as published by | |||
* the Free Software Foundation, either version 3 of the License, or | |||
* (at your option) any later version. | |||
* | |||
* Nexus Timers is distributed in the hope that it will be useful, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
* GNU Affero General Public License for more details. | |||
* | |||
* You should have received a copy of the GNU Affero General Public License | |||
* along with Nexus Timers. If not, see <https://www.gnu.org/licenses/>. | |||
*/ | |||
'use strict' | |||
require('./check-versions')() | |||
@@ -1,3 +1,22 @@ | |||
/* | |||
* Copyright © 2021 Adrien Agez <adrien.agez@pm.me> | |||
* | |||
* This file is part of Nexus Timers. | |||
* | |||
* Nexus Timers is free software: you can redistribute it and/or modify | |||
* it under the terms of the GNU Affero General Public License as published by | |||
* the Free Software Foundation, either version 3 of the License, or | |||
* (at your option) any later version. | |||
* | |||
* Nexus Timers is distributed in the hope that it will be useful, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
* GNU Affero General Public License for more details. | |||
* | |||
* You should have received a copy of the GNU Affero General Public License | |||
* along with Nexus Timers. If not, see <https://www.gnu.org/licenses/>. | |||
*/ | |||
'use strict' | |||
const fs = require('fs') | |||
@@ -1,3 +1,22 @@ | |||
/* | |||
* Copyright © 2021 Adrien Agez <adrien.agez@pm.me> | |||
* | |||
* This file is part of Nexus Timers. | |||
* | |||
* Nexus Timers is free software: you can redistribute it and/or modify | |||
* it under the terms of the GNU Affero General Public License as published by | |||
* the Free Software Foundation, either version 3 of the License, or | |||
* (at your option) any later version. | |||
* | |||
* Nexus Timers is distributed in the hope that it will be useful, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
* GNU Affero General Public License for more details. | |||
* | |||
* You should have received a copy of the GNU Affero General Public License | |||
* along with Nexus Timers. If not, see <https://www.gnu.org/licenses/>. | |||
*/ | |||
// This service worker file is effectively a 'no-op' that will reset any | |||
// previous service worker registered for the same host:port combination. | |||
// In the production build, this file is replaced with an actual service worker | |||
@@ -14,4 +33,4 @@ self.addEventListener('activate', () => { | |||
windowClient.navigate(windowClient.url); | |||
} | |||
}); | |||
}); | |||
}); |
@@ -1,3 +1,22 @@ | |||
/* | |||
* Copyright © 2021 Adrien Agez <adrien.agez@pm.me> | |||
* | |||
* This file is part of Nexus Timers. | |||
* | |||
* Nexus Timers is free software: you can redistribute it and/or modify | |||
* it under the terms of the GNU Affero General Public License as published by | |||
* the Free Software Foundation, either version 3 of the License, or | |||
* (at your option) any later version. | |||
* | |||
* Nexus Timers is distributed in the hope that it will be useful, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
* GNU Affero General Public License for more details. | |||
* | |||
* You should have received a copy of the GNU Affero General Public License | |||
* along with Nexus Timers. If not, see <https://www.gnu.org/licenses/>. | |||
*/ | |||
(function() { | |||
'use strict'; | |||
@@ -1,3 +1,22 @@ | |||
/* | |||
* Copyright © 2021 Adrien Agez <adrien.agez@pm.me> | |||
* | |||
* This file is part of Nexus Timers. | |||
* | |||
* Nexus Timers is free software: you can redistribute it and/or modify | |||
* it under the terms of the GNU Affero General Public License as published by | |||
* the Free Software Foundation, either version 3 of the License, or | |||
* (at your option) any later version. | |||
* | |||
* Nexus Timers is distributed in the hope that it will be useful, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
* GNU Affero General Public License for more details. | |||
* | |||
* You should have received a copy of the GNU Affero General Public License | |||
* along with Nexus Timers. If not, see <https://www.gnu.org/licenses/>. | |||
*/ | |||
'use strict' | |||
const path = require('path') | |||
@@ -1,3 +1,22 @@ | |||
/* | |||
* Copyright © 2021 Adrien Agez <adrien.agez@pm.me> | |||
* | |||
* This file is part of Nexus Timers. | |||
* | |||
* Nexus Timers is free software: you can redistribute it and/or modify | |||
* it under the terms of the GNU Affero General Public License as published by | |||
* the Free Software Foundation, either version 3 of the License, or | |||
* (at your option) any later version. | |||
* | |||
* Nexus Timers is distributed in the hope that it will be useful, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
* GNU Affero General Public License for more details. | |||
* | |||
* You should have received a copy of the GNU Affero General Public License | |||
* along with Nexus Timers. If not, see <https://www.gnu.org/licenses/>. | |||
*/ | |||
'use strict' | |||
const utils = require('./utils') | |||
@@ -1,3 +1,22 @@ | |||
/* | |||
* Copyright © 2021 Adrien Agez <adrien.agez@pm.me> | |||
* | |||
* This file is part of Nexus Timers. | |||
* | |||
* Nexus Timers is free software: you can redistribute it and/or modify | |||
* it under the terms of the GNU Affero General Public License as published by | |||
* the Free Software Foundation, either version 3 of the License, or | |||
* (at your option) any later version. | |||
* | |||
* Nexus Timers is distributed in the hope that it will be useful, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
* GNU Affero General Public License for more details. | |||
* | |||
* You should have received a copy of the GNU Affero General Public License | |||
* along with Nexus Timers. If not, see <https://www.gnu.org/licenses/>. | |||
*/ | |||
'use strict' | |||
const path = require('path') | |||
@@ -1,3 +1,22 @@ | |||
/* | |||
* Copyright © 2021 Adrien Agez <adrien.agez@pm.me> | |||
* | |||
* This file is part of Nexus Timers. | |||
* | |||
* Nexus Timers is free software: you can redistribute it and/or modify | |||
* it under the terms of the GNU Affero General Public License as published by | |||
* the Free Software Foundation, either version 3 of the License, or | |||
* (at your option) any later version. | |||
* | |||
* Nexus Timers is distributed in the hope that it will be useful, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
* GNU Affero General Public License for more details. | |||
* | |||
* You should have received a copy of the GNU Affero General Public License | |||
* along with Nexus Timers. If not, see <https://www.gnu.org/licenses/>. | |||
*/ | |||
'use strict' | |||
const fs = require('fs') | |||
@@ -1,3 +1,22 @@ | |||
/* | |||
* Copyright © 2021 Adrien Agez <adrien.agez@pm.me> | |||
* | |||
* This file is part of Nexus Timers. | |||
* | |||
* Nexus Timers is free software: you can redistribute it and/or modify | |||
* it under the terms of the GNU Affero General Public License as published by | |||
* the Free Software Foundation, either version 3 of the License, or | |||
* (at your option) any later version. | |||
* | |||
* Nexus Timers is distributed in the hope that it will be useful, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
* GNU Affero General Public License for more details. | |||
* | |||
* You should have received a copy of the GNU Affero General Public License | |||
* along with Nexus Timers. If not, see <https://www.gnu.org/licenses/>. | |||
*/ | |||
'use strict' | |||
const fs = require('fs') | |||
@@ -1,3 +1,22 @@ | |||
/* | |||
* Copyright © 2021 Adrien Agez <adrien.agez@pm.me> | |||
* | |||
* This file is part of Nexus Timers. | |||
* | |||
* Nexus Timers is free software: you can redistribute it and/or modify | |||
* it under the terms of the GNU Affero General Public License as published by | |||
* the Free Software Foundation, either version 3 of the License, or | |||
* (at your option) any later version. | |||
* | |||
* Nexus Timers is distributed in the hope that it will be useful, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
* GNU Affero General Public License for more details. | |||
* | |||
* You should have received a copy of the GNU Affero General Public License | |||
* along with Nexus Timers. If not, see <https://www.gnu.org/licenses/>. | |||
*/ | |||
'use strict' | |||
const merge = require('webpack-merge') | |||
@@ -1,3 +1,22 @@ | |||
/* | |||
* Copyright © 2021 Adrien Agez <adrien.agez@pm.me> | |||
* | |||
* This file is part of Nexus Timers. | |||
* | |||
* Nexus Timers is free software: you can redistribute it and/or modify | |||
* it under the terms of the GNU Affero General Public License as published by | |||
* the Free Software Foundation, either version 3 of the License, or | |||
* (at your option) any later version. | |||
* | |||
* Nexus Timers is distributed in the hope that it will be useful, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
* GNU Affero General Public License for more details. | |||
* | |||
* You should have received a copy of the GNU Affero General Public License | |||
* along with Nexus Timers. If not, see <https://www.gnu.org/licenses/>. | |||
*/ | |||
'use strict' | |||
// see http://vuejs-templates.github.io/webpack for documentation. | |||
@@ -1,3 +1,22 @@ | |||
/* | |||
* Copyright © 2021 Adrien Agez <adrien.agez@pm.me> | |||
* | |||
* This file is part of Nexus Timers. | |||
* | |||
* Nexus Timers is free software: you can redistribute it and/or modify | |||
* it under the terms of the GNU Affero General Public License as published by | |||
* the Free Software Foundation, either version 3 of the License, or | |||
* (at your option) any later version. | |||
* | |||
* Nexus Timers is distributed in the hope that it will be useful, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
* GNU Affero General Public License for more details. | |||
* | |||
* You should have received a copy of the GNU Affero General Public License | |||
* along with Nexus Timers. If not, see <https://www.gnu.org/licenses/>. | |||
*/ | |||
module.exports = { | |||
NODE_ENV: '"production"' | |||
} |
@@ -1,3 +1,22 @@ | |||
<!-- | |||
Copyright © 2021 Adrien Agez <adrien.agez@pm.me> | |||
This file is part of Nexus Timers. | |||
Nexus Timers is free software: you can redistribute it and/or modify | |||
it under the terms of the GNU Affero General Public License as published by | |||
the Free Software Foundation, either version 3 of the License, or | |||
(at your option) any later version. | |||
Nexus Timers is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
GNU Affero General Public License for more details. | |||
You should have received a copy of the GNU Affero General Public License | |||
along with Nexus Timers. If not, see <https://www.gnu.org/licenses/>. | |||
--> | |||
<!DOCTYPE html> | |||
<html lang="en"> | |||
<head> | |||
@@ -1,3 +1,22 @@ | |||
<!-- | |||
Copyright © 2021 Adrien Agez <adrien.agez@pm.me> | |||
This file is part of Nexus Timers. | |||
Nexus Timers is free software: you can redistribute it and/or modify | |||
it under the terms of the GNU Affero General Public License as published by | |||
the Free Software Foundation, either version 3 of the License, or | |||
(at your option) any later version. | |||
Nexus Timers is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
GNU Affero General Public License for more details. | |||
You should have received a copy of the GNU Affero General Public License | |||
along with Nexus Timers. If not, see <https://www.gnu.org/licenses/>. | |||
--> | |||
<template> | |||
<div id="app"> | |||
<header v-if="showHeader"> | |||
@@ -1,3 +1,22 @@ | |||
<!-- | |||
Copyright © 2021 Adrien Agez <adrien.agez@pm.me> | |||
This file is part of Nexus Timers. | |||
Nexus Timers is free software: you can redistribute it and/or modify | |||
it under the terms of the GNU Affero General Public License as published by | |||
the Free Software Foundation, either version 3 of the License, or | |||
(at your option) any later version. | |||
Nexus Timers is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
GNU Affero General Public License for more details. | |||
You should have received a copy of the GNU Affero General Public License | |||
along with Nexus Timers. If not, see <https://www.gnu.org/licenses/>. | |||
--> | |||
<template> | |||
<div class="battleground" v-if="battleground"> | |||
<div class="battleground-background" :style="backgroundCss"/> | |||
@@ -1,3 +1,22 @@ | |||
<!-- | |||
Copyright © 2021 Adrien Agez <adrien.agez@pm.me> | |||
This file is part of Nexus Timers. | |||
Nexus Timers is free software: you can redistribute it and/or modify | |||
it under the terms of the GNU Affero General Public License as published by | |||
the Free Software Foundation, either version 3 of the License, or | |||
(at your option) any later version. | |||
Nexus Timers is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
GNU Affero General Public License for more details. | |||
You should have received a copy of the GNU Affero General Public License | |||
along with Nexus Timers. If not, see <https://www.gnu.org/licenses/>. | |||
--> | |||
<template> | |||
<div class="hello"> | |||
<h1>{{ msg }}</h1> | |||
@@ -1,3 +1,22 @@ | |||
<!-- | |||
Copyright © 2021 Adrien Agez <adrien.agez@pm.me> | |||
This file is part of Nexus Timers. | |||
Nexus Timers is free software: you can redistribute it and/or modify | |||
it under the terms of the GNU Affero General Public License as published by | |||
the Free Software Foundation, either version 3 of the License, or | |||
(at your option) any later version. | |||
Nexus Timers is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
GNU Affero General Public License for more details. | |||
You should have received a copy of the GNU Affero General Public License | |||
along with Nexus Timers. If not, see <https://www.gnu.org/licenses/>. | |||
--> | |||
<template> | |||
<div | |||
@@ -1,3 +1,22 @@ | |||
<!-- | |||
Copyright © 2021 Adrien Agez <adrien.agez@pm.me> | |||
This file is part of Nexus Timers. | |||
Nexus Timers is free software: you can redistribute it and/or modify | |||
it under the terms of the GNU Affero General Public License as published by | |||
the Free Software Foundation, either version 3 of the License, or | |||
(at your option) any later version. | |||
Nexus Timers is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
GNU Affero General Public License for more details. | |||
You should have received a copy of the GNU Affero General Public License | |||
along with Nexus Timers. If not, see <https://www.gnu.org/licenses/>. | |||
--> | |||
<template> | |||
<div class="map-selector"> | |||
<h1 class="map-selector__title">Battleground Selector</h1> | |||
@@ -1,3 +1,22 @@ | |||
<!-- | |||
Copyright © 2021 Adrien Agez <adrien.agez@pm.me> | |||
This file is part of Nexus Timers. | |||
Nexus Timers is free software: you can redistribute it and/or modify | |||
it under the terms of the GNU Affero General Public License as published by | |||
the Free Software Foundation, either version 3 of the License, or | |||
(at your option) any later version. | |||
Nexus Timers is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
GNU Affero General Public License for more details. | |||
You should have received a copy of the GNU Affero General Public License | |||
along with Nexus Timers. If not, see <https://www.gnu.org/licenses/>. | |||
--> | |||
<template> | |||
<div class="timer"> | |||
<span v-if="displayHours">{{ hours }}:</span><span v-if="displayMinutes">{{ minutes }}</span><span>:{{ seconds }}</span> | |||
@@ -1,3 +1,22 @@ | |||
/* | |||
* Copyright © 2021 Adrien Agez <adrien.agez@pm.me> | |||
* | |||
* This file is part of Nexus Timers. | |||
* | |||
* Nexus Timers is free software: you can redistribute it and/or modify | |||
* it under the terms of the GNU Affero General Public License as published by | |||
* the Free Software Foundation, either version 3 of the License, or | |||
* (at your option) any later version. | |||
* | |||
* Nexus Timers is distributed in the hope that it will be useful, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
* GNU Affero General Public License for more details. | |||
* | |||
* You should have received a copy of the GNU Affero General Public License | |||
* along with Nexus Timers. If not, see <https://www.gnu.org/licenses/>. | |||
*/ | |||
/** | |||
* This file contains informations about all the battlegrounds of the game | |||
* It includes informations about all objectives and camps, and will define the layout of the battleground page | |||
@@ -1,3 +1,22 @@ | |||
/* | |||
* Copyright © 2021 Adrien Agez <adrien.agez@pm.me> | |||
* | |||
* This file is part of Nexus Timers. | |||
* | |||
* Nexus Timers is free software: you can redistribute it and/or modify | |||
* it under the terms of the GNU Affero General Public License as published by | |||
* the Free Software Foundation, either version 3 of the License, or | |||
* (at your option) any later version. | |||
* | |||
* Nexus Timers is distributed in the hope that it will be useful, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
* GNU Affero General Public License for more details. | |||
* | |||
* You should have received a copy of the GNU Affero General Public License | |||
* along with Nexus Timers. If not, see <https://www.gnu.org/licenses/>. | |||
*/ | |||
/** | |||
* This file contains informations about all objectives types in the game | |||
* They are separated in 2 arrays of objectives objects, one for mercenary camps and the other for map objectives | |||
@@ -1,3 +1,22 @@ | |||
/* | |||
* Copyright © 2021 Adrien Agez <adrien.agez@pm.me> | |||
* | |||
* This file is part of Nexus Timers. | |||
* | |||
* Nexus Timers is free software: you can redistribute it and/or modify | |||
* it under the terms of the GNU Affero General Public License as published by | |||
* the Free Software Foundation, either version 3 of the License, or | |||
* (at your option) any later version. | |||
* | |||
* Nexus Timers is distributed in the hope that it will be useful, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
* GNU Affero General Public License for more details. | |||
* | |||
* You should have received a copy of the GNU Affero General Public License | |||
* along with Nexus Timers. If not, see <https://www.gnu.org/licenses/>. | |||
*/ | |||
// The Vue build version to load with the `import` command | |||
// (runtime-only or standalone) has been set in webpack.base.conf with an alias. | |||
import Vue from 'vue' | |||
@@ -1,3 +1,22 @@ | |||
/* | |||
* Copyright © 2021 Adrien Agez <adrien.agez@pm.me> | |||
* | |||
* This file is part of Nexus Timers. | |||
* | |||
* Nexus Timers is free software: you can redistribute it and/or modify | |||
* it under the terms of the GNU Affero General Public License as published by | |||
* the Free Software Foundation, either version 3 of the License, or | |||
* (at your option) any later version. | |||
* | |||
* Nexus Timers is distributed in the hope that it will be useful, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
* GNU Affero General Public License for more details. | |||
* | |||
* You should have received a copy of the GNU Affero General Public License | |||
* along with Nexus Timers. If not, see <https://www.gnu.org/licenses/>. | |||
*/ | |||
import Vue from 'vue' | |||
import Router from 'vue-router' | |||
@@ -1,3 +1,20 @@ | |||
// Copyright © 2021 Adrien Agez <adrien.agez@pm.me> | |||
// | |||
// This file is part of Nexus Timers. | |||
// | |||
// Nexus Timers is free software: you can redistribute it and/or modify | |||
// it under the terms of the GNU Affero General Public License as published by | |||
// the Free Software Foundation, either version 3 of the License, or | |||
// (at your option) any later version. | |||
// | |||
// Nexus Timers is distributed in the hope that it will be useful, | |||
// but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
// GNU Affero General Public License for more details. | |||
// | |||
// You should have received a copy of the GNU Affero General Public License | |||
// along with Nexus Timers. If not, see <https://www.gnu.org/licenses/>. | |||
/** | |||
* Only add in this file pure sass code (like variables, functions and mixins) that don't get rendered | |||
* Otherwise, this code will be duplicated in each component in the final css file | |||