[FEAT] Finish auth and project saving
This commit is contained in:
@@ -30,13 +30,13 @@
|
||||
<i class="fas fa-clone"></i>
|
||||
</button>
|
||||
</Tooltip>
|
||||
|
||||
|
||||
<Tooltip text="New project">
|
||||
<button @click="$emit('open-new-project-modal')" class="w-8 h-8 rounded-lg flex items-center justify-center text-gray-500 hover:text-indigo-600 hover:bg-indigo-50 dark:hover:bg-indigo-900/30 transition-all">
|
||||
<i class="fas fa-plus"></i>
|
||||
</button>
|
||||
</Tooltip>
|
||||
|
||||
|
||||
<Tooltip text="My projects">
|
||||
<button @click="$emit('open-project-list')" class="w-8 h-8 rounded-lg flex items-center justify-center text-gray-500 hover:text-indigo-600 hover:bg-indigo-50 dark:hover:bg-indigo-900/30 transition-all">
|
||||
<i class="fas fa-folder-open"></i>
|
||||
@@ -56,4 +56,3 @@
|
||||
const projectStore = useProjectStore();
|
||||
const { isEditorActive } = useProjectManager();
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user