Compare commits

...

2 Commits

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1000" height="1000" viewBox="0 0 1000 1000">
<g fill="none" fill-rule="evenodd">
<rect width="1000" height="1000" fill="#F2F2F2"/>
<g transform="translate(50 50)">
<path fill="#F4B971" d="M532.39558,0.513361863 C556.792922,4.95668696 580.514429,11.3375464 603.394857,19.4906959 L589.844829,163.244927 C603.244149,169.791759 616.116675,177.250098 628.381657,185.539193 L746.039895,101.972551 C764.7269,117.883615 782.116385,135.2731 798.027449,153.960105 L714.460807,271.618343 C722.749902,283.883325 730.208241,296.755851 736.755073,310.155171 L880.50942,296.605469 C888.662498,319.485749 895.043308,343.207097 899.486611,367.604271 L768.201816,427.753794 C768.708159,435.103505 768.965517,442.521698 768.965517,450 C768.965517,457.478302 768.708159,464.896495 768.201816,472.246206 L899.486638,532.39558 C895.043313,556.792922 888.662454,580.514429 880.509304,603.394857 L736.755073,589.844829 C730.208241,603.244149 722.749902,616.116675 714.460807,628.381657 L798.027449,746.039895 C782.116385,764.7269 764.7269,782.116385 746.039895,798.027449 L628.381657,714.460807 C616.116675,722.749902 603.244149,730.208241 589.844829,736.755073 L603.394857,880.509304 C580.514429,888.662454 556.792922,895.043313 532.39558,899.486638 L472.246206,768.201816 C466.627802,768.588884 460.969379,768.830454 455.274678,768.922785 L450,768.965517 C442.521698,768.965517 435.103505,768.708159 427.753794,768.201816 L367.604271,899.486611 C343.207097,895.043308 319.485749,888.662498 296.605469,880.50942 L310.155171,736.755073 C296.755851,730.208241 283.883325,722.749902 271.618343,714.460807 L153.960105,798.027449 C135.2731,782.116385 117.883615,764.7269 101.972551,746.039895 L185.539193,628.381657 C177.250098,616.116675 169.791759,603.244149 163.244927,589.844829 L19.4906959,603.394857 C11.3375464,580.514429 4.95668696,556.792922 0.513361863,532.39558 L131.798184,472.246206 C131.291841,464.896495 131.034483,457.478302 131.034483,450 C131.034483,442.521698 131.291841,435.103505 131.798184,427.753794 L0.513388934,367.604271 C4.95669181,343.207097 11.3375024,319.485749 19.4905799,296.605469 L163.244927,310.155171 C169.791759,296.755851 177.250098,283.883325 185.539193,271.618343 L101.971703,153.961102 C117.883279,135.273386 135.273386,117.883279 153.961102,101.971703 L271.618343,185.539193 C283.883325,177.250098 296.755851,169.791759 310.155171,163.244927 L296.605469,19.4905799 C319.485749,11.3375024 343.207097,4.95669181 367.604271,0.513388934 L427.753794,131.798184 C435.103505,131.291841 442.521698,131.034483 450,131.034483 C457.478302,131.034483 464.896495,131.291841 472.246206,131.798184 L532.39558,0.513361863 Z M450,191.37931 C307.167737,191.37931 191.37931,307.167737 191.37931,450 C191.37931,592.832263 307.167737,708.62069 450,708.62069 C592.832263,708.62069 708.62069,592.832263 708.62069,450 C708.62069,307.167737 592.832263,191.37931 450,191.37931 Z"/>
<polygon stroke="#0BB888" stroke-width="51.724" points="450 312.069 569.452 381.034 569.452 518.966 450 587.931 330.548 518.966 330.548 381.034"/>
<circle cx="450.001" cy="450" r="286.207" stroke="#ED8F1B" stroke-width="106.897"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

@ -8,7 +8,7 @@
</div>
<div class="ui right links">
{{if .ShowFooterBranding}}
<a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea"><i class="fa fa-github-square"></i><span class="sr-only">GitHub</span></a>
<a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea">{{svg "octicon-mark-github"}}<span class="sr-only">GitHub</span></a>
{{end}}
<div class="ui language bottom floating slide up dropdown link item">
{{svg "octicon-globe"}}

