-
Notifications
You must be signed in to change notification settings - Fork 22
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
FEATURE/SN-368 : Workbench module enahancement to have auto localisation creation for mdms data create #2058
Merged
Merged
Changes from 28 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
d7478d9
localization fixes
mithunhegde-egov 3d63498
localization fixes
mithunhegde-egov 5ac73ac
updated
mithunhegde-egov d8c9125
localization changes
mithunhegde-egov 461ae73
mdms edit updated
mithunhegde-egov 608064d
keystroke fix
mithunhegde-egov c30ba57
css fixes
mithunhegde-egov 745974e
inter package json updated
mithunhegde-egov 9d68cf4
ui cusotmization
mithunhegde-egov 5ba8d41
cleanup console
mithunhegde-egov 62cf267
removed console log
mithunhegde-egov 680d8e8
updated mdms edit
mithunhegde-egov c0d0d45
cleanup console log
mithunhegde-egov f3f7561
Merge branch 'develop' into SN368-localizationfixes
mithunhegde-egov 60650ad
console cleanup
mithunhegde-egov a8a7f8c
cleanup console
mithunhegde-egov fd93e5a
review changes
mithunhegde-egov d2cc13a
review fixes
mithunhegde-egov 8cc5498
css version updated
mithunhegde-egov ce10d23
Apply suggestions from code review
jagankumar-egov ad7a49d
index.html css version corrected
mithunhegde-egov 9a32b78
Apply suggestions from code review
jagankumar-egov 6e90017
css version changed in index.html
mithunhegde-egov 70ab85d
Merge branch 'FEATURE/SN-368' of https://github.com/egovernments/DIGI…
mithunhegde-egov e7b8f33
css updated and review changes
mithunhegde-egov 600601a
review changes
mithunhegde-egov eb9cf9a
resolved conflict
mithunhegde-egov fbae350
added comments back
mithunhegde-egov d8dfe5a
Update micro-ui/web/micro-ui-internals/packages/modules/workbench/src…
jagankumar-egov 9eaaa13
coderabbit changes
mithunhegde-egov f8512a4
Merge branch 'FEATURE/SN-368' of https://github.com/egovernments/DIGI…
mithunhegde-egov 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@egovernments/digit-ui-css", | ||
"version": "1.8.10", | ||
"version": "1.8.11", | ||
"license": "MIT", | ||
"main": "dist/index.css", | ||
"author": "Jagankumar <[email protected]>", | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -269,4 +269,4 @@ export const UICustomizations = { | |
} | ||
}, | ||
}, | ||
}; | ||
}; |
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.
🧹 Nitpick (assertive)
LGTM! Well-structured component styles with good organization.
The code details component styles are well-organized with a clear hierarchy and meaningful class names. The use of rem units for measurements and semantic color values is consistent with best practices.
A few suggestions to enhance maintainability:
📝 Committable suggestion