Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
4e49759
better default state handling
chyzman Jul 22, 2026
560ee6c
make next stage button work for going to next project
chyzman Jul 22, 2026
a31c3dd
fix skill issue
chyzman Jul 22, 2026
fb75143
actually fix initial values this time,
chyzman Jul 25, 2026
557f6a0
loaders in progress
chyzman Jul 25, 2026
fb6a158
loaders and versions test (probably dont use them as the messages suc…
chyzman Jul 25, 2026
05d7b6b
WIP the wip
chyzman Jul 26, 2026
018bc7e
good enough for now slug taken improvements
chyzman Jul 26, 2026
becbbbb
trim all those extra newlines
chyzman Jul 26, 2026
9a0a6b0
viewedness
chyzman Jul 26, 2026
9fd2aa3
batch prefetch queue + technically slightly faster checklist init
chyzman Jul 26, 2026
6038d42
show all valid alternative project types regardless of current projec…
chyzman Jul 26, 2026
ee8dbdf
Hide moderation permissions stage when it should be, and I'm sure thi…
chyzman Jul 26, 2026
83211a4
Hide moderation permissions stage when it should be, and I'm sure thi…
chyzman Jul 26, 2026
235330c
Merge remote-tracking branch 'origin/chyz/moderation-changes-phase-2'…
chyzman Jul 26, 2026
e0d2e9e
gimme them versions
chyzman Jul 27, 2026
c4b9e66
better moderation permission stage shown check?
chyzman Jul 27, 2026
ecab90c
betterer moderation permission stage shown check?
chyzman Jul 27, 2026
79961f1
Merge branch 'main' of github.com:modrinth/code into chyz/moderation-…
chyzman Jul 27, 2026
6d206ef
bettererer moderation permission stage shown check? + also began dele…
chyzman Jul 27, 2026
0cd8ac6
fix certain stages being able to be considered viewed before being vi…
chyzman Jul 27, 2026
500b533
more removals + i forgot to remove an import last commit
chyzman Jul 27, 2026
d051217
changed nothing:tm:
chyzman Jul 28, 2026
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
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ interface Tags {
interface Props {
project: Labrinth.Projects.v2.Project
projectV3: Labrinth.Projects.v3.Project
versions?: Labrinth.Versions.v2.Version[]
versions?: Labrinth.Versions.v3.Version[]
currentMember?: Labrinth.Projects.v3.TeamMember | null
collapsed?: boolean
routeName?: string
Expand Down
Loading
Loading