@ -71,42 +71,42 @@
{{else if .IsSigned}}
<div class="right stackable menu">
{{$issueURL := Printf "%s/%s/issues/%d" AppSubUrl .ActiveStopwatch.RepoSlug .ActiveStopwatch.IssueIndex}}
<a class="active-stopwatch-trigger item ui label {{if not .ActiveStopwatch}}hidden{{end}}" href="{{$issueURL}}">
<span class="text">
<span class="fitted item">
{{svg "octicon-stopwatch"}}
<span class="red" style="position:absolute; right:-0.6em; top:-0.6em;">{{svg "octicon-dot-fill"}}</span>
</span>
<span class="sr-mobile-only">{{.i18n.Tr "active_stopwatch"}}</span>
</span>
</a>
<div class="ui popup very wide">
<div class="df ac">
<a class="stopwatch-link df ac" href="{{$issueURL}}">
{{svg "octicon-issue-opened"}}
<span class="stopwatch-issue">{{.ActiveStopwatch.RepoSlug}}#{{.ActiveStopwatch.IssueIndex}}</span>
<span class="ui label blue stopwatch-time my-0 mx-4" data-seconds="{{.ActiveStopwatch.Seconds}}">
{{if .ActiveStopwatch}}{{Sec2Time .ActiveStopwatch.Seconds}}{{end}}
</span>
</a>
<form class="stopwatch-commit" method="POST" action="{{$issueURL}}/times/stopwatch/toggle">
{{.CsrfTokenHtml}}
<button
class="ui button mini compact basic icon fitted poping up"
data-content="{{.i18n.Tr "repo.issues.stop_tracking"}}"
data-position="top right" data-variation="small inverted"
>{{svg "octicon-square-fill"}}</button>
</form>
<form class="stopwatch-cancel" method="POST" action="{{$issueURL}}/times/stopwatch/cancel">
{{.CsrfTokenHtml}}
<button
class="ui button mini compact basic icon fitted poping up"
data-content="{{.i18n.Tr "repo.issues.cancel_tracking"}}"
data-position="top right" data-variation="small inverted"
>{{svg "octicon-trash"}}</button>
</form>
</div>
</div>
<a class="active-stopwatch-trigger item ui label {{if not .ActiveStopwatch}}hidden{{end}}" href="{{$issueURL}}">
<span class="text">
<span class="fitted item">
{{svg "octicon-stopwatch"}}
<span class="red" style="position:absolute; right:-0.6em; top:-0.6em;">{{svg "octicon-dot-fill"}}</span>
</span>
<span class="sr-mobile-only">{{.i18n.Tr "active_stopwatch"}}</span>
</span>
</a>
<div class="ui popup very wide">
<div class="df ac">
<a class="stopwatch-link df ac" href="{{$issueURL}}">
{{svg "octicon-issue-opened"}}
<span class="stopwatch-issue">{{.ActiveStopwatch.RepoSlug}}#{{.ActiveStopwatch.IssueIndex}}</span>
<span class="ui label blue stopwatch-time my-0 mx-4" data-seconds="{{.ActiveStopwatch.Seconds}}">
{{if .ActiveStopwatch}}{{Sec2Time .ActiveStopwatch.Seconds}}{{end}}
</span>
</a>
<form class="stopwatch-commit" method="POST" action="{{$issueURL}}/times/stopwatch/toggle">
{{.CsrfTokenHtml}}
<button
class="ui button mini compact basic icon fitted poping up"
data-content="{{.i18n.Tr "repo.issues.stop_tracking"}}"
data-position="top right" data-variation="small inverted"
>{{svg "octicon-square-fill"}}</button>
</form>
<form class="stopwatch-cancel" method="POST" action="{{$issueURL}}/times/stopwatch/cancel">
{{.CsrfTokenHtml}}
<button
class="ui button mini compact basic icon fitted poping up"
data-content="{{.i18n.Tr "repo.issues.cancel_tracking"}}"
data-position="top right" data-variation="small inverted"
>{{svg "octicon-trash"}}</button>
</form>
</div>
</div>
<a href="{{AppSubUrl}}/notifications" class="item poping up" data-content='{{.i18n.Tr "notifications"}}' data-variation="tiny inverted">
<span class="text">
@ -131,10 +131,10 @@
<span class="fitted">{{svg "octicon-plus"}}</span> {{.i18n.Tr "new_repo"}}
</a>
{{if not .DisableMigrations}}
<a class="item" href="{{AppSubUrl}}/repo/migrate">
<span class="fitted">{{svg "octicon-repo-push"}}</span> {{.i18n.Tr "new_migrate"}}
</a>
{{end}}
<a class="item" href="{{AppSubUrl}}/repo/migrate">
<span class="fitted">{{svg "octicon-repo-push"}}</span> {{.i18n.Tr "new_migrate"}}
</a>
{{end}}
{{if .SignedUser.CanCreateOrganization}}
<a class="item" href="{{AppSubUrl}}/org/create">
<span class="fitted">{{svg "octicon-organization"}}</span> {{.i18n.Tr "new_org"}}
@ -161,11 +161,11 @@
{{.i18n.Tr "your_profile"}}<!-- Your profile -->
</a>
{{if not .DisableStars}}
<a class="item" href="{{AppSubUrl}}/{{.SignedUser.Name}}?tab=stars">
{{svg "octicon-star"}}
{{.i18n.Tr "your_starred"}}
</a>
{{end}}
<a class="item" href="{{AppSubUrl}}/{{.SignedUser.Name}}?tab=stars">
{{svg "octicon-star"}}
{{.i18n.Tr "your_starred"}}
</a>
{{end}}
<a class="{{if .PageIsUserSettings}}active{{end}} item" href="{{AppSubUrl}}/user/settings">
{{svg "octicon-tools"}}
{{.i18n.Tr "your_settings"}}<!-- Your settings -->

Loading…
Cancel
Save