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

The series of updates in this PR will solve dependency installation and project build issues #93

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
fa105bb
- install the dependencies and update by using "yarn upgrade-interact…
arsahindev Jan 9, 2024
395c127
solve "JSX props should not use functions react/jsx-no-bind" for Edi…
arsahindev Jan 9, 2024
35f39df
solve "JSX props should not use functions react/jsx-no-bind" for Nei…
arsahindev Jan 9, 2024
67f5030
solve "JSX props should not use functions react/jsx-no-bind" for Nei…
arsahindev Jan 9, 2024
4ef762e
solve "JSX props should not use functions react/jsx-no-bind" for Not…
arsahindev Jan 9, 2024
93b044e
solve "JSX props should not use functions react/jsx-no-bind" for Sig…
arsahindev Jan 9, 2024
4ef796f
solve "JSX props should not use functions react/jsx-no-bind" for Sig…
arsahindev Jan 9, 2024
dd70237
solve "A control must be associated with a text label jsx-a11y/contr…
arsahindev Jan 9, 2024
302c509
solve "A control must be associated with a text label jsx-a11y/contr…
arsahindev Jan 9, 2024
993caef
solve "A control must be associated with a text label jsx-a11y/contr…
arsahindev Jan 9, 2024
9457194
I've fixed the proglem of me unintentionally writing useSelector inst…
arsahindev Jan 9, 2024
37acad8
update snapshots of component snapshot tests
arsahindev Jan 9, 2024
4c0abc5
Merge pull request #3 from ARS-coding/1-update-to-the-dependencies-to…
arsahindev Jan 9, 2024
bf3240e
change the react-hook-fdrm version from '^7.14.2' to '7.45.4'
arsahindev Jan 9, 2024
8d89a4c
Merge pull request #4 from ARS-coding/1-update-to-the-dependencies-to…
arsahindev Jan 9, 2024
8a2503f
add google analytics 4 tag
arsahindev Apr 6, 2024
0c8adce
Merge pull request #5 from ARS-coding/1-update-to-the-dependencies-to…
arsahindev Apr 6, 2024
da5bf98
add .nvmrc
arsahindev Apr 6, 2024
d363acb
pass NODE_OPTIONS='--openssl-legacy-provider' env variable to start a…
arsahindev Apr 6, 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
update snapshots of component snapshot tests
  • Loading branch information
