31 changed files with 465 additions and 0 deletions
-
15components/dialog/AddPollDialog.vue
-
15components/dialog/AddQuestionDialog.vue
-
15components/dialog/EditPollDialog.vue
-
15components/dialog/EditQuestionDialog.vue
-
15components/dialog/FinalResultsViewDialog.vue
-
15components/dialog/LiveResultsViewDialog.vue
-
15components/dialog/StudentPollViewDialog.vue
-
15components/session/FinalResults.vue
-
15components/session/LiveResults.vue
-
15components/session/Question.vue
-
15components/workflow/HomeScreen.vue
-
15components/workflow/LoginForm.vue
-
15functions/api.js
-
15functions/apiconfig.js
-
15functions/helpers.js
-
15functions/index.js
-
15layouts/default.vue
-
15layouts/error.vue
-
15middleware/router-auth.js
-
15pages/index.vue
-
15pages/login.vue
-
15plugins/fireauth.js
-
15plugins/firebase/firebase.js
-
15plugins/firebase/firebase_config.js.sample
-
15plugins/vue-chartjs.js
-
15plugins/vuetify.js
-
15store/index.js
-
15test/e2e/HomeScreen.test.js
-
15test/testconfig.js.sample
-
15test/unit/AuthMock.js
-
15test/unit/HomeScreen.spec.js
@ -1,3 +1,18 @@ |
|||
/* This file is part of Pollo. |
|||
|
|||
Pollo is free software: you can redistribute it and/or modify |
|||
it under the terms of the GNU General Public License as published by |
|||
the Free Software Foundation, either version 3 of the License, or |
|||
(at your option) any later version. |
|||
|
|||
Pollo 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 General Public License for more details. |
|||
|
|||
You should have received a copy of the GNU General Public License |
|||
along with Pollo. If not, see <https://www.gnu.org/licenses/>. */
|
|||
|
|||
module.exports = { |
|||
domain: '' |
|||
} |
Reference in new issue