-
Notifications
You must be signed in to change notification settings - Fork 0
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
9 improvement add cms #36
Merged
Merged
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
Change noder version.
after getting later version of node.
Embed Sanity Studio to path /about/certificates/admin. Idea is after login we can add new certificates from Sanity Studio.
Create schema for Certificates. Fetch all certificate with groq. Display title,subtitle with JSX.
Add new content like post, category, auth. Create types for new content. Add visiontool plugin. Refactore some sanity client code.
Create ClientSideLink client-side component to be used on server-side pages for optimization.
with slug and display id and title on page.
that comes from Sanity.
to ClientSideLink.tsx. Idea is to render much as possible from server-side, thats why I created this component.
with custome style.
and remove out-comment code.
author, category, post
after pushing this branch. Cant access Studio, black screen. Change useCdn to true froom false.
from next-sanity 5.4.6 to 5.5.4, sanity 3.16.4 to 3.16.7.
packages in package.json. Remove experimental appdir in next.conf file.
Create a back arrow for every certificate visited so it is possible to go back to prew page.
Closed
2 tasks
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Problem
Don't want to have data locally in project.
Solution
/admin
Before & After Screenshots
BEFORE:
[insert screenshot here]
AFTER:
[insert screenshot here]
Other changes (e.g. bug fixes, UI tweaks, small refactors)
Deploy Notes
Notes regarding deployment of the contained body of work. These should note any
new dependencies, new scripts, etc.
Problem after deployment:
/admin
ended up with a black-screennode v18.11.0
andnpm v9.6.4
Checklist
General