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

Added: Warning for unsupported browsers #8417

Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
24733d0
init
AdityaJ2305 Aug 24, 2024
f63fbb9
Fix:#issue:8403
AdityaJ2305 Aug 24, 2024
6223ad7
Fix:#issue:8403
AdityaJ2305 Aug 24, 2024
e275208
Fix:#issue:8403
AdityaJ2305 Aug 24, 2024
da121c7
init
AdityaJ2305 Aug 24, 2024
00fee3f
Merge branch 'develop' into issues/8403/Warning_for_Unsupported_Browsers
AdityaJ2305 Aug 24, 2024
bbd533b
Fix: Render warning only on login page (#8403)
AdityaJ2305 Aug 26, 2024
746f171
Update src/Components/ErrorPages/BrowserWarning.tsx
AdityaJ2305 Aug 26, 2024
a3e3433
Merge branch 'ohcnetwork:develop' into issues/8403/Warning_for_Unsupp…
AdityaJ2305 Aug 28, 2024
7062a7f
updated browser-warning user agent parsing to precompiled regex, upda…
itsRaCl Aug 28, 2024
4c25751
Delete package-lock.json
AdityaJ2305 Aug 28, 2024
7fe9561
Merge pull request #1 from itsRaCl/issues/8403/Warning_for_Unsupporte…
AdityaJ2305 Aug 28, 2024
94989c2
init
AdityaJ2305 Aug 28, 2024
6956ed7
init
AdityaJ2305 Aug 28, 2024
82e40c0
bower added
AdityaJ2305 Aug 28, 2024
1a6f9fb
bower added
AdityaJ2305 Aug 28, 2024
90c1fbb
Delete package-lock.json
AdityaJ2305 Aug 30, 2024
854519e
Revert "Delete package-lock.json"
AdityaJ2305 Sep 2, 2024
674b3ce
Merge branch 'develop' into issues/8403/Warning_for_Unsupported_Browsers
AdityaJ2305 Sep 7, 2024
c378076
deleted supportedBrowsers.ts file
AdityaJ2305 Sep 8, 2024
9f09fb8
gitignore supportedBrowsers.ts file &&update the build script
AdityaJ2305 Sep 8, 2024
e0f2924
Apply suggestions from code review
rithviknishad Sep 8, 2024
0efdd66
sync package-lock file
rithviknishad Sep 8, 2024
69dbf3e
sync package-lock file
rithviknishad Sep 8, 2024
91b5402
eliminate unnecessary useState's; add i18n's, fix lints
rithviknishad Sep 8, 2024
5de870d
clean ansi escape characters
sainak Sep 9, 2024
8b70c20
tweak sed regex
sainak Sep 9, 2024
97e4baf
Merge branch 'develop' into issues/8403/Warning_for_Unsupported_Browsers
AdityaJ2305 Sep 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ stats.json
public/build-meta.json
.vscode/*
!.vscode/launch.json

/src/Common/supportedBrowsers.ts
rithviknishad marked this conversation as resolved.
Show resolved Hide resolved

# Reason React
/lib/bs/**
Expand Down
Loading
Loading