-
-
Notifications
You must be signed in to change notification settings - Fork 33
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 #74 : Create a Story Component #86
Conversation
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.
Thank you, CoderSwarup, for creating this pull request and contributing to OpenGrame! 💗
The maintainers will review this Pull Request and provide feedback as soon as possible! 😇
We appreciate your patience and contribution, Keep up the great work! 😀
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.
Hey @CoderSwarup We are only using Shadcn and tailwind CSS please don't use Normal Css please convert this Tailwindcss
Second Point
Check the Figma file its not look same as file contain please follow same typography as Figma file contain and this story not be a static its should be Dynamic
User must be able to upload Story
ok one query that i use my own appwrite or you can provide the your appwrite access to me |
for now I will provide you my dummy appwrite account : use this as id and pass : [email protected] |
please check the ui and what is the appwrite password |
Just change button color other vice other things LGTM |
check now and any changes required here in story view Model |
Don't make it Transparent make the background blurry |
ok |
This email is both email and password |
Similar when we press logout the background , its currently transparent it should be blurry ! |
@Nishitbaria please check the changes |
please fix the conflicts |
@Nishitbaria conflicts Resolve sample video link here Before trying the please change the VITE_APPWRITE_STORIES_DATA_COLLECTION_ID="664701060006ef1071bf" add this env with main appwrite with attribute |
Can you please provide me appwrite.json |
I use your give credentials for login [email protected] you can directly access this |
@Nishitbaria any update |
I check one thing is that it's not align with. Current db I have config for that |
ok if you need appwrite.json file already available config file is |
Just wait for more 1 day I will try to solve that all issue tomorrow is my last paper |
Hey @CoderSwarup I have added new project on appwrite add your stories Schema on User Schema Look at on appwrite |
Check the project i added story schema |
when User Create Post then there is ref of the post in Both Post and User Schema There is between relationship i didn't find that you make any kind of relationship its require to store the reference that who added the stories : |
Hey @CoderSwarup Stories is upload and second think i want to say that did you implemented that logic that after 24hour storis is automatically removed ? |
…dability and performance
Refactor stories.svg to update the fill color to #877EFF. This change improves the visual consistency of the icon. Refactor LeftSidebar component to remove unused imports and useEffect dependencies. This improves the readability and performance of the component. Related recent commits: - chore: Refactor Home and StoriesContainer components for improved readability and performance - chore: Refactor Home component for improved readability and performance - chore: Update appwriteConfig to use correct stories collection ID - fix: some Ui Part of code - Merge branch 'main' into storyui - Merge pull request #109 from Unalia09/main - Update SigninForm.tsx - Corrected the grammatical error - Merge pull request #91 from sambitsingha/main - [Feature] - Custom 404 Not Found page added - Added a timer functionality which will redirect the user back to the home page, after seeing the 404 page - Merge branch 'Nishitbaria:main' into main
@CoderSwarup Everythings Looks Good But I found Two bugs
|
bug : When you upload the second story in story feed section you and other user see the old story means 1st , it's write or the 2nd story complete not visible? |
Yea When i login with second account then its show first account stories but when i upload with second account stories then its uploaded but not visible on my profile as well for other profile too @CoderSwarup |
you need to reload the page of the user its because of the we not use the real time connection |
@CoderSwarup See |
video is not upload |
OpenGrame.and.1.more.page.-.Personal.-.Microsoft.Edge.2024-05-26.11-58-13.mp4 |
ok bug is when you upload your story then it will be not showing itself |
Yes and also for other too |
Ok i will see that, can you send me your envs |
|
Their is an error in you env
when i try its Work Perfectly also i see your Stories also see the video and also its work When i upload the New Story without reloading its Take Time To Load the new Story Image |
I have just one last question did you implement the Automatic Remove Stories feature? |
Fixes Issue
close #74
Changes proposed
create a Story Ui component similar to the instagram story feed section where user others user story. Here's a sample video demonstrating the UI: video.
Screenshots
Note to reviewers
Here's the frontend work I've completed. If you'd like to implement the backend (using Appwrite) to fetch real user data for the stories and display it, please let me know.