8000 Releases · caoh29/petshop · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: caoh29/petshop

v0.0.1

26 Feb 22:30
Compare
Choose a tag to compare

🎉 This release contains work from a new contributor! 🎉

Thank you, Camilo Ordoñez (@caoh29), for all your work!

🐛 Bug Fix

⚠️ Pushed to main

  • Added deploy.yml file (@caoh29)
  • Added release.yml file (@caoh29)
  • Added deploy.sh file (@caoh29)
  • Added .autorc file (@caoh29)
  • Added amber.yaml secrets file (@caoh29)
  • Added flask quickstart (@caoh29)
  • create .docker-compose.yml (@caoh29)
  • auth.ts layout.tsx index.ts and pagination.tsx fxing type errors, package.json changing build command, next config edited to work as container image, docker file and ignore added according to official nextjs docs (@caoh29)
  • fixing type error (@caoh29)
  • moving auth folder to shop directory, review date improved, admin user and orders working, dropdown fixed (@caoh29)
  • query admins by seacrhParamas, corrected bug with admin route in routes and navbar (@caoh29)
  • adding betetr styling for order admin as well for users in admin view, user page needs improvement, teh rest is functional and added isActive attribute to user schema (@caoh29)
  • solved bug with navbar and sidebar, created admin views, still in progress (@caoh29)
  • moving loading state to a more convinent part (@caoh29)
  • rrecreate package json (@caoh29)
  • attemp to fix 3 (@caoh29)
  • trying to fix a deplotment error from vercel (@caoh29)
  • changing some dependencies to devdependencies, move the actions folder inside appi folder, create reset password functionality with otp method (@caoh29)
  • adding forgot password, still needs work (@caoh29)
  • improve color scheme (@caoh29)
  • fixing bug with viewport in iphone (@caoh29)
  • escaped characters (@caoh29)
  • update readme to current version (@caoh29)
  • Merge branch 'dev' (@caoh29)
  • improving styling and commented forget password block (@caoh29)
  • changing folders of types and routes to a cleaner approach, commented other unused routes, generated about us page, and improve orders page styles (@caoh29)
  • update README (@caoh29)
  • profile page styles udpated (@caoh29)
  • changing background to accent and alert bg white (@caoh29)
  • adding simplyfy styling (@caoh29)
  • styling done for cart page (@caoh29)
  • improving shoppiong cart (@caoh29)
  • adding better styling so it follows the same color pattern (@caoh29)
  • changing color ttitle (@caoh29)
  • product by id page done, styles and functionality withou errors, styling can be imrpoved but its ok (@caoh29)
  • fixing reviews hydratation problem, commented redux for state management, implementedrevalidatePath on server action (@caoh29)
  • adding details in so in small view header is on top (@caoh29)
  • better styling for first aprt, reveiws still need to be reviewed, need to decouple card header (@caoh29)
  • improving components, reviews needs to be checked since is provoking an hydratation error but styling is decent (@caoh29)
  • better styling (@caoh29)
  • removing comments and bringing the button when no variant (@caoh29)
  • adding better styling, removing htmlFor labels (@caoh29)
  • fixing price and discount business model, modify the DB so each product has a discount, even if 0, and then multiple price * discount, modifications were made (@caoh29)
  • fixing bug regarding if user was logged in and entersteh same item twice it updates the cart by factorial quantity and not by just the quantity (@caoh29)
  • improving styling for products with discount, still needs to work on cart and checkout page to sync the discount changes (@caoh29)
  • adding dicount, still needs to be improve (@caoh29)
  • removing unnecessary userId (@caoh29)
  • Adding betetr styling and refactoring what needed for redundancy (@caoh29)
  • featured Products done (@caoh29)
  • improvinng composability (@caoh29)
  • adding production ready sender email in a comment (@caoh29)
  • adding production email for sender and receivers (@caoh29)
  • improving styling porudt card and gridsection need a refactor (@caoh29)
  • centering text for all screens (@caoh29)
  • better center (@caoh29)
  • centering logo (@caoh29)
  • better styling a role (@caoh29)
  • making review step integer (@caoh29)
  • adding improvements to styling (@caoh29)
  • updating browserlists (@caoh29)
  • adding backup (@caoh29)
  • refactoring from context, to redux to just props and working as expected (@caoh29)
  • deleting phone (@caoh29)
  • eliminating context and migrated to redux store (@caoh29)
  • adding conditional render for first page and carrousel using product card now (@caoh29)
  • deleting duplicate product card stayed with most generic name (@caoh29)
  • improving colors and display direction (@caoh29)
  • improving styles (@caoh29)
  • removing unncesary resend route and comment, adding cron for cancelling pending orders (@caoh29)
  • change status to PENDING because thats how people usually label it (@caoh29)
  • adding resend for emails after payment (@caoh29)
  • refactoring so logic will be server side instead of client side (@caoh29)
  • adding margin (@caoh29)
  • adding save address checkbox (@caoh29)
  • finxing bug, adding sessionref to control effect (@caoh29)
  • adding change password section and account details, still need to fix bug with checkout store (@caoh29)
  • fixing bug, now works and behavies just fine (@caoh29)
  • correct implementation, handleCountryChange can be improved (@caoh29)
  • onchange reudndant (@caoh29)
  • works now, redundat states deleted (@caoh29)
  • improving chekcout ui, deleteing incecesary pickup file, profile form needs fix state (@caoh29)
  • deleting mexico and colombia (@caoh29)
  • deleting redundat file (@caoh29)
  • fixing first state bug (@caoh29)
  • adding countries and states (@caoh29)
  • including server action and and better UI in profile (@caoh29)
  • adding UI to profile page (@caoh29)
  • solving default value bug on email (@caoh29)
  • creating order by id page, rmeoving console logs, unnnecesary code, storeProvider commented code caused a bug on checkout partially fixed (@caoh29)
  • adding the orders page (@caoh29)
  • minor changes to improve readability (@caoh29)
  • removing timestamp innecessary, adding is guest user attribute and fixed createGuestUserAction country code DB (@caoh29)
  • playment flow works as well as webhooks, orderId primary key in order table (@caoh29)
  • webhook works, need to improve the backend for webhooks (@caoh29)
  • adding payment status page and components (@caoh29)
  • it works now, it charges cx once and displays correct UI data, I am not sure about the accordion state implementation (@caoh29)
  • solving state bug, now works as expetcted, still not sure if leave it single...
Read more
0