Header changes, added robokop neo4j browser to developer tools#19
Merged
Header changes, added robokop neo4j browser to developer tools#19
Conversation
This file contains hidden or 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
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.
UI Consistency and Label Updates:
Data Mapping and Display Improvements:
Graph.tsxhas been updated to use new property names (name,description,totalNodeCount,totalEdgeCount) instead of the previous ones (graph_name,graph_description,final_node_count,final_edge_count). This ensures that the displayed information matches the current data model and avoids missing or incorrect values.Component Structure:
Gridstyled component inGraph.tsxnow uses double quotes for its tag name, aligning with the new quoting convention.These changes collectively improve code consistency, UI clarity, and data accuracy across the application's header, graph listing, and graph download pages.This pull request primarily updates code style and improves clarity in the
Header.tsxandDownload.tsxcomponents. The main changes are the consistent use of double quotes for imports and strings, minor UI label improvements, and some small content updates for clarity.UI/UX improvements:
Minor refactoring:
Header.tsx.These changes are mostly stylistic and aimed at improving code readability and user interface clarity.
Closes RobokopU24/Feedback#280
Closes RobokopU24/Feedback#281