Skip to content

SO-48 Created Settings Page#9

Open
RealHoltz wants to merge 1 commit intomainfrom
SO-48-As-a-user-I-would-like-to-have-a-page-dedicated-to-my-personal-settings-where-I-can-update-my-information
Open

SO-48 Created Settings Page#9
RealHoltz wants to merge 1 commit intomainfrom
SO-48-As-a-user-I-would-like-to-have-a-page-dedicated-to-my-personal-settings-where-I-can-update-my-information

Conversation

@RealHoltz
Copy link
Copy Markdown
Collaborator

SO-48

  • created settings page and components

-created components for the page and content
Copy link
Copy Markdown
Owner

@hashemJaber hashemJaber left a comment

Choose a reason for hiding this comment

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

Good code structure but please use an SVG for the icon resources/src

Copy link
Copy Markdown
Owner

@hashemJaber hashemJaber left a comment

Choose a reason for hiding this comment

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

Please swipe images with SVG's, thank you
NOTE: Good code structure

@hashemJaber hashemJaber closed this Dec 3, 2023
@hashemJaber hashemJaber reopened this Dec 3, 2023
Comment thread src/app/settings/page.css
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

If no use of a file or empty, dont upload 🙂

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

done

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Nice work 👍

If we could though, not necessary but to coincide with codebase convert vanilla CSS to tailwind framework use.

</div>
{/* make h1 a div or not??? */}
{/* <h1>{title}</h1> */}
<div className={`settings-nav title-${title}`}>{title}</div>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

works but can also maybe make this a span element and apply tailwind / CSS styling from there.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

done

return (
<section onClick={clickhandle}>
<div className="horizontal-line mx-auto flex">
<Image
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Can use SVG's here rather than images as Hashem mentioned.

https://heroicons.com/
Account: Search Account
Settings: Search gear & ones with tooth are nice
Arrow: Search arrow

Utilize CSS / Tailwind once you use these SVG's to resize the components / elements

'use client';
import './AccountManagement.css';
import { useState } from 'react';
import InputComponent from '@/components/SharedComponents/InputComponent';
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Remove unecessary / unused imports

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

done

@@ -0,0 +1,55 @@
'use client';
import './SettingsNav.css';
import { useState } from 'react';
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Remove unused imports

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants