From e1c6d6dd40499b55fbc52b7113e40a9fec21c5f6 Mon Sep 17 00:00:00 2001 From: iris-mq <83248477+iris-mq@users.noreply.github.com> Date: Mon, 16 Jun 2025 19:04:32 -0700 Subject: [PATCH 1/7] Update about page content --- frontend/src/AboutPage.tsx | 77 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 frontend/src/AboutPage.tsx diff --git a/frontend/src/AboutPage.tsx b/frontend/src/AboutPage.tsx new file mode 100644 index 0000000..96fcc79 --- /dev/null +++ b/frontend/src/AboutPage.tsx @@ -0,0 +1,77 @@ +import { useNavigate } from "react-router-dom"; + +export default function AboutPage() { + const navigate = useNavigate(); + + return ( +
+ + +

Tenant First Aid

+ +

+ Tenant First Aid is an AI-powered chatbot designed to help Oregon tenants navigate housing and eviction issues. +

+ +

It is a volunteer-built program by Code for PDX and Qui Qiu Law.

+ + +

Contact:

+

Michael Zhang

+

Attorney, licensed in Oregon and Washington

+

michael@qiu-qiulaw.com

+ + +

Features

+ +

How It Works

+

+ Simply type your question or describe your situation, and Tenant First Aid will provide helpful information or direct you to relevant resources. +

+ +

Quick Facts:

+ + + + +

Disclaimer

+

+ TenantFirst is an AI assistant and does not provide legal advice. For complex or urgent legal matters, please consult a qualified professional. +

+

+ Tenant First Aid can answer questions about Oregon law and provides legal information. Legal information is not the same as legal advice, which is the application of law to an individual's specific circumstances. + +

+

+ Tenant First Aid and Qiu-Qiu Law and its affiliated organizations make no claim as to accuracy and is not responsible for any consequences that may result from the use of Tenant First Aid. We recommend that you consult with a licensed attorney if you want assurance that the information provided is appropriate for your particular situation. You should not and are not authorized to rely on Tenant First Aid as a source of legal advice. The use of Tenant First Aid does not create an attorney-client relationship between you and Tenant First Aid, Qiu-Qiu Law, or any of its affiliated organizations. + + +

+
+ ); +} \ No newline at end of file From 734e6eba3188a6f9ccbc751fa193fec52dc9d089 Mon Sep 17 00:00:00 2001 From: iris-mq <83248477+iris-mq@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:44:18 -0700 Subject: [PATCH 2/7] Remove extra spaces & fix typos --- frontend/src/AboutPage.tsx | 35 +++-------------------------------- 1 file changed, 3 insertions(+), 32 deletions(-) diff --git a/frontend/src/AboutPage.tsx b/frontend/src/AboutPage.tsx index 96fcc79..1ab0b51 100644 --- a/frontend/src/AboutPage.tsx +++ b/frontend/src/AboutPage.tsx @@ -15,35 +15,22 @@ export default function AboutPage() { Back -

Tenant First Aid

- -

- Tenant First Aid is an AI-powered chatbot designed to help Oregon tenants navigate housing and eviction issues. -

- -

It is a volunteer-built program by Code for PDX and Qui Qiu Law.

- - +

Tenant First Aid is an AI-powered chatbot designed to help Oregon tenants navigate housing and eviction issues.

+

It is a volunteer-built program by Code PDX and Qiu Qiu Law.

Contact:

Michael Zhang

Attorney, licensed in Oregon and Washington

michael@qiu-qiulaw.com

- -

Features

How It Works

-

- Simply type your question or describe your situation, and Tenant First Aid will provide helpful information or direct you to relevant resources. -

- +

Simply type your question or describe your situation, and Tenant First Aid will provide helpful information or direct you to relevant resources.

Quick Facts:

- - - -

Disclaimer

-

- TenantFirst is an AI assistant and does not provide legal advice. For complex or urgent legal matters, please consult a qualified professional. -

-

- Tenant First Aid can answer questions about Oregon law and provides legal information. Legal information is not the same as legal advice, which is the application of law to an individual's specific circumstances. - -

-

- Tenant First Aid and Qiu-Qiu Law and its affiliated organizations make no claim as to accuracy and is not responsible for any consequences that may result from the use of Tenant First Aid. We recommend that you consult with a licensed attorney if you want assurance that the information provided is appropriate for your particular situation. You should not and are not authorized to rely on Tenant First Aid as a source of legal advice. The use of Tenant First Aid does not create an attorney-client relationship between you and Tenant First Aid, Qiu-Qiu Law, or any of its affiliated organizations. - - -

); } \ No newline at end of file From bd43063ddfa55e4f1218f44d526f8a05231864e0 Mon Sep 17 00:00:00 2001 From: iris-mq <83248477+iris-mq@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:49:22 -0700 Subject: [PATCH 3/7] Add text explaining TFA name --- frontend/src/AboutPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/AboutPage.tsx b/frontend/src/AboutPage.tsx index 1ab0b51..4b78cb7 100644 --- a/frontend/src/AboutPage.tsx +++ b/frontend/src/AboutPage.tsx @@ -16,8 +16,8 @@ export default function AboutPage() { Back

Tenant First Aid

-

Tenant First Aid is an AI-powered chatbot designed to help Oregon tenants navigate housing and eviction issues.

-

It is a volunteer-built program by Code PDX and Qiu Qiu Law.

+

Tenant First Aid is an AI-powered chatbot designed to help Oregon tenants navigate housing and eviction issues. It is a volunteer-built program by Code PDX and Qiu Qiu Law.

+

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.

Contact:

Michael Zhang

Attorney, licensed in Oregon and Washington

From b34087b22a80a1ddf8e2f4b204a7be26c473d26b Mon Sep 17 00:00:00 2001 From: iris-mq <83248477+iris-mq@users.noreply.github.com> Date: Thu, 19 Jun 2025 16:30:54 -0700 Subject: [PATCH 4/7] Fix formatting with Prettier --- frontend/src/AboutPage.tsx | 149 ++++++++++++++++++++++++++----------- 1 file changed, 105 insertions(+), 44 deletions(-) diff --git a/frontend/src/AboutPage.tsx b/frontend/src/AboutPage.tsx index 4b78cb7..a7a51dd 100644 --- a/frontend/src/AboutPage.tsx +++ b/frontend/src/AboutPage.tsx @@ -1,48 +1,109 @@ import { useNavigate } from "react-router-dom"; export default function AboutPage() { - const navigate = useNavigate(); + const navigate = useNavigate(); - return ( -
- -

Tenant First Aid

-

Tenant First Aid is an AI-powered chatbot designed to help Oregon tenants navigate housing and eviction issues. It is a volunteer-built program by Code PDX and Qiu Qiu Law.

-

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.

-

Contact:

-

Michael Zhang

-

Attorney, licensed in Oregon and Washington

-

michael@qiu-qiulaw.com

-

Features

- -

How It Works

-

Simply type your question or describe your situation, and Tenant First Aid will provide helpful information or direct you to relevant resources.

-

Quick Facts:

- -
- ); -} \ No newline at end of file + return ( +
+ +

+ Tenant First Aid +

+

+ Tenant First Aid is an AI-powered chatbot designed to + help Oregon tenants navigate housing and eviction issues. It is a + volunteer-built program by{" "} + + Code PDX + {" "} + and{" "} + + Qiu Qiu Law + + . +

+

+ 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. +

+

+ Contact: +

+

Michael Zhang

+

Attorney, licensed in Oregon and Washington

+

michael@qiu-qiulaw.com

+

+ Features +

+ +

+ How It Works +

+

+ Simply type your question or describe your situation, and Tenant First + Aid will provide helpful information or direct you to relevant + resources. +

+

Quick Facts:

+ +
+ ); +} From c95a14a67ca11fa458f7b0ff51a376edddff7e03 Mon Sep 17 00:00:00 2001 From: iris-mq <83248477+iris-mq@users.noreply.github.com> Date: Thu, 19 Jun 2025 16:44:41 -0700 Subject: [PATCH 5/7] Style list items and links --- frontend/src/About.tsx | 147 +++++++++++++++++++++++++------------ frontend/src/AboutPage.tsx | 109 --------------------------- 2 files changed, 100 insertions(+), 156 deletions(-) delete mode 100644 frontend/src/AboutPage.tsx diff --git a/frontend/src/About.tsx b/frontend/src/About.tsx index 5f28a8e..473294f 100644 --- a/frontend/src/About.tsx +++ b/frontend/src/About.tsx @@ -1,56 +1,109 @@ import { useNavigate } from "react-router-dom"; -export default function About() { +export default function AboutPage() { const navigate = useNavigate(); return ( -
-
- -

- 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. -

-

Features

- -

How It Works

-

- Simply type your question or describe your situation, and Tenant First - Aid will provide helpful information or direct you to relevant - resources. -

-

Disclaimer

-

- Tenant First Aid is an AI assistant and does not - provide legal advice. For complex or urgent legal matters, please - consult a qualified professional. -

-
+ + + Back + +

+ Tenant First Aid +

+

+ Tenant First Aid is an AI-powered chatbot designed to + help Oregon tenants navigate housing and eviction issues. It is a + volunteer-built program by{" "} + + Code PDX + {" "} + and{" "} + + Qiu Qiu Law + + . +

+

+ 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. +

+

+ Contact: +

+

Michael Zhang

+

Attorney, licensed in Oregon and Washington

+

michael@qiu-qiulaw.com

+

+ Features +

+ +

+ How It Works +

+

+ Simply type your question or describe your situation, and Tenant First + Aid will provide helpful information or direct you to relevant + resources. +

+

Quick Facts:

+
); } diff --git a/frontend/src/AboutPage.tsx b/frontend/src/AboutPage.tsx deleted file mode 100644 index a7a51dd..0000000 --- a/frontend/src/AboutPage.tsx +++ /dev/null @@ -1,109 +0,0 @@ -import { useNavigate } from "react-router-dom"; - -export default function AboutPage() { - const navigate = useNavigate(); - - return ( -
- -

- Tenant First Aid -

-

- Tenant First Aid is an AI-powered chatbot designed to - help Oregon tenants navigate housing and eviction issues. It is a - volunteer-built program by{" "} - - Code PDX - {" "} - and{" "} - - Qiu Qiu Law - - . -

-

- 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. -

-

- Contact: -

-

Michael Zhang

-

Attorney, licensed in Oregon and Washington

-

michael@qiu-qiulaw.com

-

- Features -

- -

- How It Works -

-

- Simply type your question or describe your situation, and Tenant First - Aid will provide helpful information or direct you to relevant - resources. -

-

Quick Facts:

- -
- ); -} From 4457f467a22663290c14aa6e7c895561abb06c5e Mon Sep 17 00:00:00 2001 From: iris-mq <83248477+iris-mq@users.noreply.github.com> Date: Thu, 19 Jun 2025 16:47:28 -0700 Subject: [PATCH 6/7] Fix format with Prettier --- frontend/src/About.tsx | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/frontend/src/About.tsx b/frontend/src/About.tsx index 473294f..b80302e 100644 --- a/frontend/src/About.tsx +++ b/frontend/src/About.tsx @@ -75,29 +75,43 @@ export default function AboutPage() { Aid will provide helpful information or direct you to relevant resources.

-

Quick Facts:

+

+ Quick Facts: +