mirror of
https://github.com/modrinth/code.git
synced 2026-08-31 03:55:59 +00:00
* complain about links we know are incorrect * dont complain about the specific part of the url being incorrect if it wouldn't be correct regardless * UnsavedChangesPopup had a place where it was supposed to disable the save button but the actual impl didn't implement that property so i fixed that and also more work on link checks (including start of license link checks too) * github sponsor note * show the warning directly cuz it's not particularly clear there's a tooltip migrate links page to actually good unsaved changes thing that every other page uses also like self-hosted git support also add 9minecraft to blacklist * this dont look correct warning + oops duplicate id * better/more blacklist * clean up after merge * imports --------- Co-authored-by: tdgao <mr.trumgao@gmail.com>
7 lines
164 B
TypeScript
7 lines
164 B
TypeScript
export * from './core'
|
|
export * from './description'
|
|
export * from './link-checks'
|
|
export * from './links'
|
|
export * from './server-projects'
|
|
export * from './tags'
|