-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance Dashboard: Implement Comprehensive Support for JSON Objects
- Added functionality to fully process and display JSON objects within the dashboard. - Updated data handling methods to accommodate nested structures and arrays. - Improved UI components to render JSON data dynamically. Add JSON manifest for generating platform-specific code from JSON files - JSON manifest that enables the generation of platform-specific code based on the provided JSON files. This enhancement streamlines the development process and ensures better code organization for different platforms. Enhance brand switching process by enabling resource copying - Implemented functionality to copy resources associated with a brand during the switching process. - Utilized a resources manifest to streamline the resource management. - This improvement ensures a smoother transition between brands, maintaining consistency and reducing manual resource handling.
- Loading branch information
1 parent
5db6721
commit c57f639
Showing
54 changed files
with
2,358 additions
and
1,530 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
source "https://rubygems.org" | ||
|
||
gem 'solara', '0.2.4' | ||
gem "rspec", "~>3.13.0" | ||
gemspec |
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.