-
Notifications
You must be signed in to change notification settings - Fork 1
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
93 enhance page header social share panel #103
93 enhance page header social share panel #103
Conversation
…ine-capstone into 93-enhance-page-header-social-share-panel
BREAKING CHANGE: display favicon and page title "resolves #93"
BREAKING CHANGE: e the breaking changes: "resolves #93"
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's not forget to delete all unceccessary comment and console.logs ! hope this gets solved soon
{error} | ||
</p> | ||
<> | ||
<IndexPage title='Edit Profile' /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't this be in the profile/[id]/editProfile ? it shouldn't be in componenets
<HiChevronRight /> | ||
</div> | ||
<> | ||
<IndexPage title={`${eventDisplay.title}`} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same headr, i supposed headers go to pages not componenets
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but i understand why you're using it her, anyway, as long as it works <3
{t("editEvent.intro")} | ||
</p> | ||
<> | ||
<IndexPage title={`Edit Event ${oldInfo.title}`} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i get the logic of writing as a component, i think it's actually brilliant, but with all these changes, i think the standard way could've easier, anyway, hope this gets solved out soon ! and great efforts khalil
<div className='w-7 h-7 bg-gray-50 rounded-full text-red-500 flex justify-center items-center'> | ||
<LuFilterX /> | ||
<> | ||
<IndexPage title='All Events' /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aide for Aide Events or Our Events ! could be nice :D
{t("createEvent.intro")} | ||
</p> | ||
<> | ||
<IndexPage title='Create an Event' /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i kinda unerstand why you'd use the indexPage components in componenets that are meant for dynamic pages, but for static pages, i defently think it's prefarble to put them in pages
/> | ||
)} | ||
<> | ||
<IndexPage title={`${userData.displayName} events`} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah this seems more logical
src/pages/index.jsx
Outdated
@@ -15,6 +16,7 @@ export default function HomePage({ props }) { | |||
|
|||
return ( | |||
<> | |||
<IndexPage title='Pebble' /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't forget to update the title
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aide be Aide :)
@HachemBouhadede |
here's a suggution idea @Khalil-NOUI for this page make the header a normal one don't use the indexPage componenet just to solve it out |
…ine-capstone into 93-enhance-page-header-social-share-panel
…ge, improve tranlsation BREAKING CHANGE: head translation resolves #93
All good to GO !, |
-enable tab title meta Info and enable share feature in the single event page
-enhance translation in some lacking components