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

Release/v1.7.0 #168

Merged
merged 32 commits into from
Aug 1, 2024
Merged
Changes from 3 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
7c0fb16
Sync changes from samara-mobile
suzalflueck Dec 8, 2023
47c60e6
fix
suzalflueck Dec 8, 2023
4c36ebf
Merge branch 'main' of https://github.com/bcgov/EDUC-SDCI into samara…
suzalflueck Mar 25, 2024
32bdffa
authority style and breadcrumbs
suzalflueck Mar 26, 2024
b9fa24d
the wiggle is gone!
suzalflueck Mar 26, 2024
a1eee31
authority view responsive
suzalflueck Mar 26, 2024
d910c95
District view responsive
suzalflueck Mar 26, 2024
235583e
School view responsive
suzalflueck Mar 26, 2024
63a0763
School search, contacts, and offshore schools responsive
suzalflueck Mar 26, 2024
fa90657
fix dialog on mobile
suzalflueck Mar 26, 2024
78f01de
style fixes to improve mobile look for schools view
suzalflueck Mar 26, 2024
34aa98e
finetune spacing on front page
suzalflueck Apr 3, 2024
f3ceebe
updated heading style for authority and district views
suzalflueck Apr 5, 2024
8f18a27
Fixed .find error in district router and spaces around district title…
suzalflueck Apr 9, 2024
b3cb18c
visual fixes for district and authority views
suzalflueck Apr 9, 2024
51c9d08
Merge branch 'main' of https://github.com/bcgov/EDUC-SDCI into samara…
suzalflueck Apr 17, 2024
d54c056
Added contact type to district contacts extract
suzalflueck Apr 17, 2024
1883463
fixes to mid-sized displays
suzalflueck Apr 19, 2024
dce5017
Merge pull request #162 from bcgov/samara-responsive
michaeltangbcgov Apr 19, 2024
fc52945
Merge branch 'release/v1.7.0' of https://github.com/bcgov/EDUC-SDCI i…
suzalflueck Apr 19, 2024
2e22a9e
Merge pull request #163 from bcgov/sdci-112
michaeltangbcgov Apr 19, 2024
761d80d
fixed district router sometimes failing on .find()
suzalflueck Apr 23, 2024
52ef152
update ZAP scan version
suzalflueck Apr 23, 2024
c78a956
Merge pull request #164 from bcgov/sdci-113
michaeltangbcgov Apr 25, 2024
66f221c
hd24076 fixes
michaeltangbcgov Apr 25, 2024
2fa81f5
Merge pull request #165 from bcgov/hd24076
suzalflueck Apr 25, 2024
f4517a9
add check
suzalflueck Apr 29, 2024
045ba8c
backend fixes for async issues
suzalflueck May 3, 2024
e2343ab
added async to app store
suzalflueck May 6, 2024
e157674
Fixed missing responses in backend and cleaning up routing since we w…
suzalflueck May 9, 2024
98cfe30
Remove comment block
suzalflueck May 23, 2024
6ce9f13
Merge pull request #166 from bcgov/sdci-113
michaeltangbcgov May 23, 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
1 change: 1 addition & 0 deletions frontend/src/views/DistrictView.vue
Original file line number Diff line number Diff line change
@@ -148,6 +148,7 @@ onMounted(async () => {
return {
'District Number': response.data.districtData?.districtNumber,
'District Name': response.data.districtData?.displayName,
'Contact Type': item.label,
'Job Title': item.jobTitle,
'First Name': item.firstName,
'Last Name': item.lastName,