diff --git a/.changeset/fancy-squids-move.md b/.changeset/fancy-squids-move.md new file mode 100644 index 0000000..69d3a41 --- /dev/null +++ b/.changeset/fancy-squids-move.md @@ -0,0 +1,5 @@ +--- +"commitcrawler": minor +--- + +히스토리 기능 추가 diff --git a/public/base.html b/public/base.html index 384aa65..8eb34bc 100644 --- a/public/base.html +++ b/public/base.html @@ -369,88 +369,144 @@ outline: none; border-color: #339af0; } + .tab-header { + display: flex; + gap: 0; + margin-bottom: 20px; + border-bottom: 2px solid #e9ecef; + background: #f8f9fa; + } + .tab-button { + flex: 1; + padding: 16px 0 12px 0; + background: none; + border: none; + font-size: 16px; + font-weight: 600; + color: #868e96; + cursor: pointer; + border-bottom: 2px solid transparent; + transition: color 0.2s, border-bottom 0.2s; + display: flex; + align-items: center; + justify-content: center; + gap: 8px; + } + .tab-button.active { + color: #339af0; + border-bottom: 2px solid #339af0; + background: #fff; + } + .tab-button:focus { + outline: none; + }
-
-
- - -
-