Skip to content

Delete outdated/unused messages and add/update CR/WAI/WF messages #249

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

Merged
merged 28 commits into from
Apr 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
e71ad03
[TEMP] Drop project summaries
JarlPenguin Apr 6, 2025
8e1034d
Fix monospace links in Cloud
JarlPenguin Apr 6, 2025
15c52f9
Fix bugs.mojang.com links
JarlPenguin Apr 6, 2025
100b392
[TEMP] Fix parent issue links in duplicate messages
JarlPenguin Apr 6, 2025
877f99e
Revert "[TEMP] Drop project summaries"
JarlPenguin Apr 11, 2025
7782008
Drop MCD and MCLG
JarlPenguin Apr 6, 2025
b0bd7d7
Update project summary links for Cloud
JarlPenguin Apr 11, 2025
c008809
Cleanup various links
JarlPenguin Apr 11, 2025
3deeab0
Project-specific wiki links
JarlPenguin Apr 11, 2025
3ddbb5d
Fix panels in Cloud
JarlPenguin Apr 12, 2025
cfbe525
Update Wrong project (Moved) message
JarlPenguin Apr 17, 2025
8d7e62b
Update Attach video message
JarlPenguin Apr 17, 2025
9833122
Make Pirated Minecraft message applicable for MCPE
JarlPenguin Aug 26, 2021
6e48261
Add attach world for MCPE project message
JarlPenguin Aug 6, 2020
b15b469
Drop hashtag issue message
JarlPenguin Apr 6, 2025
0687df9
Drop auth server message
JarlPenguin Apr 6, 2025
9722f35
Drop legacy launcher message
JarlPenguin Apr 6, 2025
097c0a2
Drop Mojang Priority panel
JarlPenguin Apr 6, 2025
9a57acc
steps-to-reproduce -> provide-steps-to-reproduce
JarlPenguin Apr 6, 2025
33321e6
Temporary Service Outage -> Temporary service outage
JarlPenguin Apr 6, 2025
82d7c4d
Add CR, WF messages and update WAI message
JarlPenguin Apr 11, 2025
f0c259c
Drop modified world crash message
JarlPenguin Apr 12, 2025
9c3517f
Enable Attach world file message for BDS
JarlPenguin Apr 17, 2025
8abf09d
Enable Pirated Minecraft message for WEB
JarlPenguin Apr 17, 2025
8e77bf1
Enable Temporary service outage message for WEB
JarlPenguin Apr 17, 2025
ad70af2
Enable Multiple issues in one report message for WEB
JarlPenguin Apr 17, 2025
3feeda7
Enable Feature request message for WEB
JarlPenguin Apr 17, 2025
9cc9138
Drop Unmarked private issue panel
JarlPenguin Apr 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ window.$ = window.jQuery = require('jquery');
window.Popper = require('@popperjs/core');

// Available projects
const projects = ["mc", "mcpe", "mcd", "mcl", "mclg", "bds", "realms", "web"];
const projects = ["mc", "mcpe", "mcl", "bds", "realms", "web"];
for (const project of projects) {
$("#projectDropdownMenu").append($(`<li><a class="dropdown-item ${project}-dropdown" href="#${project.toUpperCase()}">${project.toUpperCase()}</a></li>`));
}
Expand Down
Loading