aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2023-08-22 12:57:02 +0800
committerGitHub <noreply@github.com>2023-08-22 12:57:02 +0800
commit7934602a4ccaba7f398490ca739988a0b6f5ca2a (patch)
treef81981a2082b0dd9f953ca0ff023f0c03847f8a5 /templates
parent23addde28ebd69ef2c1cec6a63123c87ec8bffe9 (diff)
downloadgitea-7934602a4ccaba7f398490ca739988a0b6f5ca2a.tar.gz
gitea-7934602a4ccaba7f398490ca739988a0b6f5ca2a.zip
Improve some flex layouts (#26649)
Fix #26617 1. Separate the "flex-list" examples into a dedicated template, and add some more examples 2. Use `flex-basis` instead of `flex-shrink` for `flex-item-trailing`, to avoid wrapping the texts too aggressively 3. Some `flex-wrap: wrap;` are removed
Diffstat (limited to 'templates')
-rw-r--r--templates/devtest/flex-list.tmpl88
-rw-r--r--templates/devtest/gitea-ui.tmpl63
2 files changed, 93 insertions, 58 deletions
diff --git a/templates/devtest/flex-list.tmpl b/templates/devtest/flex-list.tmpl
new file mode 100644
index 0000000000..37f3f04004
--- /dev/null
+++ b/templates/devtest/flex-list.tmpl
@@ -0,0 +1,88 @@
+{{template "base/head" .}}
+<link rel="stylesheet" href="{{AssetUrlPrefix}}/css/devtest.css?v={{AssetVersion}}">
+<div class="page-content devtest ui container">
+ <div>
+ <h1>Flex List</h1>
+ <div class="flex-list">
+ <div class="flex-item">
+ <div class="flex-item-leading">
+ {{svg "octicon-info" 32}}
+ </div>
+ <div class="flex-item-main">
+ <div class="flex-item-title">
+ Flex Item
+ <span class="ui basic label">
+ with label
+ </span>
+ </div>
+ <div class="flex-item-body">
+ consists of leading/main/trailing part
+ </div>
+ <div class="flex-item-body">
+ main part contains title and (multiple) body lines
+ </div>
+ </div>
+ <div class="flex-item-trailing">
+ <button class="ui tiny red button">
+ {{svg "octicon-warning" 14}} CJK文本测试
+ </button>
+ <button class="ui tiny green button">
+ {{svg "octicon-info" 14}} Button
+ </button>
+ <button class="ui tiny green button">
+ Button with long text
+ </button>
+ </div>
+ </div>
+
+ <div class="flex-item">
+ <div class="flex-item-leading">
+ {{svg "octicon-info" 32}}
+ </div>
+ <div class="flex-item-main">
+ <div class="flex-item-title">
+ Very loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong title
+ </div>
+ <div class="flex-item-body">
+ consists of leading/main/trailing part
+ </div>
+ <div class="flex-item-body">
+ Very loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong content
+ </div>
+ </div>
+ <div class="flex-item-trailing">
+ <button class="ui tiny red button">
+ {{svg "octicon-warning" 12}} CJK文本测试 <!-- single CJK text test, it shouldn't be horizontal -->
+ </button>
+ </div>
+ </div>
+
+ <div class="flex-item">
+ <div class="flex-item-leading">
+ {{svg "octicon-repo" 32}}
+ </div>
+ <div class="flex-item-main">
+ <div class="flex-item-header">
+ <div class="flex-item-title">
+ <a class="text primary" href="{{$.Link}}">
+ gitea-org / gitea
+ </a>
+ <span data-tooltip-content="{{$.locale.Tr "repo.fork"}}">{{svg "octicon-repo-forked"}}</span>
+ </div>
+ <div class="flex-item-trailing">
+ <a class="muted" href="{{$.Link}}">
+ <span class="flex-text-inline"><i class="color-icon gt-mr-3" style="background-color: aqua"></i>Go</span>
+ </a>
+ <a class="text grey flex-text-inline" href="{{$.Link}}">{{svg "octicon-star" 16}}45000</a>
+ <a class="text grey flex-text-inline" href="{{$.Link}}">{{svg "octicon-git-branch" 16}}1234</a>
+ </div>
+ </div>
+ <div class="flex-item-body">
+ when inside header, the trailing part will wrap below the title
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+</div>
+{{template "base/footer" .}}
diff --git a/templates/devtest/gitea-ui.tmpl b/templates/devtest/gitea-ui.tmpl
index 9e15e3c1bc..342f8c2e9b 100644
--- a/templates/devtest/gitea-ui.tmpl
+++ b/templates/devtest/gitea-ui.tmpl
@@ -130,9 +130,13 @@
<h2>Text with SVG</h2>
<div class="flex-text-block">{{svg "octicon-alert"}} {{svg "octicon-x"}} text (block)</div>
<div><div class="flex-text-inline">{{svg "octicon-alert"}} {{svg "octicon-x"}} text</div> (inline)</div>
+
+ <div class="flex-text-block">{{svg "octicon-alert"}} flex item with very very very very very very very very long content</div>
+
<div class="flex-items-block">
<div class="item">{{svg "octicon-alert"}} flex every line</div>
<div class="item">{{svg "octicon-alert"}} flex every item</div>
+ <div class="item">{{svg "octicon-alert"}} flex item with very very very very very very very very long content</div>
</div>
<h2>Button with SVG</h2>
@@ -142,6 +146,7 @@
<button class="ui basic button">labeled button</button>
<a class="ui basic label">123</a>
</div>
+ <button class="ui yellow button">{{svg "octicon-x" 16}} button with very very very very very very very very long text</button>
</div>
<h2>Input with SVG</h2>
@@ -253,63 +258,5 @@
{{template "shared/combomarkdowneditor" .}}
</div>
<script src="{{AssetUrlPrefix}}/js/devtest.js?v={{AssetVersion}}"></script>
-
- <div>
- <h1>Flex List</h1>
- <div class="flex-list">
- <div class="flex-item">
- <div class="flex-item-leading">
- {{svg "octicon-info" 32}}
- </div>
- <div class="flex-item-main">
- <div class="flex-item-title">
- Flex Item
- <span class="ui basic label">
- with label
- </span>
- </div>
- <div class="flex-item-body">
- consists of leading/main/trailing part
- </div>
- <div class="flex-item-body">
- main part contains title and (multiple) body lines
- </div>
- </div>
- <div class="flex-item-trailing">
- <button class="ui tiny red button">
- {{svg "octicon-warning" 12}} Button
- </button>
- <button class="ui tiny green button">
- {{svg "octicon-info" 12}} Button
- </button>
- </div>
- </div>
- <div class="flex-item">
- <div class="flex-item-leading">
- {{svg "octicon-repo" 32}}
- </div>
- <div class="flex-item-main">
- <div class="flex-item-header">
- <div class="flex-item-title">
- <a class="text primary" href="{{$.Link}}">
- gitea-org / gitea
- </a>
- <span data-tooltip-content="{{$.locale.Tr "repo.fork"}}">{{svg "octicon-repo-forked"}}</span>
- </div>
- <div class="flex-item-trailing">
- <a class="muted" href="{{$.Link}}">
- <span class="flex-text-inline"><i class="color-icon gt-mr-3" style="background-color: aqua"></i>Go</span>
- </a>
- <a class="text grey flex-text-inline" href="{{$.Link}}">{{svg "octicon-star" 16}}45000</a>
- <a class="text grey flex-text-inline" href="{{$.Link}}">{{svg "octicon-git-branch" 16}}1234</a>
- </div>
- </div>
- <div class="flex-item-body">
- when inside header, the trailing part will wrap below the title
- </div>
- </div>
- </div>
- </div>
- </div>
</div>
{{template "base/footer" .}}