Merged
Conversation
* init next example * add ssr example project. hack until react-router * use react-router-dom everywhere * get client side router elements from props * add router provider for react-router as a standalone package * init nextjs-router * remove react-router from core * fix temporary router provider components * update core package-lock * add resources prop to Refine * add hooks to nextjs router provider * add crud compontns to NextRouteComponent * remoce css components example from nextjs example * add remaining crud operations to next example * handle custom routes * react query ssr Co-authored-by: Ömer Faruk APLAK <omer@pankod.com> * refine, nextjs ssr for custom routes * handle authentication * remove unnecessary custom routes read * syncWithLocation for server side rendering * remove console log * turn off router types * remove unused import * remove console.log's * fix sider active menu item * fix active menu item * create router context * delete router props in refine context * use router context in core * change reactrouter package name to react-router * react-router package-lock * Prompt for nextjs-router (#1120) * implement Prompt component for nextjs-router to handle warnWhenUnsavedChanges * remove unnecessary line * better error message * better type naming * fix ssr tests (#1121) Co-authored-by: Ömer Faruk APLAK <omer@pankod.com> Co-authored-by: Ömer Faruk APLAK <omer@pankod.com> * componentize nextjs-router. add nextroutecomponent to nextjs-router. * use only one hooks import * add useRefineContext. use nextroutecomponent from nextjs-route * use hooks from within the package * rename react-router package name in base example Co-authored-by: Muharrem Kocadere <mkocadere@gmail.com> * route provider move to react-router package Co-authored-by: Muharrem Kocadere <mkocadere@gmail.com> * change NextRouteComponent import Co-authored-by: Ömer Faruk APLAK <omer@pankod.com> Co-authored-by: mhrrmk <mkocadere@gmail.com> * add versioning for doc * add roureProvider to fineFoods. export Link from routerProvider packages. * re-organize kubectl auth * update pr doc deployment timeout * add BrowserRouterProps ro RouterComponent * fix ssr tests Co-authored-by: mhrrmk <mkocadere@gmail.com> * fix syncWithLocationIssues on fineFoods * add catchAll prop to refine context * update pr doc deploy helm timeout 15m to 20m * delete Resource component * update examples with new resources prop * update examples with new resources prop * add routerProvider support for examples * update doc website Dockerfile * delete examples folder from lerna * delete package-lock files for examples * add missing deps and scripts for examples projects * version bump 1.1.0 for core * update nextjs-router and react-router versions * router provider function convert to object * fix examples * handle ssr authentication Co-authored-by: Ömer Faruk APLAK <omer@pankod.com> * extract checkAuthentication to nextjs-router package * add fineFoods package-lock * redirect to lastpath when user successfully login * update redirect path * fix redirect path logic * remove redirect when go to root path Co-authored-by: Ömer Faruk APLAK <omer@pankod.com> Co-authored-by: Salih <salihozdemir94@gmail.com>
* remove unused props * fix authentication redirects * add fineFoods package-lock * add @pankod/refine dep for fineFoods * add react-router dep for finefoods * update Link usage from refine-react-router on fineFoods Co-authored-by: Ömer Faruk APLAK <omer@pankod.com>
Co-authored-by: Ömer Faruk APLAK <omer@pankod.com>
* fix fineFoods admin * move admin app to admin dir * init client app * add less. remove unnecessary components. add temporary components * add babel-plugin-import * update fineFoods example path * update fineFoods admin package-lock * add .env file for fineFoods admin Co-authored-by: Ömer Faruk APLAK <omer@pankod.com>
* handle layout Co-authored-by: Salih Özdemir <salihozdemir94@gmail.com> * design category card * remove unused lines * create product card * add vsgr. add footer. * add header * fix items type * create responsive design * add promotional section * integrate promotional section * refactoring * fix homepage background color * remove unnecessary icons. use ant design icon component * Ssr for category cards * move Dockerfile to fineFoods/admin * handle promtoinal area responsive * Ssr for products and get dynamic badge title and color * handle header responsive * add finefoods client example Dockerfile * update dockerfile path on PR action * delete posts components * update Docker image name for client example * remove svgr * add dummy resource for finefoods client * disable auth provider on finefoods client * remove auth provider imports * footer responsive Co-authored-by: Salih Özdemir <salihozdemir94@gmail.com> Co-authored-by: Ömer Faruk APLAK <omer@pankod.com>
* handle layout Co-authored-by: Salih Özdemir <salihozdemir94@gmail.com> * design category card * remove unused lines * create product card * add vsgr. add footer. * add header * fix items type * create responsive design * add promotional section * integrate promotional section * refactoring * fix homepage background color * remove unnecessary icons. use ant design icon component * Ssr for category cards * move Dockerfile to fineFoods/admin * handle promtoinal area responsive * Ssr for products and get dynamic badge title and color * handle header responsive * add finefoods client example Dockerfile * update dockerfile path on PR action * delete posts components * update Docker image name for client example * remove svgr * add dummy resource for finefoods client * disable auth provider on finefoods client * remove auth provider imports * footer responsive * create constant file for constants * update primary key * create product list card component * create category with products page * add link to category cards * snake case component name convert to camel case * delete authProvider import * remove authProvider imports Co-authored-by: Muharrem Kocadere <mkocadere@gmail.com> Co-authored-by: Ömer Faruk APLAK <omer@pankod.com>
* create order success page * add confetti * add animation and redirect link * fix message arrow position
* remove unused svgs * rename style file names * fix vertical card padding * card fix col size
* handle layout Co-authored-by: Salih Özdemir <salihozdemir94@gmail.com> * design category card * remove unused lines * create product card * add vsgr. add footer. * add header * fix items type * create responsive design * add promotional section * integrate promotional section * refactoring * fix homepage background color * remove unnecessary icons. use ant design icon component * Ssr for category cards * move Dockerfile to fineFoods/admin * handle promtoinal area responsive * Ssr for products and get dynamic badge title and color * handle header responsive * add finefoods client example Dockerfile * update dockerfile path on PR action * delete posts components * update Docker image name for client example * remove svgr * add dummy resource for finefoods client * disable auth provider on finefoods client * remove auth provider imports * footer responsive * add basket context * merge alpha * remove old component dirs * fix css * add add to cart to productlistitem * add orders modal * add link to homepage in logo in header * sticky header * fix header styles * add order creation method * improve orders modal Co-authored-by: Salih Özdemir <salihozdemir94@gmail.com> Co-authored-by: Ömer Faruk APLAK <omer@pankod.com>
* create demo page * update doc Dockerfile * update demo nav item path * add mobile view * Optimised images with calibre/image-actions Co-authored-by: Ömer Faruk APLAK <omer@pankod.com> Co-authored-by: Pankod Community Bot <53254888+pankod-bot@users.noreply.github.com>
* create admin switch toggle * create client switch toggle * fix admin toggle transform value * update client toggle link
* add codemod * remove unrelated types * wip: handle custom routes * finalize routerProvider migration * get cli to work * refactor * use vercel license because of forked cli * add codemod cli forked from nextjs's codemod * add refine1-to-refine2 codemod 🎉 * remove example files * update codemod package dependencies * update codemod deps Co-authored-by: Ömer Faruk APLAK <omer@pankod.com>
* add @pankod/refine-codemod migration recommendation * add codemod README.md * use the word "migrating" instead of "migrate" in headers
umutzd
approved these changes
Nov 9, 2021
biskuvit
approved these changes
Nov 9, 2021
yildirayunlu
approved these changes
Nov 9, 2021
salihozdemir
approved these changes
Nov 9, 2021
mhrrmk
approved these changes
Nov 9, 2021
necatiozmen
approved these changes
Nov 9, 2021
This file contains hidden or 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
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.
Hey, I'm client! Test me! 'MASTER'
Link to ALPHA
Test me! 'MASTER'
Link to ALPHA
Hey, I'm client! Test me! 'MASTER'
Link to ALPHA
Test me! 'MASTER'
Link to ALPHA
Hey, I'm client! Test me! 'MASTER'
Link to ALPHA
Test me! 'MASTER'
Link to ALPHA
Hey, I'm client! Test me! 'MASTER'
Link to ALPHA
Test me! 'MASTER'
Link to ALPHA
Hey, I'm client! Test me! 'MASTER'
Link to ALPHA
Test me! 'MASTER'
Link to ALPHA
Hey, I'm client! Test me! 'MASTER'
Link to ALPHA
Test me! 'MASTER'
Link to ALPHA
Hey, I'm client! Test me! 'MASTER'
Link to ALPHA
IMPORTANT: Please do not create a Pull Request without creating an issue first.
Any change needs to be discussed before proceeding. Failure to do so may result in the rejection of the pull request.
Please provide enough information so that others can review your pull request:
Explain the details for making this change. What existing problem does the pull request solve?
Test plan (required)
Demonstrate the code is solid. If not, please add
WIP:in its title.Closing issues
Put
closes #XXXXin your comment to auto-close the issue that your PR fixes (if such).Test documentation! 'MASTER'
Link to ALPHA