From f59e38392cbce9ab6d49c69a745e2a85ff9784c8 Mon Sep 17 00:00:00 2001 From: "robinwilliam.hundt" <robinwilliam.hundt@stud.uni-goettingen.de> Date: Sun, 5 Aug 2018 23:00:43 +0200 Subject: [PATCH] Renamed store files to .ts --- frontend/src/{api.js => api.ts} | 0 frontend/src/store/{actions.js => actions.ts} | 0 frontend/src/store/{getters.js => getters.ts} | 0 frontend/src/store/{grady_speak.js => grady_speak.ts} | 0 .../src/store/modules/{authentication.js => authentication.ts} | 0 .../{feedback-search-options.js => feedback-search-options.ts} | 0 .../feedback_list/{feedback-table.js => feedback-table.ts} | 0 frontend/src/store/modules/{student-page.js => student-page.ts} | 0 .../store/modules/{submission-notes.js => submission-notes.ts} | 0 frontend/src/store/modules/{subscriptions.js => subscriptions.ts} | 0 frontend/src/store/modules/{ui.js => ui.ts} | 0 frontend/src/store/{mutations.js => mutations.ts} | 0 .../{lastInteractionPlugin.js => lastInteractionPlugin.ts} | 0 frontend/src/util/{helpers.js => helpers.ts} | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename frontend/src/{api.js => api.ts} (100%) rename frontend/src/store/{actions.js => actions.ts} (100%) rename frontend/src/store/{getters.js => getters.ts} (100%) rename frontend/src/store/{grady_speak.js => grady_speak.ts} (100%) rename frontend/src/store/modules/{authentication.js => authentication.ts} (100%) rename frontend/src/store/modules/feedback_list/{feedback-search-options.js => feedback-search-options.ts} (100%) rename frontend/src/store/modules/feedback_list/{feedback-table.js => feedback-table.ts} (100%) rename frontend/src/store/modules/{student-page.js => student-page.ts} (100%) rename frontend/src/store/modules/{submission-notes.js => submission-notes.ts} (100%) rename frontend/src/store/modules/{subscriptions.js => subscriptions.ts} (100%) rename frontend/src/store/modules/{ui.js => ui.ts} (100%) rename frontend/src/store/{mutations.js => mutations.ts} (100%) rename frontend/src/store/plugins/{lastInteractionPlugin.js => lastInteractionPlugin.ts} (100%) rename frontend/src/util/{helpers.js => helpers.ts} (100%) diff --git a/frontend/src/api.js b/frontend/src/api.ts similarity index 100% rename from frontend/src/api.js rename to frontend/src/api.ts diff --git a/frontend/src/store/actions.js b/frontend/src/store/actions.ts similarity index 100% rename from frontend/src/store/actions.js rename to frontend/src/store/actions.ts diff --git a/frontend/src/store/getters.js b/frontend/src/store/getters.ts similarity index 100% rename from frontend/src/store/getters.js rename to frontend/src/store/getters.ts diff --git a/frontend/src/store/grady_speak.js b/frontend/src/store/grady_speak.ts similarity index 100% rename from frontend/src/store/grady_speak.js rename to frontend/src/store/grady_speak.ts diff --git a/frontend/src/store/modules/authentication.js b/frontend/src/store/modules/authentication.ts similarity index 100% rename from frontend/src/store/modules/authentication.js rename to frontend/src/store/modules/authentication.ts diff --git a/frontend/src/store/modules/feedback_list/feedback-search-options.js b/frontend/src/store/modules/feedback_list/feedback-search-options.ts similarity index 100% rename from frontend/src/store/modules/feedback_list/feedback-search-options.js rename to frontend/src/store/modules/feedback_list/feedback-search-options.ts diff --git a/frontend/src/store/modules/feedback_list/feedback-table.js b/frontend/src/store/modules/feedback_list/feedback-table.ts similarity index 100% rename from frontend/src/store/modules/feedback_list/feedback-table.js rename to frontend/src/store/modules/feedback_list/feedback-table.ts diff --git a/frontend/src/store/modules/student-page.js b/frontend/src/store/modules/student-page.ts similarity index 100% rename from frontend/src/store/modules/student-page.js rename to frontend/src/store/modules/student-page.ts diff --git a/frontend/src/store/modules/submission-notes.js b/frontend/src/store/modules/submission-notes.ts similarity index 100% rename from frontend/src/store/modules/submission-notes.js rename to frontend/src/store/modules/submission-notes.ts diff --git a/frontend/src/store/modules/subscriptions.js b/frontend/src/store/modules/subscriptions.ts similarity index 100% rename from frontend/src/store/modules/subscriptions.js rename to frontend/src/store/modules/subscriptions.ts diff --git a/frontend/src/store/modules/ui.js b/frontend/src/store/modules/ui.ts similarity index 100% rename from frontend/src/store/modules/ui.js rename to frontend/src/store/modules/ui.ts diff --git a/frontend/src/store/mutations.js b/frontend/src/store/mutations.ts similarity index 100% rename from frontend/src/store/mutations.js rename to frontend/src/store/mutations.ts diff --git a/frontend/src/store/plugins/lastInteractionPlugin.js b/frontend/src/store/plugins/lastInteractionPlugin.ts similarity index 100% rename from frontend/src/store/plugins/lastInteractionPlugin.js rename to frontend/src/store/plugins/lastInteractionPlugin.ts diff --git a/frontend/src/util/helpers.js b/frontend/src/util/helpers.ts similarity index 100% rename from frontend/src/util/helpers.js rename to frontend/src/util/helpers.ts -- GitLab