aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/startupTimings
AgeCommit message (Collapse)Author
2023-08-10chore: transition to shorter license headers (#6)Rini
Transition from the GPL jumpscare to a more concise header: /* * Vencord, a Discord client mod * Copyright (c) 2023 Vendicated and contributors * * SPDX-License-Identifier: GPL-3.0 */ Old files still keep the old headers, while eslint will now autofix the new header Reviewed-on: https://codeberg.org/Ven/cord/pulls/6 Co-authored-by: Rini <rini@rinici.de> Co-committed-by: Rini <rini@rinici.de>
2023-05-06[skip ci] Refactor utilsVendicated
2023-02-10refactor: update plugins to use `$self` (#478)fawn
Co-authored-by: Ven <vendicated@riseup.net>
2022-12-20Fix StartupTimings (#353)Nuckyz
2022-11-28Path aliases, better lazyWebpack (#268)Ven
2022-11-19fix startup timings page (#219)megumin
2022-11-07lint: Disallow utils index importsVendicated
This keeps leading to issues due to circular imports. Import from specific files instead, index just reexports
2022-11-05feat(plugins): add Startup Timings (#189)megumin