Skip to content

Commit

Permalink
house keeping
Browse files Browse the repository at this point in the history
  • Loading branch information
yesoreyeram committed Nov 29, 2021
1 parent e60b900 commit 7e368a9
Show file tree
Hide file tree
Showing 28 changed files with 2,028 additions and 2,581 deletions.
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.tscache/
*.tmp.txt
node_modules/
dist/
coverage/
node_modules
dist
coverage
.tscache
*.tmp.txt
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"cSpell.words": ["boomtheme"]
}
30 changes: 16 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
| Version | Changes |
| --------|------------------------------------------------------------|
| 0.2.0 | **Plugin Signed** |
| | Tagged releases |
| | Bug fixes |
| 0.1.0 | **First version for release** |
| 0.0.4 | Base theme option |
| | Bug fixes (#4) |
| 0.0.3 | Schema changes (BREAKING) |
| | Option to switch between default dark,light themes |
| | BG Image as theme option |
| | Bug fixes |
| 0.0.2 | Multiple Themes, Theme picker |
| 0.0.1 | Base version |
# CHANGELOG

| Version | Changes |
| ------- | -------------------------------------------------- |
| 0.2.0 | **Plugin Signed** |
| | Tagged releases |
| | Bug fixes |
| 0.1.0 | **First version for release** |
| 0.0.4 | Base theme option |
| | Bug fixes (#4) |
| 0.0.3 | Schema changes (BREAKING) |
| | Option to switch between default dark,light themes |
| | BG Image as theme option |
| | Bug fixes |
| 0.0.2 | Multiple Themes, Theme picker |
| 0.0.1 | Base version |
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2021 Sriramajeyam Sugumaran

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Theme switcher with custom styles / themes for grafana dashboards.
![image](https://user-images.githubusercontent.com/153843/99880461-5e1aa900-2c0b-11eb-9c28-3c80381f2504.png)
![image](https://user-images.githubusercontent.com/153843/99880502-a20dae00-2c0b-11eb-8355-c7c87bcb2f5c.png)

# Features
## Features

- Theme switcher
- Multiple themes per dashboard
Expand All @@ -19,7 +19,7 @@ Theme switcher with custom styles / themes for grafana dashboards.
- Users can change the themes without editing the dashboard
- Dashboard specific themes

# Creating Theme
## Creating Theme

Themes can be created with multiple building blocks like background image, base theme etc.

Expand All @@ -31,14 +31,15 @@ Themes can be created with multiple building blocks like background image, base
| Custom Style / CSS Override | CSS Styles. Should be valid css |
| Panel container BG | Background color for the panels |

# Supported Grafana version
## Supported Grafana version

This grafana plugin is tested with the following grafana versions, But other versions are also expected to work.

* Grafana version 7.x
* Grafana version 6.x
- Grafana version 8.x
- Grafana version 7.x
- Grafana version 6.x

# Notes
## Notes

- When adding external stylesheets, make sure CORS enabled for those domains.

Expand All @@ -49,7 +50,7 @@ This grafana plugin is tested with the following grafana versions, But other ver
- Move this panel to the bottom of the dashboard
- Adjust the height and width if required.

# Known issues / Limitations
## Known issues / Limitations

- If any custom plugin is used, dark/light theme switch, base theme will not work for those custom plugins. Refer [this](https://github.com/yesoreyeram/yesoreyeram-boomtheme-panel/issues/3) github issue

Expand Down
14 changes: 0 additions & 14 deletions dist/CHANGELOG.md

This file was deleted.

1 change: 0 additions & 1 deletion dist/LAST_UPDATED

This file was deleted.

201 changes: 0 additions & 201 deletions dist/LICENSE

This file was deleted.

Loading

0 comments on commit 7e368a9

Please sign in to comment.