Redid the template for profile, regist and siginin to better use the

components we have made and to use update function definition.
Changed the message system with SeasonedMessages. This means simpler
interaction and less duplicate code now that the messagesystem is a
separate component that both interface with.
This commit is contained in:
2019-10-21 00:22:37 +02:00
parent 031127fb1f
commit cde119592d
4 changed files with 205 additions and 122 deletions

View File

@@ -34,7 +34,6 @@ import Settings from '@/components/Settings.vue'
import SeasonedButton from '@/components/ui/SeasonedButton.vue'
import { getEmoji } from '@/api.js'
// import CreatedLists from './CreatedLists.vue'
export default {
components: { MoviesList, Settings, SeasonedButton },