Closed jwilferd10 closed 3 years ago
Following has been added:
Consider using Ant Design or Chakra UI
Two new pages to be worked on:
Update 1.2:
Consider using Ant Design or Chakra UI
Two new pages to be worked on:
Author.js
- Think of author as another user's profile.
Reprint.js
- Will be page where the reprint is showcased
I made the profile page work for both the user or a different username. No need for the author page now
Great. You can use the useQuery hook to see if it's at /me, otherwise that's the user id at the end.
On Sat, Apr 3, 2021 at 8:27 PM Cassandra Hurlbut @.***> wrote:
Update 1.2:
Consider using Ant Design or Chakra UI
Two new pages to be worked on:
-
Author.js
- Think of author as another user's profile.
Reprint.js
- Will be page where the reprint is showcased
I made the profile page work for both the user or a different username. No need for the author page now
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Siphon880gh/reprint/issues/13#issuecomment-812964408, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJWKZNNESKGCLCYAILUBB3TG7MBZANCNFSM42IBKOPQ .
useParam* hook from React Router
On Sat, Apr 3, 2021 at 10:56 PM Weng Fei Fung @.***> wrote:
Great. You can use the useQuery hook to see if it's at /me, otherwise that's the user id at the end.
On Sat, Apr 3, 2021 at 8:27 PM Cassandra Hurlbut @.***> wrote:
Update 1.2:
Consider using Ant Design or Chakra UI
Two new pages to be worked on:
-
Author.js
- Think of author as another user's profile.
Reprint.js
- Will be page where the reprint is showcased
I made the profile page work for both the user or a different username. No need for the author page now
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Siphon880gh/reprint/issues/13#issuecomment-812964408, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJWKZNNESKGCLCYAILUBB3TG7MBZANCNFSM42IBKOPQ .
Majority of pages have been created, now need to be fleshed out. Issue should be done.
Create Skeletal Structure of React Pages
Pages to be created:
NOTE: These do not need to return data yet, they just need to exist. Once the pages work correctly and show hardcoded information, start moving to call appropriate data to show information from the database