feat(frontend): add 'About Rickskey' page and menu entry#17559
Closed
netstartjp wants to merge 4 commits into
Closed
feat(frontend): add 'About Rickskey' page and menu entry#17559netstartjp wants to merge 4 commits into
netstartjp wants to merge 4 commits into
Conversation
Adds /about-rickskey route and page (copied from about-misskey.vue) with a 'Rickskeyについて' link in the server info section, appearing below the existing 'Misskeyについて' link. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Collaborator
|
This is the upstream project, not a fork named "Rickskey." Perhaps you meant to submit this on different repository? |
Adds a complete user poll system:
- Admin can create polls with question, choices (2-10), optional deadline, and anonymous/named setting
- Poll notifications are sent to all local active users on creation
- Users can vote from the /user-polls page or via notification
- Admin can view per-choice vote results from the management panel
- Navbar entry 'ユーザー投票' with route /user-polls and /admin/user-polls
- New DB tables: user_poll, user_poll_vote (migration 1780997771879)
- New notification type: userPoll
- New API endpoints: admin/user-polls/{create,list,delete,results}, user-polls, user-polls/vote
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
Thank you for sending us a great Pull Request! 👍 example: pnpm run build-misskey-js-with-types |
- User Poll (admin creates poll, users vote via notification/nav) - Instance Rankings (notes/reactions/followers, weekly/monthly/alltime) - Custom Emoji Proposals (propose+vote by users, approve/reject by admin) - Community Challenges (admin creates hashtag challenges, users participate) - Bulk Notify (admin sends notification to all/filtered users) - User Activity Report (admin views per-user stats and daily activity) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Member
|
Closing as these changes do not appear to be intended for the Misskey core repository. |
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.
Adds /about-rickskey route and page (copied from about-misskey.vue) with a 'Rickskeyについて' link in the server info section, appearing below the existing 'Misskeyについて' link.
What
Why
Additional info (optional)
Checklist