Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
102ea01
CHORE: 'react-icon' -> 'camore-icon'
TransparentDeveloper Sep 9, 2025
9ca1eeb
FEAT: @o2-ui/carmore-icon 설치 및 Overview 재구성
TransparentDeveloper Sep 10, 2025
c15885e
FEAT: carmore-icon > installation 문서 작성
TransparentDeveloper Sep 10, 2025
f84d618
FEAT: carmore-icon > usage 문서 작성
TransparentDeveloper Sep 10, 2025
4ee8ff7
FEAT: carmore-icon > arrow-double-down 문서 작성
TransparentDeveloper Sep 10, 2025
3426642
FEAT: carmore-icon > arrow-double-up 문서 작성
TransparentDeveloper Sep 10, 2025
10f99d9
FEAT: carmore-icon > overview 목록에 link 삽입
TransparentDeveloper Sep 10, 2025
988f911
FEAT: carmore-icon > arrow-down 문서 작성
TransparentDeveloper Sep 10, 2025
37742fa
FEAT: carmore-icon > arrow-up 문서 작성
TransparentDeveloper Sep 10, 2025
6ef4498
FEAT: carmore-icon > back-btn 문서 작성
TransparentDeveloper Sep 10, 2025
8527c08
FEAT: carmore-icon > cancel 문서 작성
TransparentDeveloper Sep 10, 2025
0b8305b
FEAT: carmore-icon > chat 문서 작성
TransparentDeveloper Sep 10, 2025
e2107c7
FEAT: carmore-icon > check 문서 작성
TransparentDeveloper Sep 10, 2025
f735250
FEAT: carmore-icon > copy 문서 작성
TransparentDeveloper Sep 10, 2025
b6c520d
FEAT: carmore-icon > copy-link 문서 작성
TransparentDeveloper Sep 10, 2025
37cf762
FEAT: carmore-icon > cs 문서 작성
TransparentDeveloper Sep 10, 2025
9f2681e
FEAT: carmore-icon > overview 목록에 link 삽입 - 2
TransparentDeveloper Sep 10, 2025
3ee7fc7
CHORE: 영문 번역 임시 미지원
TransparentDeveloper Sep 10, 2025
857f5a5
CHORE: 빌드파일 추적 막기
TransparentDeveloper Sep 10, 2025
c65bebe
REFACTOR: 아토믹 디자인패턴 적용 및 컴포넌트 분리
TransparentDeveloper Sep 26, 2025
5d10a2b
FEAT: carmore-icon > download 문서 작성
TransparentDeveloper Sep 26, 2025
bbe3301
FEAT: carmore-icon > nowhere 문서 작성
TransparentDeveloper Sep 26, 2025
cffb736
FEAT: carmore-icon > out-link 문서 작성
TransparentDeveloper Sep 26, 2025
e01d35d
FEAT: carmore-icon > pin-map 문서 작성
TransparentDeveloper Sep 26, 2025
231848c
FEAT: carmore-icon > share 문서 작성
TransparentDeveloper Sep 26, 2025
8a0edad
FEAT: carmore-icon > user 문서 작성
TransparentDeveloper Sep 26, 2025
c43917c
FEAT: carmore-icon > thumb-up 문서 작성
TransparentDeveloper Sep 26, 2025
94c020a
FEAT: carmore-icon > switch-arrow 문서 작성
TransparentDeveloper Sep 26, 2025
692a78d
FEAT: carmore-icon > stepper-minus 문서 작성
TransparentDeveloper Sep 26, 2025
9df0305
FEAT: carmore-icon > stepper-plus 문서 작성
TransparentDeveloper Sep 26, 2025
b5dca7b
FEAT: carmore-icon > setting 문서 작성
TransparentDeveloper Sep 26, 2025
ee27c2b
FEAT: carmore-icon > search 문서 작성
TransparentDeveloper Sep 26, 2025
3a5fca9
FEAT: carmore-icon > reply 문서 작성
TransparentDeveloper Sep 26, 2025
adde76b
FEAT: carmore-icon > refresh 문서 작성
TransparentDeveloper Sep 26, 2025
d213970
FEAT: carmore-icon > country-flag-ae 문서 작성
TransparentDeveloper Sep 27, 2025
4cf049e
FEAT: carmore-icon > country-flag-00 문서 작성
TransparentDeveloper Sep 27, 2025
3d8b237
REFACTOR: 전시 컴포넌트 개편
TransparentDeveloper Sep 28, 2025
91c8408
FEAT: carmore-icon > like 문서 작성
TransparentDeveloper Sep 28, 2025
6628a9c
FEAT: carmore-icon > loading-spinner 문서 작성
TransparentDeveloper Sep 28, 2025
d2ac9f6
FEAT: carmore-icon > usage 문서 > tailwind 가이드라인 작성
TransparentDeveloper Sep 28, 2025
4329b3f
FEAT: box 컴포넌트 배경색 지정 props 추가
TransparentDeveloper Sep 28, 2025
29a3a39
FEAT: carmore-icon 1.0.0 install
TransparentDeveloper Sep 28, 2025
f494142
FEAT: 영문 번역
TransparentDeveloper Sep 28, 2025
fd9c90e
FEAT: 배포 워크플로우 작성
TransparentDeveloper Sep 28, 2025
22469c9
FEAT: PR 템플릿 작성
TransparentDeveloper Sep 28, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Package Scope

- [ ] cds
- [ ] carmore-icon

## Package Version

- ``

## Deployment Awareness

- [ ] I understand that merging to `main` will deploy these changes as-is.
42 changes: 42 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: Deploy Docusaurus to GitHub Pages

on:
pull_request:
types:
- closed
branches:
- main

jobs:
deploy:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0 # docusaurus deploy에 git history 필요

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20

- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Setup git identity
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"

- name: Override remote with token
run: |
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/o2-ui/o2-ui.github.io.git

- name: Build and Deploy
env:
GIT_USER: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run deploy
Empty file removed build/.nojekyll
Empty file.
16 changes: 0 additions & 16 deletions build/404.html

This file was deleted.

1 change: 0 additions & 1 deletion build/assets/css/styles.fc630654.css

This file was deleted.

1 change: 0 additions & 1 deletion build/assets/js/0058b4c6.4cf612a3.js

This file was deleted.

Loading
Loading