Skip to content
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 #3

Merged
merged 127 commits into from
Jun 5, 2022
Merged

Update #3

merged 127 commits into from
Jun 5, 2022

Conversation

siddnikh
Copy link
Owner

@siddnikh siddnikh commented Jun 5, 2022

No description provided.

gigincg and others added 30 commits September 24, 2021 23:07
Weekly Production Release 24 Sep
Production Release; Whitelabeling with env; Bigfixes
Production Release; Features & Bugfixes; Early October Minor Release
Production Release; October End
Production Release | January
Production Release; Week 2 February
Production Release Feb Week 3
Production Release Feb Week 4
March Week 1 Production Release
Production Release March Week 2
Production Release - Merge after merging #2269
khavinshankar and others added 28 commits June 2, 2022 16:54
replaced all occurrences of whitespace-no-wrap to whitespace-nowrap (tailwind migration)
Restyled for mobile view Issue#2535
fix: responsive behaviour for resource page
as per @khavinshankar's review

Co-authored-by: Khavin Shankar <khavinshankar@gmail.com>
Fixed the button getting hidden in mobile screen of Patient Feed Page and Asset Configuration Page
Fixed the Ui unresposive behaviour of Shifting page in mobile devices
Added uniformity to the page Fixes Issue#2522
Fixed the Ui of Patient page unresponsive behaviour in mobile
Fix asset qr code id empty string
Adds hints for delete last entry, mark as accident and unmark actions in inventory management
Fixed the unresponsive behaviour of UI in sample test page
Improve Sample Test page and Voice Recorder
@siddnikh siddnikh merged commit 7b8c8a6 into siddnikh:develop Jun 5, 2022
@@ -31,6 +31,11 @@
return Math.floor(Math.random() * max) + min;
};

export const validateName = (name: string) => {
const pattern = /^([a-zA-Z]*( [a-zA-Z])?)+$/;

Check failure

Code scanning / CodeQL

Inefficient regular expression

This part of the regular expression may cause exponential backtracking on strings containing many repetitions of 'A'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet