diff --git a/.github/workflows/bump-release.yml b/.github/workflows/bump-release.yml index 0ddfd9b7..749e4783 100644 --- a/.github/workflows/bump-release.yml +++ b/.github/workflows/bump-release.yml @@ -42,34 +42,13 @@ jobs: npm version "${{ github.event.inputs.bump }}" --no-git-tag-version echo "version=$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT - # - name: Create release branch, commit & push - # run: | - # NEW_VERSION=${{ steps.bump.outputs.version }} - # BRANCH=release/${NEW_VERSION} - # git config user.name "github-actions[bot]" - # git config user.email "github-actions[bot]@users.noreply.github.com" - # git checkout -b "${BRANCH}" - # git add package.json package-lock.json || true - # git commit -m "chore(release): bump to ${NEW_VERSION}" || echo "no changes to commit" - # git push -u origin "${BRANCH}" - - # - name: Create draft PR - # uses: peter-evans/create-pull-request@v6 - # with: - # token: ${{ secrets.GITHUB_TOKEN }} - # branch: release/${{ steps.bump.outputs.version }} - # base: main - # title: 'Release ${{ steps.bump.outputs.version }}' - # body: | - # Automated semver bump to ${{ steps.bump.outputs.version }}. - # draft: true - name: Create release PR uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.GITHUB_TOKEN }} - commit-message: 'chore(release): bump to ${{ steps.bump.outputs.version }}' + commit-message: 'chore: bump to ${{ steps.bump.outputs.version }}' branch: release/${{ steps.bump.outputs.version }} - title: 'chore(release): bump to ${{ steps.bump.outputs.version }}' - body: 'Automated release PR for version ${{ steps.bump.outputs.version }}' + title: 'Release: ${{ steps.bump.outputs.version }}' + body: 'Automated release PR for version ${{ steps.bump.outputs.version }} of DATEX Workbench.' base: main draft: true diff --git a/.gitignore b/.gitignore index a3f7a519..a9b8153d 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ coverage # Vitest __screenshots__/ +dev-dist/ \ No newline at end of file diff --git a/.prettierrc.json b/.prettierrc.json index 334a585e..a9dac25e 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -2,5 +2,7 @@ "$schema": "https://json.schemastore.org/prettierrc", "semi": true, "singleQuote": true, - "printWidth": 100 + "printWidth": 100, + "tabWidth": 4, + "plugins": ["prettier-plugin-tailwindcss"] } diff --git a/eslint.config.ts b/eslint.config.ts index e810f90b..837fb789 100644 --- a/eslint.config.ts +++ b/eslint.config.ts @@ -10,7 +10,7 @@ export default defineConfigWithVueTs( files: ['**/*.{ts,mts,tsx,vue}'], }, - globalIgnores(['**/dist/**', '**/dist-ssr/**', '**/coverage/**']), + globalIgnores(['**/dist/**', '**/dist-ssr/**', '**/coverage/**', '**/dev-dist/**']), pluginVue.configs['flat/essential'], vueTsConfigs.recommended, diff --git a/index.html b/index.html index 86862547..61c79346 100644 --- a/index.html +++ b/index.html @@ -2,8 +2,9 @@
- + ++ Customize how pointers are displayed +
+{{ pointerId }}
++ Value: {{ valuePreview }} +
+Click to jump to definition
+{{ nodeId }}
+{{ getKeyTooltip(keyContainer) }}
+{{ getValueTooltip(value) }}
+Double-click to edit
+{{ fingerprintText }}
+
+
+
+ + {{ endpoint.description }} +
++ Profile: {{ endpoint.profile }} +
+