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

(feat) O3-2262 & O3-2263: Previously logged in locations should show at the top of the locations' list #954

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
0038de5
Better naming for the variables
vasharma05 Dec 12, 2023
e548826
(fix) Fixed the default login location coming in the every term search
vasharma05 Dec 14, 2023
17fb6b8
Added test to check for default location not coming when searching
vasharma05 Dec 14, 2023
edcf383
Fixed the search term and loading flows
vasharma05 Dec 14, 2023
27718d8
Merge branch 'main' of https://www.github.com/openmrs/openmrs-esm-cor…
vasharma05 Dec 15, 2023
e4af220
Allow saving logged in locations in user properties
vasharma05 Mar 11, 2024
a194b12
Fetching previously logged in locations separately
vasharma05 Mar 11, 2024
1b717e6
Merge branch 'main' of https://www.github.com/openmrs/openmrs-esm-cor…
vasharma05 Mar 11, 2024
a32d47b
Resolved conflicts
vasharma05 Mar 11, 2024
ce56fb9
Moved useLoginLocations inside location picker
vasharma05 Mar 11, 2024
63d8340
Merge branch 'fix/location-picker-preferred-location' into feat/O3-2263
vasharma05 Mar 11, 2024
86015cf
Updating user properties with selected location in a single request
vasharma05 Mar 12, 2024
7b68cc8
Fixed the location display texts
vasharma05 Mar 12, 2024
33bec2a
Updated tests
vasharma05 Mar 20, 2024
9812b9d
Merge branch 'main' of https://www.github.com/openmrs/openmrs-esm-cor…
vasharma05 Mar 21, 2024
a35f34f
Moved useLoginLocations inside react-utils
vasharma05 Mar 21, 2024
3e74338
Clean locations mock
vasharma05 Mar 22, 2024
1784829
Updated documentation
vasharma05 Mar 22, 2024
85b538a
Merge branch 'main' of https://www.github.com/openmrs/openmrs-esm-cor…
vasharma05 Apr 4, 2024
a5c01f6
Review changes
vasharma05 Apr 11, 2024
fb8ac71
Merge branch 'main' of https://www.github.com/openmrs/openmrs-esm-cor…
vasharma05 May 7, 2024
8b0e16a
Review changes
vasharma05 May 7, 2024
6814b71
Updated docs
vasharma05 May 7, 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
Prev Previous commit
Next Next commit
…into feat/O3-2263
  • Loading branch information
vasharma05 committed Mar 21, 2024
commit 9812b9da9b0ee008c6c4d67d3ecb24d3e4d38334
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ import {
RadioButtonSkeleton,
} from '@carbon/react';
import {
navigate,
setSessionLocation,
setUserProperties,
showSnackbar,
getCoreTranslation,
navigate,
setSessionLocation,
useConfig,
useConnectivity,
useSession,
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.