| @@ -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' | 'use strict' | ||||
| require('./check-versions')() | 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' | 'use strict' | ||||
| const chalk = require('chalk') | 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' | 'use strict' | ||||
| /* eslint-disable */ | /* 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' | 'use strict' | ||||
| require('./check-versions')() | 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' | 'use strict' | ||||
| const fs = require('fs') | 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 | // This service worker file is effectively a 'no-op' that will reset any | ||||
| // previous service worker registered for the same host:port combination. | // previous service worker registered for the same host:port combination. | ||||
| // In the production build, this file is replaced with an actual service worker | // In the production build, this file is replaced with an actual service worker | ||||
| @@ -14,4 +33,4 @@ self.addEventListener('activate', () => { | |||||
| windowClient.navigate(windowClient.url); | 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() { | (function() { | ||||
| 'use strict'; | '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' | 'use strict' | ||||
| const path = require('path') | 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' | 'use strict' | ||||
| const utils = require('./utils') | 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' | 'use strict' | ||||
| const path = require('path') | 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' | 'use strict' | ||||
| const fs = require('fs') | 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' | 'use strict' | ||||
| const fs = require('fs') | 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' | 'use strict' | ||||
| const merge = require('webpack-merge') | 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' | 'use strict' | ||||
| // see http://vuejs-templates.github.io/webpack for documentation. | // 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 = { | module.exports = { | ||||
| NODE_ENV: '"production"' | 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> | <!DOCTYPE html> | ||||
| <html lang="en"> | <html lang="en"> | ||||
| <head> | <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> | <template> | ||||
| <div id="app"> | <div id="app"> | ||||
| <header v-if="showHeader"> | <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> | <template> | ||||
| <div class="battleground" v-if="battleground"> | <div class="battleground" v-if="battleground"> | ||||
| <div class="battleground-background" :style="backgroundCss"/> | <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> | <template> | ||||
| <div class="hello"> | <div class="hello"> | ||||
| <h1>{{ msg }}</h1> | <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> | <template> | ||||
| <div | <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> | <template> | ||||
| <div class="map-selector"> | <div class="map-selector"> | ||||
| <h1 class="map-selector__title">Battleground Selector</h1> | <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> | <template> | ||||
| <div class="timer"> | <div class="timer"> | ||||
| <span v-if="displayHours">{{ hours }}:</span><span v-if="displayMinutes">{{ minutes }}</span><span>:{{ seconds }}</span> | <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 | * 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 | * 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 | * 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 | * 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 | // The Vue build version to load with the `import` command | ||||
| // (runtime-only or standalone) has been set in webpack.base.conf with an alias. | // (runtime-only or standalone) has been set in webpack.base.conf with an alias. | ||||
| import Vue from 'vue' | 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 Vue from 'vue' | ||||
| import Router from 'vue-router' | 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 | * 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 | * Otherwise, this code will be duplicated in each component in the final css file | ||||