Skip to content
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

separate path for archived posts #855

Merged
merged 1 commit into from Apr 21, 2024

Conversation

cometkim
Copy link
Contributor

@cometkim cometkim commented Apr 20, 2024

The previous approach (tabs) doesn't preserve URL path for archived posts and therefore doesn't provide basic web browsing experiences such as history-back.

While improving this, it also removes various duplications used to filter posts.

Also, this makes the blog page faster because less initial data is loaded for entry.

Copy link

vercel bot commented Apr 20, 2024

@cometkim is attempting to deploy a commit to the ReScript Association Team on Vercel.

A member of the Team first needs to authorize it.

The previous approach (tabs) doesn't preserve URL path for archived posts
and therefore doesn't provide basic web browsing experiences such as history-back.

While improving this, it also removes various duplications used to filter posts.

Also, this makes the blog page faster because less initial data is loaded for entry.
src/common/BlogApi.res Show resolved Hide resolved
src/common/BlogApi.res Show resolved Hide resolved
src/Blog.res Show resolved Hide resolved
@fhammerschmidt fhammerschmidt merged commit 961ec72 into rescript-association:master Apr 21, 2024
1 of 2 checks passed
@cometkim cometkim deleted the archived branch April 22, 2024 03:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants