feat: enhance file name transformer with additional options (#555)

- Add v2 badge-style option as alternative to v1 tab-style
- v2 features: border, rounded corners, positioned with CSS custom property
- v1 features: tab-style with rounded top corners, muted background
- Add hideDot option to control green dot indicator visibility
- Include comprehensive JSDoc documentation with usage examples
- Support both styling variants with configuration parameters
This commit is contained in:
Sat Naing
2025-07-09 23:35:41 +07:00
committed by GitHub
parent 5d47275687
commit c863c8219d
4 changed files with 50 additions and 12 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ html[data-theme="dark"] {
--background: #212737;
--foreground: #eaedf3;
--accent: #ff6b01;
--muted: #343f60bf;
--muted: #343f60;
--border: #ab4b08;
}