forgejo/templates/repo
puni9869 ab388deb0e
Allow editing push mirrors after creation ()
Allow users to edit the sync interval for existing push mirrors.
Currently, there is no way to modify the interval once the mirror is
created.
<details>
  <summary>Screenshots</summary>
  
## Before
<img width="936" alt="Screenshot 2023-07-26 at 9 31 21 AM"
src="https://github.com/go-gitea/gitea/assets/80308335/35b8a40c-4320-474c-a866-1dea0f1fa0de">


## After
<img width="945" alt="Screenshot 2023-07-26 at 9 44 40 AM"
src="https://github.com/go-gitea/gitea/assets/80308335/ee12e12f-0f68-4feb-90eb-33366f5997d3">

### On hover

<img width="247" alt="image"
src="https://github.com/go-gitea/gitea/assets/80308335/2f32de45-bd50-4150-9623-3be2ef3ea7f8">
<img width="237" alt="image"
src="https://github.com/go-gitea/gitea/assets/80308335/49f4ab4d-ccff-4489-80ce-a9788a73c3bb">
<img width="245" alt="image"
src="https://github.com/go-gitea/gitea/assets/80308335/165fc888-9d48-438a-b730-d4beb12122af">

### Edit modal
<img width="905" alt="image"
src="https://github.com/go-gitea/gitea/assets/80308335/2a7ca24b-4f36-4e0e-9799-39f2ecc46413">

### Only valid times are allowed
<img width="728" alt="Screenshot 2023-07-26 at 9 50 01 AM"
src="https://github.com/go-gitea/gitea/assets/80308335/ced6d330-c235-4e29-8f17-28daddcf1444">
<img width="853" alt="image"
src="https://github.com/go-gitea/gitea/assets/80308335/8636f62a-70d1-4684-a3e8-b205adc03580">

</details>
Fixes 

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2023-08-01 16:00:59 +00:00
..
actions Introduce flex-list & flex-item elements for Gitea UI () 2023-08-01 00:13:42 +02:00
branch Fix wrong branch name in rename branch modal () 2023-07-26 11:26:17 +00:00
cite Button and color enhancements () 2023-06-09 08:37:47 +00:00
code Some fixes of the prompt of new branches () 2023-08-01 07:25:11 +00:00
diff Don't autosize textarea in diff view () 2023-07-31 00:11:15 +02:00
editor Enable H014 and H023 djlint rules () 2023-07-09 20:33:25 +00:00
find Refactor hiding-methods, remove jQuery show/hide, remove .hide class, remove inline style=display:none () 2023-02-19 12:06:14 +08:00
graph Improve commit graph alignment and truncating () 2023-07-25 10:17:41 +00:00
issue Fix due date rendering the wrong date in issue () 2023-08-01 16:21:04 +02:00
migrate Clarify "text-align" CSS helpers, fix clone button padding () 2023-07-08 11:53:56 +02:00
projects Fix inconsistent user profile layout across tabs () 2023-07-06 18:59:24 +00:00
pulls Don't stack PR tab menu on small screens () 2023-07-14 01:54:20 +00:00
release Fix UI for release tag page / wiki page / subscription page () 2023-07-25 17:53:16 +00:00
settings Allow editing push mirrors after creation () 2023-08-01 16:00:59 +00:00
tag Enable H014 and H023 djlint rules () 2023-07-09 20:33:25 +00:00
wiki Fix UI for release tag page / wiki page / subscription page () 2023-07-25 17:53:16 +00:00
activity.tmpl Replace fomantic divider module with our own () 2023-06-29 20:24:22 +08:00
blame.tmpl Add template linting via djlint () 2023-06-14 18:17:58 +00:00
branch_dropdown.tmpl Use frontend fetch for branch dropdown component () 2023-07-21 11:20:04 +00:00
clone_buttons.tmpl Clarify "text-align" CSS helpers, fix clone button padding () 2023-07-08 11:53:56 +02:00
clone_script.tmpl Rework button coloring, add focus and active colors () 2023-05-29 12:45:22 +00:00
commit_load_branches_and_tags.tmpl Show branches and tags that contain a commit () 2023-07-27 12:47:41 +02:00
commit_page.tmpl Show branches and tags that contain a commit () 2023-07-27 12:47:41 +02:00
commit_status.tmpl Remove commit status running and warning from the dashboard repo list () 2023-07-21 10:32:25 +00:00
commit_statuses.tmpl Button and color enhancements () 2023-06-09 08:37:47 +00:00
commits.tmpl Fix some UI alignments () 2023-06-15 15:12:08 +00:00
commits_list.tmpl Show branches and tags that contain a commit () 2023-07-27 12:47:41 +02:00
commits_list_small.tmpl Show branches and tags that contain a commit () 2023-07-27 12:47:41 +02:00
commits_table.tmpl Fix commit compare style () 2023-07-29 16:19:12 +00:00
create.tmpl Support copy protected branch from template repository () 2023-07-21 12:32:47 +08:00
create_helper.tmpl Add templates to customize text when creating and migrating repositories 2023-01-24 22:36:48 -05:00
empty.tmpl Repository Archived text title center align () 2023-07-08 10:57:17 +00:00
file_info.tmpl Show image size on view page () 2023-07-31 05:04:45 +00:00
forks.tmpl Remove fomantic ".link" selector and styles () 2023-04-03 20:47:23 -04:00
graph.tmpl Replace remaining fontawesome dropdown icons with SVG () 2023-05-01 05:35:02 -04:00
header.tmpl Introduce flex-list & flex-item elements for Gitea UI () 2023-08-01 00:13:42 +02:00
home.tmpl Tweak repo topics bar () 2023-07-08 18:12:30 +00:00
icon.tmpl Introduce flex-list & flex-item elements for Gitea UI () 2023-08-01 00:13:42 +02:00
packages.tmpl Fix inconsistent user profile layout across tabs () 2023-07-06 18:59:24 +00:00
release_tag_header.tmpl Fix incorrect release count () 2023-07-14 08:47:17 +00:00
search.tmpl Use data-tooltip-content for tippy tooltip () 2023-03-24 18:35:38 +08:00
search_name.tmpl Clean template/helper.go () 2023-04-07 03:31:41 -04:00
shabox_badge.tmpl Fix shabox regression () 2023-02-16 09:37:11 +08:00
sub_menu.tmpl Fix tags header and pretty format numbers () 2023-07-05 04:11:42 +00:00
unicode_escape_prompt.tmpl Clarify "text-align" CSS helpers, fix clone button padding () 2023-07-08 11:53:56 +02:00
upload.tmpl Refactor i18n to locale () 2022-06-27 15:58:46 -05:00
user_cards.tmpl Use calendar icon for Joined on... in profiles () 2023-07-29 19:34:49 +08:00
view_file.tmpl Button and color enhancements () 2023-06-09 08:37:47 +00:00
view_list.tmpl Show branches and tags that contain a commit () 2023-07-27 12:47:41 +02:00
watchers.tmpl Fix user-cards format () 2023-04-29 15:43:01 -04:00