arsahindev committed Jan 9, 2024
commit 37acad86881e94b572ffab1f1bda9696c64b8191
14 changes: 7 additions & 7 deletions src/components/FAQ/__snapshots__/index.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@ exports[`FAQ Section renders Features section correctly 1`] = `
className="first-column d-flex flex-column justify-content-center align-items-start col-md-6 col-sm-12 col-12"
>
<h2>
FAQs
global_FAQ
</h2>
<h5>
Are meetings safe?
global_safety
</h5>
<p>
For this important topic, we have collaborated with popular cafes and places all around of Istanbul so that our neighbours would be able to meet with each other without worries.
global_safety-text
</p>
<h5>
What is the point?
global_the_point
</h5>
<p>
More than 264 million people suffer from depression worldwide and with quarantine, it was not getting any better. That’s why it’s so important for us to solve the problem of people feeling more and more isolated as time progresses. We care about you, and would like you to care about your neighbour so that, we could be a stronger community.
global_the_point_text
</p>
<h5>
How does all of this work?
global_how_it_works
</h5>
<p>
With the data that you provide in your profile, we are carefully filtering neighbours that you may want to meet and network with.
global_how_it_works_text
</p>
</div>
<div
Expand Down
14 changes: 7 additions & 7 deletions src/components/FAQContent/__snapshots__/index.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@ exports[`FAQContent Section renders Features section correctly 1`] = `
className="first-column d-flex flex-column justify-content-center align-items-start col-md-6 col-sm-12 col-12"
>
<h2>
FAQs
global_FAQ
</h2>
<h5>
Are meetings safe?
global_safety
</h5>
<p>
For this important topic, we have collaborated with popular cafes and places all around of Istanbul so that our neighbours would be able to meet with each other without worries.
global_safety-text
</p>
<h5>
What is the point?
global_the_point
</h5>
<p>
More than 264 million people suffer from depression worldwide and with quarantine, it was not getting any better. That’s why it’s so important for us to solve the problem of people feeling more and more isolated as time progresses. We care about you, and would like you to care about your neighbour so that, we could be a stronger community.
global_the_point_text
</p>
<h5>
How does all of this work?
global_how_it_works
</h5>
<p>
With the data that you provide in your profile, we are carefully filtering neighbours that you may want to meet and network with.
global_how_it_works_text
</p>
</div>
<div
Expand Down
14 changes: 7 additions & 7 deletions src/components/Features/__snapshots__/index.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports[`Features Section renders Features section correctly 1`] = `
className="features-content-container d-flex flex-column justify-content-center container"
>
<h2>
Features
features_title
</h2>
<div
className="features-content-row d-md-flex justify-content-md-around text-center row"
Expand All @@ -27,12 +27,12 @@ exports[`Features Section renders Features section correctly 1`] = `
<div
className="card-title h5"
>
Meet
features_title_meet
</div>
<p
className="card-text"
>
Find people in your neighborhood and expand your network.
features_title_meet_text
</p>
</div>
</div>
Expand All @@ -50,12 +50,12 @@ exports[`Features Section renders Features section correctly 1`] = `
<div
className="card-title h5"
>
Filtering
features_title_message
</div>
<p
className="card-text"
>
Filter nearby people by their age, gender and interests.
features_title_message_text
</p>
</div>
</div>
Expand All @@ -73,12 +73,12 @@ exports[`Features Section renders Features section correctly 1`] = `
<div
className="card-title h5"
>
Coupons
features_title_coupons
</div>
<p
className="card-text"
>
Get coupons from our sponsored places and pay less.
features_title_coupons_text
</p>
</div>
</div>
Expand Down
22 changes: 15 additions & 7 deletions src/components/Footer/__snapshots__/index.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -17,34 +17,40 @@ exports[`Footer Section renders Footer section correctly 1`] = `
href="/our-team"
onClick={[Function]}
>
Our Team
footer_team
</a>
<a
className="mx-3"
href="/contact-us"
onClick={[Function]}
>
Contact Us
footer_contact
</a>
<a
href="/faq"
onClick={[Function]}
>
FAQ
footer_faq
</a>
</div>
<div
className="d-flex justify-content-center align-items-center my-2 my-sm-2 my-sm-0 col-md-4 col-sm-12 col-12"
>
<p>
Copyright © Re:Coded 2021
</p>
<div
className="d-flex flex-column justify-content-center align-items-center"
>
<p>
footer_copyright
</p>
</div>
</div>
<div
className="social-media-logos d-flex justify-content-center justify-content-sm-center justify-content-md-end align-items-center col-md-4 col-sm-12 col-12"
>
<div />
<a
href="https://twitter.com"
aria-label="Twitter Logo"
href="https://www.twitter.com"
rel="external noreferrer"
target="_blank"
>
Expand All @@ -53,6 +59,7 @@ exports[`Footer Section renders Footer section correctly 1`] = `
</svg>
</a>
<a
aria-label="Instagram Logo"
href="https://www.instagram.com"
rel="external noreferrer"
target="_blank"
Expand All @@ -62,6 +69,7 @@ exports[`Footer Section renders Footer section correctly 1`] = `
</svg>
</a>
<a
aria-label="Facebook Logo"
href="https://www.facebook.com"
rel="external noreferrer"
target="_blank"
Expand Down
6 changes: 3 additions & 3 deletions src/components/NeighborCard/__snapshots__/index.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ exports[`NeighborCard renders NeighborCard correctly 1`] = `
<small
className="text-center"
>
test / test
test /
</small>
<button
className="sc-bdnxRM sc-fujyAs hPJaof PaHUc"
className="sc-aXZVg sc-imWYAI fNOrQy czbMBo"
onClick={[Function]}
>
Invite To Meet!
neighborcards_button
</button>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,41 +59,42 @@ Array [
<div
className="card-title card-title h5"
>
Details
summodal_title
</div>
<ul
className="d-flex flex-column justify-content-around mb-0"
>
<li>
Age:
profile_general_info_card_age

<span>
Age yet to be added.
neighborssummod_age_tba
</span>
</li>
<li>
Gender:
profile_general_info_card_gender

<span />
</li>
<li>
Bio:
profile_about_you_bio

<span>
Bio yet to be added.
neighborssummod_bio_tba
</span>
</li>
<li>
Interests:
profile_about_you_interests

<span>
Interests yet to be added.
neighborssummod_interests_tba
</span>
</li>
<li>
Education:
profile_general_info_card_education

<span>
Education yet to be added.
neighborssummod_education_tba
</span>
</li>
</ul>
Expand All @@ -104,10 +105,10 @@ Array [
className="modal-footer"
>
<button
className="sc-bdnxRM sc-fujyAs hPJaof PaHUc mx-auto"
className="sc-aXZVg sc-imWYAI fNOrQy czbMBo mx-auto"
onClick={[Function]}
>
Invite To Meet!
neighborcards_button
</button>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ exports[`NotificationMenuItem renders NotificationMenuItem correctly 1`] = `
<p
className="text-center"
>
test
tes ile olan buluşmanız nasıl geçti?
</p>
<div
className="feedback-buttons d-flex justify-content-center"
>
<button
className="sc-bdnxRM sc-jrsJWt hPJaof kTNuYI me-3"
className="sc-aXZVg sc-dhKdcB fNOrQy kpDLMY me-3"
id="test"
onClick={[Function]}
type="button"
>
👍🏼
</button>
<button
className="sc-bdnxRM sc-kEqXSa hPJaof lcbPMi"
className="sc-aXZVg sc-kpDqfm fNOrQy fcKoOW"
id="test"
onClick={[Function]}
type="button"
Expand Down
8 changes: 4 additions & 4 deletions src/components/PrimaryHero/__snapshots__/index.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ exports[`PrimaryHero page renders PrimaryHero page correctly 1`] = `
className="first-column p-0 pb-2 pb-sm-2 pb-md-0 d-flex flex-column justify-content-center align-items-start col-md-6 col-sm-12 col-12"
>
<h1>
Love Thy Neighbor!
Love Thy Neighbor
</h1>
<p>
Let’s build a strong, dynamic and caring community that uplifts each other.
home_slogan
</p>
<button
className="sc-bdnxRM sc-gtsrHT hPJaof bLMOay"
className="sc-aXZVg sc-gEvEer fNOrQy gjskzS"
onClick={[Function]}
>
Join Us!
home_join_us_button
</button>
</div>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exports[`RecommendedPlacesAccordion page renders RecommendedPlacesAccordion page
onClick={[Function]}
type="button"
>
Recommended Places
neighbors_recommended_pholder
</button>
</h2>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,13 @@ exports[`SecondaryHero Page renders SecondaryHero Page correctly 1`] = `
className="px-0 pt-xs-5 pt-xs-5 pt-md-0 d-flex flex-column justify-content-center align-items-start col-md-6 col-sm-12 col-12 order-md-last order-sm-first order-first"
>
<h2>
Welcome,
home_second_slogan_big
</h2>
<h1>
to be welcomed.
home_second_slogan_small
</h1>
<p>
Respect each other and feel the genuine
<span>
connection.
</span>
home_lesser_slogan
</p>
</div>
</div>
Expand Down
Loading