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

Create post with tags from the UI #1240

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

MercierMateo
Copy link
Contributor

@MercierMateo MercierMateo commented Jan 12, 2025

Issue: #1211

Follow up on this closed PR : #1221

Visitors can now create post with tags from the ui

@MercierMateo
Copy link
Contributor Author

I achieved a first working version. I will look into making this optional through the configuration.

@mattwoberts mattwoberts marked this pull request as ready for review January 18, 2025 20:32
Comment on lines +78 to +84
navigator.replaceState(
querystring.stringify({
view: querystring.get("view"),
query: querystring.get("query"),
tags: newTags,
limit: querystring.getNumber("limit"),
})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pretty sure you don't need this?

Copy link
Contributor

@mattwoberts mattwoberts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like it's coming on..

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.

2 participants