-
Notifications
You must be signed in to change notification settings - Fork 2
Graph branch #46
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
Open
shadiamanan
wants to merge
99
commits into
tinyaiot-ps:main
Choose a base branch
from
TinyAIoT:graph-branch
base: main
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
Graph branch #46
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
Updated Map.tsx with optimized logic
trashcans on map are grey if no new data and possible to login on hitting enter
…into language-fix-bug
Removed the "Settings" tab as it was not having any functionality.
Made "Project" to "Project Settings"
Added new menu item for "Project Settings" in the Navigation Bar
Removed "Overview" tab from the Navigation bar.
Updated toggle button states in the side Navigation bar on trash can front end interface.
…unctionality on the main page and removed the extra Account settings page. Added the logout button in Side Navigation bar and added the logout functionality on the main page and removed the extra Account settings page.
Updated Side Navigation Bar for German Language Menu
…eSwitcher and Theme Context files for dark mode. Added dark mode support in tailwind.config.ts file. fix: Resolved hydration error in dark mode Features added: Added ThemeProvider for dark mode support. Added ThemeSwitcher and Theme Context files for dark mode. Added dark mode support in tailwind.config.ts file. fix: Resolved hydration error in dark mode
localization issues has been fixed
Implemented Dark Mode in front end (Issue#8 on GitHub)
…n dark mode, now this has been fixed and tooltips are appearing in dark mode when mouse is hovered over plots Tooltips in main dashboard and in "Trashbins" tab were disappearing in dark mode, now this has been fixed and tooltips are appearing in dark mode when mouse is hovered over plots
Space between "Route" and "Trashbins" tab fixed and reduced in SideNavBar
…in "Side Navigation" bar. Now fixed. Fixed the issue that "Dashboard Tab" is always selected in dark mode in "Side Navigation" bar. Now fixed.
fix authToken
osrm https
…facilitating switching between light and dark modes The bar on the left hand side of the "Side Navigation Bar" has been removed now for facilitating switching between light and dark modes.
Fixed trashbins table styling. It is now restored.
dark mode etc
Line Chart Updated Based on Time Gap Between the Data Points
…e gap between the corresponding data points on the line chart Updated the line chart for reflecting the gaps on x-axis based on time gap between the corresponding data points on the line chart
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.
Updated the line chart for reflecting the gaps on x-axis based on time gap between the corresponding data points on the line chart.