Feature: add stock market data widget

ran pre-commit hook

improved translations and error handling

include service widget

fix: update docs image

use original spacing in yaml file

fix: typo in docs

use Error component

use regular error messaging here

fix: make use of standard config error

fix: map through data in jsx

fix: simplify parsing/error logic
This commit is contained in:
Dylan Ullrich
2024-06-06 09:06:57 -07:00
parent 810c321881
commit ae3df9eeeb
14 changed files with 424 additions and 1 deletions

View File

@@ -893,5 +893,12 @@
"ping": "Ping",
"download": "Download",
"upload": "Upload"
},
"stocks": {
"stocks": "Stocks",
"loading": "Loading",
"open": "Open - US Market",
"closed": "Closed - US Market",
"invalidConfiguration": "Invalid Configuration"
}
}