Skip to content

fix(info): better verdict table and bulletin table - #286

Merged
tobiichi3227 merged 6 commits into
TFcis:v2.0from
uyo9:fix/info
Aug 2, 2026
Merged

fix(info): better verdict table and bulletin table#286
tobiichi3227 merged 6 commits into
TFcis:v2.0from
uyo9:fix/info

Conversation

@uyo9

@uyo9 uyo9 commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Before:

image

After:

image

Before:

image image

After:

image image

@uyo9 uyo9 changed the title fix(info): make verdict table and bulletin table responsive fix(info): better verdict table and bulletin table Jul 30, 2026
@uyo9 uyo9 changed the title fix(info): better verdict table and bulletin table fix(info): better verdict table and bulletin table (wip) Jul 30, 2026
@uyo9 uyo9 changed the title fix(info): better verdict table and bulletin table (wip) fix(info): better verdict table and bulletin table Jul 31, 2026
@tobiichi3227
tobiichi3227 requested a review from Copilot August 1, 2026 08:08

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Improves the /info static template’s bulletin and verdict tables to be more responsive and visually consistent (especially on smaller screens), aligning with the before/after UI screenshots in the PR description.

Changes:

  • Add responsive styling for verdict table font sizing and general table cell wrapping/alignment.
  • Wrap bulletin and verdict tables in .table-responsive and adjust column widths/typography.
  • Refine pinned icon/title presentation in the bulletin list.
Suppressed comments (1)

src/static/templ/info.html:194

  • Same invalid list nesting as above: the
      sub-list should be inside the SIGABRT
    1. to keep valid HTML and accessible list structure.
                  <li>SIGABRT - 異常終止條件</li>
                  <ol type="i">
                    <li>重複 free 未初始化或錯誤的記憶體位址</li>
                    <li>呼叫 abort() 函數</li>
                    <li>assert</li>

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/static/templ/info.html
Comment thread src/static/templ/info.html
Comment thread src/static/templ/info.html Outdated
uyo9 and others added 2 commits August 1, 2026 17:23
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@tobiichi3227
tobiichi3227 merged commit 930ddd6 into TFcis:v2.0 Aug 2, 2026
3 checks passed
@uyo9
uyo9 deleted the fix/info branch August 2, 2026 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants