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

KB-187 implement profile page #340

Merged
merged 14 commits into from
Jan 14, 2025
Merged

KB-187 implement profile page #340

merged 14 commits into from
Jan 14, 2025

Conversation

Markusplay
Copy link
Collaborator

No description provided.

@Markusplay Markusplay changed the base branch from main to dev January 1, 2025 23:51
@Markusplay Markusplay force-pushed the KB-187-Implement-profile-page branch 4 times, most recently from 03064bc to 414085a Compare January 2, 2025 19:15
@Markusplay Markusplay force-pushed the KB-187-Implement-profile-page branch from 414085a to f001707 Compare January 3, 2025 11:56
@Markusplay Markusplay force-pushed the KB-187-Implement-profile-page branch from 92328a6 to a2d415a Compare January 4, 2025 14:06
@Markusplay Markusplay marked this pull request as ready for review January 4, 2025 15:01
@a-gubskiy a-gubskiy requested a review from niravzi January 5, 2025 10:20
@Markusplay Markusplay force-pushed the KB-187-Implement-profile-page branch from d6bc73d to 1abff05 Compare January 6, 2025 11:04
@Markusplay Markusplay force-pushed the KB-187-Implement-profile-page branch from 1abff05 to 6e18fe1 Compare January 6, 2025 11:05
@Markusplay Markusplay self-assigned this Jan 7, 2025
@Markusplay Markusplay marked this pull request as draft January 7, 2025 16:14
@Markusplay Markusplay force-pushed the KB-187-Implement-profile-page branch from 3396bf4 to a26e368 Compare January 7, 2025 19:33
@Markusplay Markusplay force-pushed the KB-187-Implement-profile-page branch 3 times, most recently from 8da38f0 to c130969 Compare January 7, 2025 20:52
@Markusplay Markusplay marked this pull request as ready for review January 7, 2025 20:55
@Markusplay Markusplay force-pushed the KB-187-Implement-profile-page branch from c130969 to efcb7ba Compare January 7, 2025 20:57
return (
<div className="flex flex-col gap-4">
{employeeInfo.map((item, index) => (
<div key={index} className="flex flex-col gap-3 md:flex-row md:gap-6">
Copy link
Collaborator

Choose a reason for hiding this comment

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

These next 3 divs with paragraphs have the same structure and classes. Maybe create a separate component?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Also 170px looks a bit weird. Try making a more adaptive layout. It's already seen how social link doesn't fit properly.
Screenshot 2025-01-10 at 19 55 06

src/types/constants.ts Show resolved Hide resolved
src/messages/en.json Outdated Show resolved Hide resolved
return (
<div className="flex flex-col gap-4">
{studentInfo.map((item, index) => (
<div key={index} className="flex flex-col gap-3 md:flex-row md:gap-6">
Copy link
Collaborator

Choose a reason for hiding this comment

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

It's the same div and paragraph as in lecturer-info.
See, this w-[170px] must be defined only in one place eventually.

@Markusplay Markusplay force-pushed the KB-187-Implement-profile-page branch 4 times, most recently from 5e1ac5f to d64b9d9 Compare January 13, 2025 00:28
@Markusplay Markusplay force-pushed the KB-187-Implement-profile-page branch from d64b9d9 to 66af650 Compare January 13, 2025 00:43
@Markusplay Markusplay requested a review from niravzi January 13, 2025 19:22
@niravzi niravzi merged commit 3115d0c into dev Jan 14, 2025
@niravzi niravzi deleted the KB-187-Implement-profile-page branch January 14, 2025 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants