Skip to content

Commit

Permalink
chore(all/myrecords): grey out unimplemented buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
tkohr committed Sep 26, 2024
1 parent ac0f1dd commit 31aad0f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,20 @@ <h1 class="text-[16px] text-main font-title font-bold" translate>
class="flex flex-row items-center mx-[32px] my-[16px] py-[8px] gap-[16px]"
>
<div>
<span class="uppercase" translate>dashboard.results.listMetadata</span>
<span
class="uppercase text-slate-300"
[title]="'editor.temporary.disabled' | translate"
translate
>dashboard.results.listMetadata</span
>
</div>
<div>
<span class="uppercase" translate>dashboard.results.listResources</span>
<span
class="uppercase text-slate-300"
[title]="'editor.temporary.disabled' | translate"
translate
>dashboard.results.listResources</span
>
</div>
<div class="grow"></div>
<gn-ui-button
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,18 @@ <h1 class="text-[16px] text-main font-title font-bold" translate>
class="flex flex-row items-center mx-[32px] my-[16px] py-[8px] gap-[16px]"
>
<div>
<span class="uppercase" translate
<span
class="uppercase text-slate-300"
[title]="'editor.temporary.disabled' | translate"
translate
>dashboard.myRecords.publishedMetadatas</span
>
</div>
<div>
<span class="uppercase" translate
<span
class="uppercase text-slate-300"
[title]="'editor.temporary.disabled' | translate"
translate
>dashboard.myRecords.currentlyEdited</span
>
</div>
Expand Down

0 comments on commit 31aad0f

Please sign in to comment.