-
Notifications
You must be signed in to change notification settings - Fork 318
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
Is valid gps input new & setLayout #1402
Open
zhenga5
wants to merge
21
commits into
OpenEnergyDashboard:development
Choose a base branch
from
zhenga5:isValidGPSInputNew
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
598e3e6
Moving setLayout functions to utils
zhenga5 372f0d5
Changed Radar Chart Components to use setHelpLayout
zhenga5 a95dbd5
Formatting +keeping setThreeDLayout as a unique function of ThreeDCom…
zhenga5 fdd24af
Fixing changes made during testing
zhenga5 50356f2
Created isValidGPSInputNew that returns boolean and a message of the …
zhenga5 2ece75f
adapting and testing CreateGroupModalComponent to use the new isValid…
zhenga5 efc219a
Formatting +keeping setThreeDLayout as a unique function of ThreeDCom…
zhenga5 2eb4665
Creating new setLayout file in utils for import
zhenga5 7b5e7da
Adapted CreateGroupModalComponent to use IsValidGPSInputNew
zhenga5 2ebf879
Adapted EditGroupModalComponent to use isValidGPSInputNew
zhenga5 d2973a4
Implemented isValidGPSInputNew as a temporary solution and will adapt…
zhenga5 0ef59f6
Adapted CreateMeterModalComponent to use isValidGPSInputNew
zhenga5 9784579
Changed return message from isValidGPSInputNew for Component files to…
zhenga5 deba460
Merge remote-tracking branch 'upstream/development' into isValidGPSIn…
zhenga5 03a07fd
Merge remote-tracking branch 'origin/isValidGPSInputNew' into isValid…
zhenga5 a3e8c09
Fixing isValidGpsInputNew Logic to fix error notification for invalid…
zhenga5 eb66706
Changing to use isValidGPSInputNew
zhenga5 5d994ab
Changing all adapted files back to isValidGPSInput and deleting tempo…
zhenga5 db24b73
Formatting + adding translations for error messages
zhenga5 b12513d
Remove TODO Comments
zhenga5 87b2885
formatting, much outside this PR
huss File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't your doing but would it work if you had an else clause that showed the error if the GPS is invalid? Up to now the code simply does nothing.