-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
75bcfca
commit 4d31a37
Showing
6 changed files
with
40 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,21 @@ | ||
<router-outlet></router-outlet> | ||
|
||
<ng-template #breadcrumb> | ||
<nav class="flex" aria-label="Breadcrumb"> | ||
<ol class="inline-flex items-center space-x-1 md:space-x-2 rtl:space-x-reverse"> | ||
<li class="inline-flex items-center"> | ||
<a href="#" class="inline-flex items-center text-sm font-medium text-gray-700 hover:text-blue-600 dark:text-gray-400 dark:hover:text-white"> | ||
<svg class="w-3 h-3 me-2.5" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20"> | ||
<path d="m19.707 9.293-2-2-7-7a1 1 0 0 0-1.414 0l-7 7-2 2a1 1 0 0 0 1.414 1.414L2 10.414V18a2 2 0 0 0 2 2h3a1 1 0 0 0 1-1v-4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v4a1 1 0 0 0 1 1h3a2 2 0 0 0 2-2v-7.586l.293.293a1 1 0 0 0 1.414-1.414Z"/> | ||
</svg> | ||
Home | ||
</a> | ||
</li> | ||
<li> | ||
<div class="flex items-center"> | ||
<svg class="rtl:rotate-180 w-3 h-3 text-gray-400 mx-1" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 6 10"> | ||
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m1 9 4-4-4-4"/> | ||
</svg> | ||
<a href="#" class="ms-1 text-sm font-medium text-gray-700 hover:text-blue-600 md:ms-2 dark:text-gray-400 dark:hover:text-white">Context</a> | ||
</div> | ||
</li> | ||
<li aria-current="page"> | ||
<div class="flex items-center"> | ||
<svg class="rtl:rotate-180 w-3 h-3 text-gray-400 mx-1" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 6 10"> | ||
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m1 9 4-4-4-4"/> | ||
</svg> | ||
<span class="ms-1 text-sm font-medium text-gray-500 md:ms-2 dark:text-gray-400"> | ||
<mix-db-context-select | ||
[size]="'s'" | ||
(selectedItemChange)="uiStore.changeSelected($event)" | ||
></mix-db-context-select> | ||
</span> | ||
</div> | ||
</li> | ||
</ol> | ||
</nav> | ||
<mix-breadcrumbs> | ||
<div name="Home" icon="home" mixBreadcrumbItem></div> | ||
|
||
<div | ||
name="Home" | ||
icon="home" | ||
mixBreadcrumbItem | ||
[templateRef]="contextSelect" | ||
> | ||
<ng-template #contextSelect> | ||
<mix-db-context-select | ||
[size]="'s'" | ||
(selectedItemChange)="uiStore.changeSelected($event)" | ||
></mix-db-context-select> | ||
</ng-template> | ||
</div> | ||
</mix-breadcrumbs> | ||
</ng-template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4d31a37
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
mix-portal-angular – ./
mix-portal-angular-mixcore.vercel.app
admin.mixcore.dev
mix-portal-angular.vercel.app
studio.mixcore.net
mix-portal-angular-git-master-mixcore.vercel.app