lib/vue/apps/calendars/show.vue in lesli_calendar-0.2.1 vs lib/vue/apps/calendars/show.vue in lesli_calendar-0.2.2

- old
+ new

@@ -1,20 +1,34 @@ <script setup> /* -Copyright (c) 2023, all rights reserved. +Lesli -All the information provided by this platform is protected by international laws related to -industrial property, intellectual property, copyright and relative international laws. -All intellectual or industrial property rights of the code, texts, trade mark, design, -pictures and any other information belongs to the owner of this platform. +Copyright (c) 2023, Lesli Technologies, S. A. -Without the written permission of the owner, any replication, modification, -transmission, publication is strictly forbidden. +This program 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. -For more information read the license file including with this software. +This program 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 this program. If not, see http://www.gnu.org/licenses/. + +Lesli · Ruby on Rails SaaS Development Framework. + +Made with ♥ by LesliTech +Building a better future, one line of code at a time. + +@contact hello@lesli.tech +@website https://www.lesli.tech +@license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html + +// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ // · */ // · import vue tools @@ -40,11 +54,11 @@ storeCalendar.getCalendar() }) </script> <template> - <lesli-application-container dashboard> + <lesli-application-container> <lesli-header :title="date.dateWords()"> <div class="field has-addons m-0"> <div class="control"> <lesli-button icon="arrow_back_ios"> prev @@ -69,19 +83,11 @@ <lesli-button solid icon="add"> Add event </lesli-button> </lesli-header> - <div class="columns"> - <div class="column is-3"> - <component-agenda> - </component-agenda> - </div> - <div class="column"> - <component-calendar class="mt-4"> - </component-calendar> - </div> - </div> + <component-calendar class="mt-4"> + </component-calendar> <component-panel-event></component-panel-event> </lesli-application-container> </template>