-
Notifications
You must be signed in to change notification settings - Fork 430
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
Update for List View in Shifting from Gird LayOut to List Layout #8882
Open
AnveshNalimela
wants to merge
26
commits into
ohcnetwork:develop
Choose a base branch
from
AnveshNalimela:issue/8832/ui-align
base: develop
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.
+211
−48
Open
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
567eaf4
Resloved the UI and Changed GRID 3 cols
AnveshNalimela c1fa939
Merge branch 'develop' into issue/8832/ui-align
AnveshNalimela 56daa75
Merge branch 'develop' into issue/8832/ui-align
nihal467 eb78865
Update src/Components/Shifting/ListView.tsx
nihal467 e6f746f
removed the import
nihal467 ddea232
Made the UI Redesign in Shifting list view
AnveshNalimela 1bf4645
added i18n translation in List View
AnveshNalimela 8bf77c7
Reset the files
AnveshNalimela d73e933
Resloved conflicts
AnveshNalimela 8e9ac09
Resloved merge conflicts
AnveshNalimela 9249fc9
added uppercase className and remove translations from other languages
AnveshNalimela 548707a
made view Responsive for sm,md screens
AnveshNalimela 413ff0e
added shiftingModel type and removed any
AnveshNalimela d39f573
Merge branch 'develop' into issue/8832/ui-align
AnveshNalimela eee33a0
Merge branch 'develop' into issue/8832/ui-align
AnveshNalimela fe351b1
Merge branch 'develop' into issue/8832/ui-align
AnveshNalimela f76311a
Made resposive and aligned patient to left
AnveshNalimela d8acaba
Update src/Locale/ta.json
AnveshNalimela b6a5792
Made resposive and aligned patient to left
AnveshNalimela 8737c3f
Made responsive and headings aligned
AnveshNalimela ef79258
Merge branch 'issue/8832/ui-align' of https://github.com/AnveshNalime…
AnveshNalimela 7838317
Merge branch 'develop' into issue/8832/ui-align
AnveshNalimela 9b042b7
added Removed keys
AnveshNalimela 2cd8c0f
added proper types suggested by coderrabitai
AnveshNalimela 923a3dc
Merge branch 'develop' into issue/8832/ui-align
AnveshNalimela 768f494
after resloved
AnveshNalimela 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
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.
🛠️ Refactor suggestion
Use optional chaining for safer property access.
As suggested by static analysis, use optional chaining for safer property access:
Also applies to: 177-178
🧰 Tools
🪛 Biome
[error] 166-166: Change to an optional chain.
Unsafe fix: Change to an optional chain.
(lint/complexity/useOptionalChain)