Hide features that don't yet want to do.
This commit is contained in:
@@ -127,7 +127,8 @@ export default {
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
selectFilter: {
|
selectFilter: {
|
||||||
'Filter Type': ['Sequence', 'Attributes', 'Trace', 'Timeframes'],
|
// 'Filter Type': ['Sequence', 'Attributes', 'Trace', 'Timeframes'],
|
||||||
|
'Filter Type': ['Sequence', 'Trace', 'Timeframes'],
|
||||||
'Activity Sequence':['Have activity(s)', 'Start activity / End activity', 'Sequence'],
|
'Activity Sequence':['Have activity(s)', 'Start activity / End activity', 'Sequence'],
|
||||||
'Start & End': ['Start', 'End', 'Start & End'],
|
'Start & End': ['Start', 'End', 'Start & End'],
|
||||||
'Mode': ['Directly follows', 'Eventually follows'],
|
'Mode': ['Directly follows', 'Eventually follows'],
|
||||||
|
|||||||
@@ -8,11 +8,11 @@
|
|||||||
<button class="btn btn-sm btn-neutral mr-2" @click.prevent="logOut">
|
<button class="btn btn-sm btn-neutral mr-2" @click.prevent="logOut">
|
||||||
log out
|
log out
|
||||||
</button>
|
</button>
|
||||||
<figure>
|
<!-- <figure>
|
||||||
<router-link :to="'/member-area'">
|
<router-link :to="'/member-area'">
|
||||||
<IconMember class="w-8 h-8 fill-neutral-500"/>
|
<IconMember class="w-8 h-8 fill-neutral-500"/>
|
||||||
</router-link>
|
</router-link>
|
||||||
</figure>
|
</figure> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- Files Page: Search and Upload -->
|
<!-- Files Page: Search and Upload -->
|
||||||
<div class="flex justify-end items-center" v-if="navViewName === 'FILES'">
|
<div class="flex justify-end items-center" v-if="navViewName === 'FILES'">
|
||||||
<form role="search">
|
<!-- <form role="search">
|
||||||
<label for="searchFiles" class="mr-4 relative">
|
<label for="searchFiles" class="mr-4 relative">
|
||||||
<input type="search" id="searchFiles" placeholder="Search" class="px-5 py-2 w-72 rounded-full text-sm align-middle duration-300 border border-neutral-500 hover:border-neutral-300 focus:outline-none focus:ring focus:border-neutral-300">
|
<input type="search" id="searchFiles" placeholder="Search" class="px-5 py-2 w-72 rounded-full text-sm align-middle duration-300 border border-neutral-500 hover:border-neutral-300 focus:outline-none focus:ring focus:border-neutral-300">
|
||||||
<span class="absolute top-2 bottom-1.5 right-0.5 flex justify-center items-center gap-2">
|
<span class="absolute top-2 bottom-1.5 right-0.5 flex justify-center items-center gap-2">
|
||||||
@@ -31,13 +31,13 @@
|
|||||||
<label class="btn btn-sm btn-neutral cursor-pointer">
|
<label class="btn btn-sm btn-neutral cursor-pointer">
|
||||||
<input id="uploadFiles" class="hidden" type="file">
|
<input id="uploadFiles" class="hidden" type="file">
|
||||||
upload
|
upload
|
||||||
</label>
|
</label> -->
|
||||||
</div>
|
</div>
|
||||||
<!-- Other Page: Save and Download -->
|
<!-- Other Page: Save and Download -->
|
||||||
<!-- Save 有 data 跳重新命名,沒有 data 跳要不要儲存,沒有動都不跳 -->
|
<!-- Save 有 data 跳重新命名,沒有 data 跳要不要儲存,沒有動都不跳 -->
|
||||||
<div v-else class="space-x-4">
|
<div v-else class="space-x-4">
|
||||||
<button class="btn btn-sm" :class="[ disabledSave ? 'btn-disable' : 'btn-neutral']" :disabled="disabledSave" @click="saveModal">Save</button>
|
<button class="btn btn-sm" :class="[ disabledSave ? 'btn-disable' : 'btn-neutral']" :disabled="disabledSave" @click="saveModal">Save</button>
|
||||||
<button class="btn btn-sm btn-neutral">Download</button>
|
<!-- <button class="btn btn-sm btn-neutral">Download</button> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -58,8 +58,10 @@ export default {
|
|||||||
showNavbarBreadcrumb: false,
|
showNavbarBreadcrumb: false,
|
||||||
navViewData:
|
navViewData:
|
||||||
{
|
{
|
||||||
FILES: ['ALL', 'DISCOVER', 'COMPARE', 'DESIGN'],
|
// FILES: ['ALL', 'DISCOVER', 'COMPARE', 'DESIGN'],
|
||||||
DISCOVER: ['MAP', 'CONFORMANCE', 'PERFORMANCE', 'DATA']
|
FILES: ['ALL', 'DISCOVER'],
|
||||||
|
// DISCOVER: ['MAP', 'CONFORMANCE', 'PERFORMANCE', 'DATA']
|
||||||
|
DISCOVER: ['MAP']
|
||||||
},
|
},
|
||||||
navViewName: 'FILES',
|
navViewName: 'FILES',
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -19,13 +19,13 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<ul class="flex flex-col justify-center items-center">
|
<!-- <ul class="flex flex-col justify-center items-center">
|
||||||
<li class="inline-flex items-center justify-center border border-neutral-500 rounded-full w-9 h-9 cursor-pointer bg-neutral-50 drop-shadow hover:border-primary">
|
<li class="inline-flex items-center justify-center border border-neutral-500 rounded-full w-9 h-9 cursor-pointer bg-neutral-50 drop-shadow hover:border-primary">
|
||||||
<span class="material-symbols-outlined text-2xl text-neutral-500 hover:text-primary p-1.5">
|
<span class="material-symbols-outlined text-2xl text-neutral-500 hover:text-primary p-1.5">
|
||||||
highlight
|
highlight
|
||||||
</span>
|
</span>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul> -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Cytoscape Map -->
|
<!-- Cytoscape Map -->
|
||||||
|
|||||||
Reference in New Issue
Block a user