Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
db10d16
build: add dist files for HACS compatibility
foXaCe Sep 14, 2025
0b3d7ef
feat: enable automatic releases on push to master/dev
foXaCe Sep 14, 2025
5559b65
feat: add Mushroom chip style with 19px border-radius
foXaCe Sep 14, 2025
5c5bfb9
fix: trigger release workflow test
foXaCe Sep 14, 2025
de1f0b4
feat: add modern visual editor with Mushroom-style UI
foXaCe Sep 14, 2025
b5fdc2a
fix: update release script for correct repository URL
foXaCe Sep 14, 2025
dd71b19
feat: complete visual editor with ALL YAML configuration options
foXaCe Sep 14, 2025
7975c1b
fix: simplified working visual editor with essential options
foXaCe Sep 14, 2025
241a608
feat: comprehensive visual editor with extensive debugging
foXaCe Sep 14, 2025
b9de32e
fix: include visual editor in main bundle and add debug traces
foXaCe Sep 14, 2025
e9b01a5
feat: add complete French translation to visual editor
foXaCe Sep 14, 2025
315b630
fix: improve CSS spacing and layout in visual editor
foXaCe Sep 14, 2025
cb2d8d7
feat: remove debug logs from visual editor and fix linting
foXaCe Sep 14, 2025
d9f69fe
feat: remove entity remove button from visual editor
foXaCe Sep 14, 2025
b013ccd
chore: bump version to 0.17.4
foXaCe Sep 14, 2025
06a22fb
fix: prevent state_map warnings for numeric graph values
foXaCe Sep 14, 2025
9548055
chore: bump version to 0.17.5
foXaCe Sep 14, 2025
6f078c1
feat: improve entity color configuration translations
foXaCe Sep 14, 2025
923cd8e
chore: bump version to 0.17.6
foXaCe Sep 14, 2025
05456cd
fix: add missing French translations for entity configuration
foXaCe Sep 14, 2025
c19feda
chore: bump version to 0.17.7
foXaCe Sep 14, 2025
f2d4f4a
feat: complete French translations for entity configuration
foXaCe Sep 14, 2025
18dcaf0
chore: bump version to 0.17.8
foXaCe Sep 14, 2025
d2a61d9
fix: entity name overflow hiding Configure button
foXaCe Sep 14, 2025
d4975fe
chore: bump version to 0.17.9
foXaCe Sep 14, 2025
5ed68b6
feat: modern Home Assistant entity display format
foXaCe Sep 14, 2025
2b2d515
chore: bump version to 0.18.0
foXaCe Sep 14, 2025
c02d057
feat: unified entity management interface
foXaCe Sep 14, 2025
9aa4931
chore: bump version to 0.19.0
foXaCe Sep 14, 2025
4d457e9
fix: improve entity layout and add missing translations
foXaCe Sep 14, 2025
1929a98
chore: bump version to 0.19.1
foXaCe Sep 14, 2025
2012bea
feat: modernize card UI with enhanced visual design
foXaCe Sep 14, 2025
a767d15
chore: bump version to 0.20.0
foXaCe Sep 14, 2025
3e16786
feat: add advanced features infrastructure with micro-interactions
foXaCe Sep 14, 2025
a1eb51f
feat: complete advanced features integration with zoom/pan and enhanc…
foXaCe Sep 15, 2025
c163d4a
chore: bump version to 0.21.0
foXaCe Sep 15, 2025
be59e04
fix: disable automatic performance monitoring to prevent unwanted ani…
foXaCe Sep 15, 2025
b1ac01a
chore: bump version to 0.21.1
foXaCe Sep 15, 2025
95e140e
feat: add French translations for display types
foXaCe Sep 27, 2025
ae08b7b
fix: add trailing comma to object literal
foXaCe Sep 27, 2025
9f40353
build: update distribution files with French translations
foXaCe Sep 27, 2025
b76c60f
fix: use Home Assistant language setting for translations
foXaCe Sep 27, 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
5 changes: 5 additions & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ rules:
class-methods-use-this: 0
no-nested-ternary: 0
camelcase: 0
no-console: 0
prefer-destructuring: 0
quote-props: 0
globals:
window: true
Event: true
customElements: true
document: true
navigator: true
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Release

on: workflow_dispatch
on:
push:
branches:
- master
- dev

jobs:
release-bundle:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
/node_modules/
/dist/
.DS_Store
1 change: 1 addition & 0 deletions dist/mini-graph-card-bundle.js

Large diffs are not rendered by default.

4,680 changes: 4,680 additions & 0 deletions dist/mini-graph-card-editor.js

Large diffs are not rendered by default.

Loading