From be0ef086fad0fbcab8e6849f7954328f9f7ef5b0 Mon Sep 17 00:00:00 2001 From: Akhilesh Airen Date: Wed, 11 Mar 2026 12:37:03 +0530 Subject: [PATCH 1/5] added auto pr and relative import --- .github/workflows/auto-pr.yml | 29 +++++++++++++++++++++++++++++ vite.config.js | 1 + 2 files changed, 30 insertions(+) create mode 100644 .github/workflows/auto-pr.yml diff --git a/.github/workflows/auto-pr.yml b/.github/workflows/auto-pr.yml new file mode 100644 index 0000000..4f787c3 --- /dev/null +++ b/.github/workflows/auto-pr.yml @@ -0,0 +1,29 @@ +name: Auto PR + +on: + push: + branches-ignore: + - main + - master + +permissions: + contents: write + pull-requests: write + +jobs: + auto-pr: + runs-on: ubuntu-latest + + steps: + - name: Checkout repo + uses: actions/checkout@v4 + + - name: Create PR + uses: peter-evans/create-pull-request@v6 + with: + token: ${{ secrets.GITHUB_TOKEN }} + base: main + branch: ${{ github.ref_name }} + title: "Auto PR: ${{ github.ref_name }}" + body: | + Auto-generated PR for branch `${{ github.ref_name }}`. \ No newline at end of file diff --git a/vite.config.js b/vite.config.js index 087fa3f..084a6f8 100644 --- a/vite.config.js +++ b/vite.config.js @@ -17,6 +17,7 @@ function getHtmlInputs() { export default defineConfig({ root: resolve(__dirname, 'src'), + base: './', envDir: resolve(__dirname), resolve: { alias: { From 90cc3efc0501f327665ec4742907b0e5f9b33f61 Mon Sep 17 00:00:00 2001 From: Akhilesh Airen Date: Wed, 11 Mar 2026 12:45:12 +0530 Subject: [PATCH 2/5] remove auto PR and minor edits --- src/scss/_brutopia.scss | 14 +++++++------- src/scss/components/_scl-editor.scss | 1 - 2 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 src/scss/components/_scl-editor.scss diff --git a/src/scss/_brutopia.scss b/src/scss/_brutopia.scss index 346f3e3..b40bf6f 100644 --- a/src/scss/_brutopia.scss +++ b/src/scss/_brutopia.scss @@ -27,11 +27,11 @@ 2.15 Pagination 2.16 Table 2.17 Progress -4. Pages - 4.0 Layout - 4.1 Auth - 4.2 Error -5. Utilities +3. Pages + 3.0 Layout + 3.1 Auth + 3.2 Error +4. Utilities */ @@ -98,8 +98,8 @@ // - 2.19. SCL-SQL @import './components/scl-sql'; -// - 4.0 Layout +// - 3.0 Layout @import './layouts/main.scss'; -// - 5.0 Utilities +// - 4.0 Utilities @import './utilities'; diff --git a/src/scss/components/_scl-editor.scss b/src/scss/components/_scl-editor.scss deleted file mode 100644 index c70b3c4..0000000 --- a/src/scss/components/_scl-editor.scss +++ /dev/null @@ -1 +0,0 @@ -// This file is deprecated - editor styles are now in _scl-sql.scss From 5158c0ef0082528498ac51f3ef83219b95b340fd Mon Sep 17 00:00:00 2001 From: Akhilesh Airen Date: Wed, 11 Mar 2026 12:45:55 +0530 Subject: [PATCH 3/5] removed auto pr --- .github/workflows/auto-pr.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/auto-pr.yml diff --git a/.github/workflows/auto-pr.yml b/.github/workflows/auto-pr.yml deleted file mode 100644 index 4f787c3..0000000 --- a/.github/workflows/auto-pr.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Auto PR - -on: - push: - branches-ignore: - - main - - master - -permissions: - contents: write - pull-requests: write - -jobs: - auto-pr: - runs-on: ubuntu-latest - - steps: - - name: Checkout repo - uses: actions/checkout@v4 - - - name: Create PR - uses: peter-evans/create-pull-request@v6 - with: - token: ${{ secrets.GITHUB_TOKEN }} - base: main - branch: ${{ github.ref_name }} - title: "Auto PR: ${{ github.ref_name }}" - body: | - Auto-generated PR for branch `${{ github.ref_name }}`. \ No newline at end of file From 935a05a563ecf84137c51931f17a63e677a40c9c Mon Sep 17 00:00:00 2001 From: Akhilesh Airen Date: Wed, 11 Mar 2026 12:57:01 +0530 Subject: [PATCH 4/5] added relative references in index.html --- src/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.html b/src/index.html index 13a9957..1d79cfa 100644 --- a/src/index.html +++ b/src/index.html @@ -22,14 +22,14 @@ content="Browser-based SQLite client and SQLite browser with OPFS persistence." /> - +