firefish/packages/client
naskya 8a46b92948
refactor: replace confusing expressions relevant to accounts
$i != null -> isSignedIn
$i.isModerator || $i.isAdmin -> isModerator
$i.isAdmin -> isAdmin
$i.emojiModPerm !== "unauthorized" -> isEmojiMod
iAmModerator, iAmAdmin, iAmEmojiMod -> isModerator, isAdmin, isEmojiMod
2024-01-05 14:29:41 +09:00
..
@types Firefish v1.0 2023-07-20 04:17:05 +09:00
assets chore: format 2023-12-29 05:53:16 +09:00
src refactor: replace confusing expressions relevant to accounts 2024-01-05 14:29:41 +09:00
.eslintrc.json Firefish v1.0.5-dev11 2023-09-04 18:07:18 +09:00
.prettierrc Firefish v1.0 2023-07-20 04:17:05 +09:00
package.json chore: upgrade dependencies 2024-01-03 00:54:14 +09:00
tsconfig.json chore: lint 2023-11-06 21:11:39 +09:00
vite.config.ts chore: unsafe linting 2023-11-27 18:17:53 +09:00
vite.json5.ts chore: unsafe linting 2023-11-27 18:17:53 +09:00