generated from shadcn-ui/next-template
-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Release v1.17.1 #365
Merged
Merged
Release v1.17.1 #365
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Feature/update backend setup on developer md (#104) * Ignore local IDE config * Update backend setup guidelines on developer.md * Add supabase config guidelines * Fix md syntax * add CORS to edge func depending on the staging env * add reply-to header to both contact email (#109) * Feature/refactor search hook (#96) * Refactor search hook in referral page * Refactor referee search hook * Remove useless import * Refactor referee post * Refactor referrer post search hook * Remmove uesless import * Change to error toast (#106) Co-authored-by: Pjaijai <[email protected]> --------- Co-authored-by: Pjaijai <[email protected]> * create new card component for referrer and referee; update card skeleton; add missing modules in tailwind * add referral post card; update referral post pages * update contact toUuid; minor ui fix * add items-center to info display * Show edit button on profile page if logged-in user is profile user * Fix build error * Fix typos * Import as module path * Module import * Using Link instead of onurlclick * Fix import * Remove id slug user page * Remove showEditButton props --------- Co-authored-by: Lulu <[email protected]> Co-authored-by: Thomas Yau <[email protected]> Co-authored-by: Thomas Yau <[email protected]> Co-authored-by: Pjaijai <[email protected]> Co-authored-by: Pjaijai <[email protected]> Co-authored-by: Lulu Tung <[email protected]>
* Fix doc * Fix format --------- Co-authored-by: Pjaijai <[email protected]>
Co-authored-by: Pjaijai <[email protected]>
* Adding contributor * Fix error --------- Co-authored-by: Pjaijai <[email protected]>
* Adding max words length * Feature/config email testing on local environment (#138) * Remove (#92) Co-authored-by: Pjaijai <[email protected]> * [#137] Config email testing on local environment * Fix .env variable name --------- Co-authored-by: Pjaijai <[email protected]> Co-authored-by: Pjaijai <[email protected]> * Feature/cc sender when sending email (#140) * Add sender email to cc * Updating reminder text in contact dialog --------- Co-authored-by: Pjaijai <[email protected]> * Feature/adding type from supabase (#124) * Adding supabase type * Adding workflow files * fix types --------- Co-authored-by: Pjaijai <[email protected]> * Feature/Adding initial data (#125) * Adding initial data * Update * update st johns value * Update * Fix typo --------- Co-authored-by: Pjaijai <[email protected]> * Feature/revamp card (#135) * Feature/update backend setup on developer md (#104) * Ignore local IDE config * Update backend setup guidelines on developer.md * Add supabase config guidelines * Fix md syntax * add CORS to edge func depending on the staging env * add reply-to header to both contact email (#109) * Feature/refactor search hook (#96) * Refactor search hook in referral page * Refactor referee search hook * Remove useless import * Refactor referee post * Refactor referrer post search hook * Remmove uesless import * Change to error toast (#106) Co-authored-by: Pjaijai <[email protected]> --------- Co-authored-by: Pjaijai <[email protected]> * create new card component for referrer and referee; update card skeleton; add missing modules in tailwind * add referral post card; update referral post pages * update contact toUuid; minor ui fix * add items-center to info display * Show edit button on profile page if logged-in user is profile user * Fix build error * Fix typos * Import as module path * Module import * Using Link instead of onurlclick * Fix import * Remove id slug user page * Remove showEditButton props --------- Co-authored-by: Lulu <[email protected]> Co-authored-by: Thomas Yau <[email protected]> Co-authored-by: Thomas Yau <[email protected]> Co-authored-by: Pjaijai <[email protected]> Co-authored-by: Pjaijai <[email protected]> Co-authored-by: Lulu Tung <[email protected]> * Refactor/fix all formart problem (#142) * Fix doc * Fix format --------- Co-authored-by: Pjaijai <[email protected]> * Hotfix/fix post duplication (#144) * Fix IUserResponse type * Fix api * Fix type * Fix api * House keep * Fetch 3 per page in search referral api * Fix search post api * House keep * fix type * fix format * Fix number of order per page --------- Co-authored-by: Pjaijai <[email protected]> * Feature/adding tailwind plugin (#145) * Adding prettier-plugin-tailwindcss and prettier * Fixing formart --------- Co-authored-by: Pjaijai <[email protected]> * Bugfix/Card UI (#160) * fix card ui bugs; modify the contact button of referral post card in mobile * chaneg relative paths to absolute * Bugfix/fix contact dialog text (#156) * Fix text * fix text --------- Co-authored-by: Pjaijai <[email protected]> * Fix UI (#163) Co-authored-by: Pjaijai <[email protected]> * Add word break (#162) Co-authored-by: Pjaijai <[email protected]> * Doc/adding local db dev guidelines (#146) * Updating docs for backend local dev * Fix typo * House keep * fix typo --------- Co-authored-by: Pjaijai <[email protected]> * version bump to 1.4.0 (#167) Co-authored-by: Pjaijai <[email protected]> * create ISearchPostsRequest * Refactor * Adding year of experience min and max * House keep * Feature/config email testing on local environment (#138) * Remove (#92) Co-authored-by: Pjaijai <[email protected]> * [#137] Config email testing on local environment * Fix .env variable name --------- Co-authored-by: Pjaijai <[email protected]> Co-authored-by: Pjaijai <[email protected]> * Feature/revamp card (#135) * Feature/update backend setup on developer md (#104) * Ignore local IDE config * Update backend setup guidelines on developer.md * Add supabase config guidelines * Fix md syntax * add CORS to edge func depending on the staging env * add reply-to header to both contact email (#109) * Feature/refactor search hook (#96) * Refactor search hook in referral page * Refactor referee search hook * Remove useless import * Refactor referee post * Refactor referrer post search hook * Remmove uesless import * Change to error toast (#106) Co-authored-by: Pjaijai <[email protected]> --------- Co-authored-by: Pjaijai <[email protected]> * create new card component for referrer and referee; update card skeleton; add missing modules in tailwind * add referral post card; update referral post pages * update contact toUuid; minor ui fix * add items-center to info display * Show edit button on profile page if logged-in user is profile user * Fix build error * Fix typos * Import as module path * Module import * Using Link instead of onurlclick * Fix import * Remove id slug user page * Remove showEditButton props --------- Co-authored-by: Lulu <[email protected]> Co-authored-by: Thomas Yau <[email protected]> Co-authored-by: Thomas Yau <[email protected]> Co-authored-by: Pjaijai <[email protected]> Co-authored-by: Pjaijai <[email protected]> Co-authored-by: Lulu Tung <[email protected]> * Refactor/fix all formart problem (#142) * Fix doc * Fix format --------- Co-authored-by: Pjaijai <[email protected]> * Refactor/fixing site config and using common layout (#172) * Rename search page layout to common page layout * refactor common layout * Using common layout * Remove margin top in create post template --------- Co-authored-by: Pjaijai <[email protected]> * version bump (#175) Co-authored-by: Pjaijai <[email protected]> --------- Co-authored-by: Pjaijai <[email protected]> Co-authored-by: Lulu <[email protected]> Co-authored-by: marukosy124 <[email protected]> Co-authored-by: Thomas Yau <[email protected]> Co-authored-by: Thomas Yau <[email protected]> Co-authored-by: Lulu Tung <[email protected]>
* Adding max words length * Feature/config email testing on local environment (#138) * Remove (#92) Co-authored-by: Pjaijai <[email protected]> * [#137] Config email testing on local environment * Fix .env variable name --------- Co-authored-by: Pjaijai <[email protected]> Co-authored-by: Pjaijai <[email protected]> * Feature/cc sender when sending email (#140) * Add sender email to cc * Updating reminder text in contact dialog --------- Co-authored-by: Pjaijai <[email protected]> * Feature/adding type from supabase (#124) * Adding supabase type * Adding workflow files * fix types --------- Co-authored-by: Pjaijai <[email protected]> * Feature/Adding initial data (#125) * Adding initial data * Update * update st johns value * Update * Fix typo --------- Co-authored-by: Pjaijai <[email protected]> * Feature/revamp card (#135) * Feature/update backend setup on developer md (#104) * Ignore local IDE config * Update backend setup guidelines on developer.md * Add supabase config guidelines * Fix md syntax * add CORS to edge func depending on the staging env * add reply-to header to both contact email (#109) * Feature/refactor search hook (#96) * Refactor search hook in referral page * Refactor referee search hook * Remove useless import * Refactor referee post * Refactor referrer post search hook * Remmove uesless import * Change to error toast (#106) Co-authored-by: Pjaijai <[email protected]> --------- Co-authored-by: Pjaijai <[email protected]> * create new card component for referrer and referee; update card skeleton; add missing modules in tailwind * add referral post card; update referral post pages * update contact toUuid; minor ui fix * add items-center to info display * Show edit button on profile page if logged-in user is profile user * Fix build error * Fix typos * Import as module path * Module import * Using Link instead of onurlclick * Fix import * Remove id slug user page * Remove showEditButton props --------- Co-authored-by: Lulu <[email protected]> Co-authored-by: Thomas Yau <[email protected]> Co-authored-by: Thomas Yau <[email protected]> Co-authored-by: Pjaijai <[email protected]> Co-authored-by: Pjaijai <[email protected]> Co-authored-by: Lulu Tung <[email protected]> * Refactor/fix all formart problem (#142) * Fix doc * Fix format --------- Co-authored-by: Pjaijai <[email protected]> * Hotfix/fix post duplication (#144) * Fix IUserResponse type * Fix api * Fix type * Fix api * House keep * Fetch 3 per page in search referral api * Fix search post api * House keep * fix type * fix format * Fix number of order per page --------- Co-authored-by: Pjaijai <[email protected]> * Feature/adding tailwind plugin (#145) * Adding prettier-plugin-tailwindcss and prettier * Fixing formart --------- Co-authored-by: Pjaijai <[email protected]> * Bugfix/Card UI (#160) * fix card ui bugs; modify the contact button of referral post card in mobile * chaneg relative paths to absolute * Bugfix/fix contact dialog text (#156) * Fix text * fix text --------- Co-authored-by: Pjaijai <[email protected]> * Fix UI (#163) Co-authored-by: Pjaijai <[email protected]> * Add word break (#162) Co-authored-by: Pjaijai <[email protected]> * Doc/adding local db dev guidelines (#146) * Updating docs for backend local dev * Fix typo * House keep * fix typo --------- Co-authored-by: Pjaijai <[email protected]> * version bump to 1.4.0 (#167) Co-authored-by: Pjaijai <[email protected]> * add post details page * fix page status layout bugs * Rename params from postId to uuid * refactor get post api and hook * Rename post status enum * Fixing type * Add post status enum migration file * Refactoring ReferralTypeZh * Refactoring nested conditional components mounting * Add doc * Remove useless line * fix card height inconsistent bug; fix post header floating bug; update CollapsibleTextWrapper to only show expand button when needed --------- Co-authored-by: Pjaijai <[email protected]> Co-authored-by: Lulu <[email protected]> Co-authored-by: Pjaijai <[email protected]> Co-authored-by: Thomas Yau <[email protected]> Co-authored-by: Thomas Yau <[email protected]> Co-authored-by: Lulu Tung <[email protected]>
* Simplify referral -post card * Clicking avatar redirect to user profile * fix links on card not clickable issue; fix tooltip no center-aligned issue --------- Co-authored-by: Pjaijai <[email protected]> Co-authored-by: marukosy124 <[email protected]>
Co-authored-by: Pjaijai <[email protected]>
* Remove post referee * House keep * Remove type input in post cerate page * Remove badge * Remove post referee * House keep * House keep * House keep * Move post component to post module --------- Co-authored-by: Pjaijai <[email protected]>
* Update type * Fix type casting --------- Co-authored-by: Pjaijai <[email protected]>
* Update type * Fix type casting * fix types --------- Co-authored-by: Pjaijai <[email protected]>
* create page * Create listPostByUserUuid api * Create type * Create list post api hook * Create post * Add no isloading * Fix skeleton folder name and import path * Fix IReferralPostCardProps * Remove fragment from ReferralPostCard * Adding status to PostHeader * Rename created At helper * Rename created at * Create formate date helper * create post history card * Format * Remove lines * Add buttons to post history card * House keep * Adding skeleton * house keep * house keep --------- Co-authored-by: Pjaijai <[email protected]>
Co-authored-by: Pjaijai <[email protected]>
Co-authored-by: Pjaijai <[email protected]>
Co-authored-by: Pjaijai <[email protected]>
* Update env template * Update api * Fix typo * Fix text --------- Co-authored-by: Pjaijai <[email protected]>
* Use search params on filtering values * add missing handleSubmitChange function in post referee template * add missing key press function in post referee template * move confirm button out of the search component * update contributor list * fix build error in post referee template
* create edit page * Create edit post template * adding uuid * House keep * Refactor post validation * Update edit post validation schema * Fix type * fix status validation * Fix select * Update edit post page * Adding setting initial value * Remove line * Make status select * Rename hook post list * Create update post api * House keep * Add user return hook * Add update post policy migration file * addd error hanlding * Redirect to post detail page * House keep * House keep * Adding create_on_post_update_function_and_trigger * Fix path --------- Co-authored-by: Pjaijai <[email protected]>
* Bug: These 2 files exist for no reason * Feat: Added PWA configuration * Feat: Adding manifest,json and icon * Revert "Bug: These 2 files exist for no reason" This reverts commit b0b1fe0. * Fix skeleton file name * install next pwa * Adding config * Fix manifest * Add git config * Feat: Added _document.js and added manifest in layout.tsx * Update images and manifest * Rename pwa config * Update _document --------- Co-authored-by: Pjaijai <[email protected]> Co-authored-by: Pjaijai <[email protected]>
* House keep * Adding edit post in site config * Adding page name to edit page --------- Co-authored-by: Pjaijai <[email protected]>
* [#192] Set default color from _document.js Fix the ul li key warning * [#207] Fix the ul li key warning as well * Add myself as a contributor * Fix format --------- Co-authored-by: Pjaijai <[email protected]> Co-authored-by: Pjaijai <[email protected]>
* [#192] Set default color from _document.js Fix the ul li key warning * [#207] Fix the ul li key warning as well * Add myself as a contributor * [#209] Simplify countryList, provinceList, cityList and industryList related logic Remove unnecessary `as` usage in code * Fix format --------- Co-authored-by: Pjaijai <[email protected]>
* Add metedata keywords * Add generateMetadata to SSR pages - Move profile templates to a separate file for client-side rendering * Show not found if userUuid is null on profile page * Clean code * Add noindex & nofollow to policy & tnc pages * Remove next/babel extension * Fix build issues * Add spacing to clickable elements to enhance SEO * Improve accessibility by adding discernible text * Edit contributor page * Fix import as amended in latest dev branch * fix typo * Adding key words --------- Co-authored-by: Pjaijai <[email protected]>
* add contributor (ken tung) * update some formatting
* update post details page ui; add contact button; unify created at formatting * update post details info components * Fix format * Fix merge mistake * Adding edit post redirect link in post history card * Refactor post view template --------- Co-authored-by: Pjaijai <[email protected]>
* Adding site config * Adding post history page title * House keep * Adding history icon * Adding post history button to profile page * Adding metadata * House keep * Fix seo metadata generation problem --------- Co-authored-by: Pjaijai <[email protected]>
* Creating post status enum * Blocking action if post is closed * Hide button if the post is closed --------- Co-authored-by: Pjaijai <[email protected]>
# Conflicts: # client/app/[locale]/profile/edit/page.tsx
# Conflicts: # client/utils/services/internationalization/messages/en-ca.ts
* feat: add user search page * feat: update copies * feat: display referral type in referral card * chore: house keep * chore: house keep * chore: rename user page to member * feat: hide become member is user sign in --------- Co-authored-by: Pjaijai <[email protected]>
# Conflicts: # CHANGELOG.md # package.json # supabase/functions/message-post-creator/index.ts
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
# Conflicts: # CHANGELOG.md # package.json
R1R69
approved these changes
Apr 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Remove contact referral type checking