-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
30 lightning #31
Merged
Merged
30 lightning #31
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kylekrieg
added a commit
that referenced
this pull request
Jan 5, 2023
Resolves #30. Added node.status to many function nodes. Disabled current backup and restore function in lieu of node-red context storage. Co-authored-by: kd9lsv <[email protected]>
kylekrieg
added a commit
that referenced
this pull request
Jan 5, 2023
* Simplify Map Init Layers. * Ui Group Modifications * SQL Query Callsign from DB * Fixed #17, E16 Added Auto Populate Callsign Added Auto Populate Radio * Fixed #12 by adding "Full Exchange"(all) * Working on #16 #17 Needs work still * OP Competition SQL S&P Fix * Create changelog.md * Added great circle lines configuation group * Main dashboard CSS Updates * Part2 UI Cleanup * Great circle lines on off and changed radio1 & radio2 SQL commands * bug fixes 20221210 * Chart Resizing fixed. * fix #15 Update Version on Config page. States Will not allow you to change version if pending changes on flow. * Reorganized Config Page. Remove duplicate for #16 and #17 * Update package.json to new version * Changed package to update on dashboard refresh. * Fixed for all project folders. * Updated Checkout Command to folder. * Add debug node for configuration * 30 lightning (#31) Resolves #30. Added node.status to many function nodes. Disabled current backup and restore function in lieu of node-red context storage. Co-authored-by: kd9lsv <[email protected]> * Fixed IsFocus in Radio Data for Radio2 * Op Page CSS Rework. * Update CSS * Removed Spot Rate * 10 & 30 Minute Data * Band Stats CSS Matching * Band and Radio Values CSS. * Band stats chart CSS updates * PC Name Issue * Cleaned Up Radio Input Manually. Pending SQL. * Config Page Redesign (#33) * Config Restructure Part 1. * Flip Locks on Dashboard * Setup Score UDP and Left off. * Fixed ui to fill variables in forms. * Clean UI Changes and turned off HTTP OnlineScoreBoard * Update Changelog for PR. * Update to version V1.0.0 Co-authored-by: kylekrieg <[email protected]> Co-authored-by: AA0Z <[email protected]>
kd9lsv
added a commit
that referenced
this pull request
Jan 9, 2023
* Simplify Map Init Layers. * Ui Group Modifications * SQL Query Callsign from DB * Fixed #17, E16 Added Auto Populate Callsign Added Auto Populate Radio * Fixed #12 by adding "Full Exchange"(all) * Working on #16 #17 Needs work still * OP Competition SQL S&P Fix * Create changelog.md * Added great circle lines configuation group * Main dashboard CSS Updates * Part2 UI Cleanup * Great circle lines on off and changed radio1 & radio2 SQL commands * bug fixes 20221210 * Chart Resizing fixed. * fix #15 Update Version on Config page. States Will not allow you to change version if pending changes on flow. * Reorganized Config Page. Remove duplicate for #16 and #17 * Update package.json to new version * Changed package to update on dashboard refresh. * Fixed for all project folders. * Updated Checkout Command to folder. * Add debug node for configuration * 30 lightning (#31) Resolves #30. Added node.status to many function nodes. Disabled current backup and restore function in lieu of node-red context storage. Co-authored-by: kd9lsv <[email protected]> * Fixed IsFocus in Radio Data for Radio2 * Op Page CSS Rework. * Update CSS * Removed Spot Rate * 10 & 30 Minute Data * Band Stats CSS Matching * Band and Radio Values CSS. * Band stats chart CSS updates * PC Name Issue * Cleaned Up Radio Input Manually. Pending SQL. * Config Page Redesign (#33) * Config Restructure Part 1. * Flip Locks on Dashboard * Setup Score UDP and Left off. * Fixed ui to fill variables in forms. * Clean UI Changes and turned off HTTP OnlineScoreBoard * Update Changelog for PR. * Update to version V1.0.0 Co-authored-by: kylekrieg <[email protected]> Co-authored-by: AA0Z <[email protected]>
kylekrieg
added a commit
that referenced
this pull request
Jan 17, 2023
* Simplify Map Init Layers. * Ui Group Modifications * SQL Query Callsign from DB * Fixed #17, E16 Added Auto Populate Callsign Added Auto Populate Radio * Fixed #12 by adding "Full Exchange"(all) * Working on #16 #17 Needs work still * OP Competition SQL S&P Fix * Create changelog.md * Added great circle lines configuation group * Main dashboard CSS Updates * Part2 UI Cleanup * Great circle lines on off and changed radio1 & radio2 SQL commands * bug fixes 20221210 * Chart Resizing fixed. * fix #15 Update Version on Config page. States Will not allow you to change version if pending changes on flow. * Reorganized Config Page. Remove duplicate for #16 and #17 * Update package.json to new version * Changed package to update on dashboard refresh. * Fixed for all project folders. * Updated Checkout Command to folder. * Add debug node for configuration * 30 lightning (#31) Resolves #30. Added node.status to many function nodes. Disabled current backup and restore function in lieu of node-red context storage. Co-authored-by: kd9lsv <[email protected]> * Fixed IsFocus in Radio Data for Radio2 * Op Page CSS Rework. * Update CSS * Removed Spot Rate * 10 & 30 Minute Data * Band Stats CSS Matching * Band and Radio Values CSS. * Band stats chart CSS updates * PC Name Issue * Cleaned Up Radio Input Manually. Pending SQL. * Config Page Redesign (#33) * Config Restructure Part 1. * Flip Locks on Dashboard * Setup Score UDP and Left off. * Fixed ui to fill variables in forms. * Clean UI Changes and turned off HTTP OnlineScoreBoard * Update Changelog for PR. * Update to version V1.0.0 Co-authored-by: kylekrieg <[email protected]> Co-authored-by: AA0Z <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #30. Added node.status to many function nodes. Disabled current backup and restore function in lieu of node-red context storage.