diff --git a/.changelog/252.internal.md b/.changelog/252.internal.md new file mode 100644 index 00000000..2a16762d --- /dev/null +++ b/.changelog/252.internal.md @@ -0,0 +1 @@ +Introduce Oasis UI Library diff --git a/.eslintignore b/.eslintignore index 57d686ff..fb133917 100644 --- a/.eslintignore +++ b/.eslintignore @@ -33,3 +33,5 @@ pnpm-lock.yaml # markdownlint formatted files *.md + +ui-library diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 88b6d95c..1b808db7 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -19,6 +19,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + submodules: 'recursive' - name: Set up Node.js 20 uses: actions/setup-node@v4 with: diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 3ef57dfe..93de0e6c 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -19,6 +19,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + submodules: 'recursive' - name: Set up Node.js 20 uses: actions/setup-node@v4 with: diff --git a/.github/workflows/cloudflare-pages.yml b/.github/workflows/cloudflare-pages.yml index 794f7940..2d4b18a0 100644 --- a/.github/workflows/cloudflare-pages.yml +++ b/.github/workflows/cloudflare-pages.yml @@ -44,6 +44,7 @@ jobs: # Checkout pull request HEAD commit instead of merge commit. with: ref: ${{ github.event.pull_request.head.sha }} + submodules: 'recursive' - name: Set up Node.js 20 uses: actions/setup-node@v4 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e236032b..941dbf1a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,8 @@ jobs: contents: write steps: - uses: actions/checkout@v4 + with: + submodules: 'recursive' - name: Set up Node.js 20 uses: actions/setup-node@v4 with: diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..73928a2c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "ui-library"] + path = ui-library + url = https://github.com/oasisprotocol/ui-library.git diff --git a/home/index.html b/home/index.html index aeb70198..51d1eb85 100644 --- a/home/index.html +++ b/home/index.html @@ -7,7 +7,7 @@