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

feat: Events Social Feed frontent #246

Draft
wants to merge 40 commits into
base: main
Choose a base branch
from
Draft

Conversation

WaDadidou
Copy link
Collaborator

@WaDadidou WaDadidou commented Mar 11, 2025

WIP


  • Feed under Event infos
  • Create Post button
  • Event Hero on the top
  • Finalize Post Card, add more Cards for posts
  • Fetch true data
  • Traductions fixes
  • Responsive fixes
  • Light Theme fixes
  • Continue FeedInput

Btw, here is the inspiration from Luma

image

Current state

image

Copy link

vercel bot commented Mar 11, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
zenao 🔄 Building (Inspect) Visit Preview 💬 Add feedback Mar 17, 2025 6:10pm

<Textarea
ref={textareaRef}
onChange={(evt) => setTextAreaValue(evt.target.value)}
className={`cursor-pointer border-0 min-h-[${textareaMinHeight}px] focus-visible:ring-transparent rounded-xl text-base text-sm px-4 py-3 w-full max-h-[${textareaMaxHeight}px] placeholder:text-primary-color text-lg hover:bg-neutral-700`}
Copy link
Collaborator

Choose a reason for hiding this comment

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

you can't use string concatenation with tailwind

https://tailwindcss.com/docs/detecting-classes-in-source-files

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes!
df69c05

// not directly used in link post type, but should be used as return value of
// Kind() method of contract set in a link post
enum LinkPostKind {
Copy link
Collaborator

Choose a reason for hiding this comment

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

please remove the changes in this file soon so you don't work with outdated types, the feed types are in the feed proto


// Stuff used to stick FeedInput when scroll bellow of it
const containerRef = useRef<HTMLDivElement>(null);
const [containerWidth, setContainerWidth] = useState(0);
Copy link
Collaborator

Choose a reason for hiding this comment

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

we shouldn't need this kind of things with the full power of css, this looks like react-native thinking

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