Skip to content

Update about page content #122

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

Closed
wants to merge 7 commits into from

Conversation

iris-mq
Copy link

@iris-mq iris-mq commented Jun 18, 2025

Update text of about page to include Michael Zhang's 6/16/25 edits.

@iris-mq iris-mq requested a review from wittejm June 18, 2025 21:08
@iris-mq iris-mq self-assigned this Jun 18, 2025
Copy link
Contributor

@wittejm wittejm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

There's a lot of blank lines, which I think you should get rid of most, if not all of them. I think a blank line is ok if the code really looks too jumbled without it, but there really shouldn't be 2 or 3 blank lines together, and there shouldn't be blank lines inside tags like <p>

Also there are merge conflicts because your branch is out of date. You'll need to rebase with git pull -r upsteam main (-r causes it to rebase rather than create a merge commit). When you rebase you'll need to resolve merge conflicts manually.

I notice the page was renamed from AboutPage to About, but otherwise the page is unchanged I think?

@leekahung
Copy link
Contributor

I've just discussed with Michael today about the changes.

For the Disclaimer, we can separate it out from the About page into its own dedicated page/route.

I've got a PR for that (PR #126) so we got that covered.

@yangm2 yangm2 linked an issue Jun 19, 2025 that may be closed by this pull request
@yangm2 yangm2 added this to the MVP milestone Jun 19, 2025
@yangm2 yangm2 added the frontend Frontend implementation (follows UX design) label Jun 19, 2025
@leekahung
Copy link
Contributor

Oh, one more thing to note from Michael, we could add the following for the topline in the About section:

"""
Tenant First Aid is an AI-powered chatbot designed to help tenants navigate rental issues, answer questions, and provides legal advice related to housing and eviction.

It’s called "Tenant First Aid" because it’s like emergency help for renters facing eviction—quick, clear, and focused on what to do right now. Just like medical first aid helps stabilize someone before they can see a doctor, Tenant First Aid gives Oregon tenants the essential legal info they need to understand an eviction notice, respond on time, and avoid mistakes that could cost them their home.
"""

@iris-mq iris-mq force-pushed the Update-about-page-content branch from 2f58556 to bd43063 Compare June 19, 2025 23:15
@iris-mq
Copy link
Author

iris-mq commented Jun 20, 2025

I've addressed the requested changes. Let me know if anything else needs updating!

@iris-mq iris-mq requested a review from wittejm June 20, 2025 00:02
const navigate = useNavigate();

return (
<div className="flex items-center h-dvh pt-16 sm:pt-0">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've noticed the main div element used for styling the mobile version of the component has been removed and the classes for the first children been reverted to the old styling.

Screenshot 2025-06-19 at 5 07 02 PM

Recent changes like this element are in place to make content fill out more of the space.

Screenshot 2025-06-19 at 5 08 32 PM

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm yeah I'm trying to rebase to resolve this issue. Got my brain twisted, but I'll come back to it again tomorrow.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good, think this and the merge conflict should be the last things. I'm good with all the other changes. 👍

@iris-mq
Copy link
Author

iris-mq commented Jun 26, 2025

Replaced this PR with #156. Made a new branch, copied over the changes, and made a couple style adjustments based on the extra length of the text. Please review that PR instead of this one, this one can be closed.

@iris-mq iris-mq closed this Jun 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Frontend implementation (follows UX design)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Separating Disclaimer from About
4 participants