Browse Source
even if the repo event doesn't exist there may be many issues and proposal that reference it so it makes sence to: 1. show the repo Menu with a count of proposals and issues 2. show the details within the address point 2. show the issues and proposals page with a warning RepoPageWrapper stops overwriting all content with error RepoHeader show warning RepoDetails show basic details from address point and a warningmaster
5 changed files with 205 additions and 166 deletions
@ -0,0 +1,17 @@ |
|||||||
|
<div role="alert" class="m-auto max-w-xl"> |
||||||
|
<div role="alert" class="alert alert-warning bg-yellow-300 m-auto mt-6"> |
||||||
|
<!-- https://icon-sets.iconify.design/ph/warning-fill/ --> |
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" |
||||||
|
class="h-6 w-6 shrink-0 stroke-current" |
||||||
|
viewBox="0 0 256 256"> |
||||||
|
<path |
||||||
|
fill="currentColor" |
||||||
|
d="M236.8 188.09L149.35 36.22a24.76 24.76 0 0 0-42.7 0L19.2 188.09a23.51 23.51 0 0 0 0 23.72A24.35 24.35 0 0 0 40.55 224h174.9a24.35 24.35 0 0 0 21.33-12.19a23.51 23.51 0 0 0 .02-23.72M120 104a8 8 0 0 1 16 0v40a8 8 0 0 1-16 0Zm8 88a12 12 0 1 1 12-12a12 12 0 0 1-12 12" |
||||||
|
/></svg |
||||||
|
> |
||||||
|
<div> |
||||||
|
<slot /> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
Loading…
Reference in new issue