| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | revert emoji picker changes | syuilo | 2022-07-06 | 2 | -28/+29 |
| | | |||||
| * | fix(client): ↵ | syuilo | 2022-07-06 | 3 | -3/+17 |
| | | | | | テーマを作成するとクライアントが起動しなくなる | ||||
| * | revert: feat: styled error screen (#8930) | syuilo | 2022-07-06 | 4 | -138/+11 |
| | | |||||
| * | chore(client): rendering performance tweak a bit | syuilo | 2022-07-05 | 2 | -8/+8 |
| | | |||||
| * | chore(client): rendering performance tweak a bit | syuilo | 2022-07-05 | 5 | -84/+85 |
| | | |||||
| * | chore(client): remove unused class | syuilo | 2022-07-05 | 3 | -6/+6 |
| | | |||||
| * | chore(client): tweak ui | syuilo | 2022-07-05 | 2 | -45/+49 |
| | | |||||
| * | chore(client): rendering performance tweak a bit | syuilo | 2022-07-05 | 5 | -29/+34 |
| | | |||||
| * | chore(client): fix type | syuilo | 2022-07-05 | 1 | -1/+1 |
| | | |||||
| * | enhance(client): improve usability | syuilo | 2022-07-05 | 2 | -1/+10 |
| | | |||||
| * | feat(client): メニューからページをリロードできるように | syuilo | 2022-07-05 | 1 | -0/+7 |
| | | |||||
| * | perf: allow get for notes/reactions | syuilo | 2022-07-05 | 2 | -1/+5 |
| | | |||||
| * | chore(client): tweak ui | syuilo | 2022-07-05 | 1 | -1/+1 |
| | | |||||
| * | rename: BIOS -> Repair Tool | syuilo | 2022-07-05 | 2 | -3/+3 |
| | | |||||
| * | feat: styled error screen (#8930) | Kainoa Kanter | 2022-07-05 | 4 | -11/+138 |
| | | | | | | | | | | | | | | | | * Styled error screen * Make details margin auto * Update boot.css * Replace fontawesome with tabler svg * Remove hr * Add new style to flush screen * Rename to `error.css` | ||||
| * | fix: pagination uses API correctly (#8925) | Johann150 | 2022-07-05 | 1 | -2/+6 |
| | | |||||
| * | fix(client): user search of explore not working | syuilo | 2022-07-05 | 1 | -0/+1 |
| | | |||||
| * | chore(client): tweak style | syuilo | 2022-07-05 | 1 | -8/+0 |
| | | |||||
| * | enhance(client): improve marquee | syuilo | 2022-07-05 | 1 | -0/+7 |
| | | |||||
| * | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop | syuilo | 2022-07-05 | 1 | -1/+0 |
| |\ | |||||
| | * | Update store.ts (#8937) | Kainoa Kanter | 2022-07-05 | 1 | -1/+0 |
| | | | |||||
| * | | chore(client): tweak deck | syuilo | 2022-07-05 | 2 | -1/+7 |
| | | | |||||
| * | | chore(client): tweak deck | syuilo | 2022-07-05 | 3 | -15/+7 |
| |/ | |||||
| * | chore(client): tweak ui | syuilo | 2022-07-05 | 1 | -11/+11 |
| | | |||||
| * | chore: fix client lint errors (#8934) | Kainoa Kanter | 2022-07-05 | 14 | -65/+78 |
| | | | | | | | | | | * Fix client lint * Hide no-v-html * Ignore banned type * Update page-editor.vue | ||||
| * | Add additional drive capacity change support (#8867) | CyberRex | 2022-07-05 | 8 | -6/+114 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add additional drive capacity change support * Update packages/backend/src/server/api/endpoints/admin/drive-capacity-override.ts Co-authored-by: Johann150 <johann@qwertqwefsday.eu> * :art: * show instance default capacity in placeholder * fix * update api/drive * fix * remove : * fix lint Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: tamaina <tamaina@hotmail.co.jp> | ||||
| * | fix lint @typescript-eslint/ban-types | Johann150 | 2022-07-04 | 5 | -10/+7 |
| | | |||||
| * | fix lint no-prototype-builtins | Johann150 | 2022-07-04 | 4 | -5/+6 |
| | | |||||
| * | fix lint no-undef | Johann150 | 2022-07-04 | 6 | -3/+5 |
| | | |||||
| * | fix lint: use let instead of const for $ref | Johann150 | 2022-07-04 | 4 | -6/+6 |
| | | | | | Fixes lint no-const-assign. | ||||
| * | refactor: remove unnecessary computed | Johann150 | 2022-07-04 | 1 | -8/+3 |
| | | | | | Fixes lint no-const-assign. | ||||
| * | fix lint vue/require-valid-default-prop | Johann150 | 2022-07-04 | 1 | -2/+2 |
| | | |||||
| * | fix lint no-fallthrough | Johann150 | 2022-07-04 | 1 | -0/+3 |
| | | |||||
| * | fix lint padded-blocks | Johann150 | 2022-07-04 | 5 | -5/+0 |
| | | |||||
| * | fix(lint): semicolong spacing | Johann150 | 2022-07-04 | 2 | -2/+4 |
| | | |||||
| * | fix: replace use of window | Johann150 | 2022-07-04 | 1 | -3/+3 |
| | | |||||
| * | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop | syuilo | 2022-07-04 | 7 | -13/+13 |
| |\ | |||||
| | * | fix: spellcheck is boolean not string | Johann150 | 2022-07-04 | 7 | -13/+13 |
| | | | |||||
| * | | update vite | syuilo | 2022-07-04 | 2 | -5/+5 |
| | | | |||||
| * | | enhance(client): ↵ | syuilo | 2022-07-04 | 1 | -0/+7 |
| |/ | | | | deckのウイジェットカラムが未設定の時に説明を表示するように | ||||
| * | enhance(client): tweak statusbar | syuilo | 2022-07-04 | 5 | -57/+60 |
| | | |||||
| * | chore(client): tweak style | syuilo | 2022-07-04 | 2 | -3/+15 |
| | | |||||
| * | enhance(client): tweak deck | syuilo | 2022-07-03 | 1 | -49/+61 |
| | | |||||
| * | fix: streamingテストおそい (#8912) | MeiMei | 2022-07-03 | 2 | -754/+395 |
| | | |||||
| * | enhance(client): refine deck | syuilo | 2022-07-03 | 8 | -93/+131 |
| | | | | | Fix #7720 | ||||
| * | fix(client): contextmenu of deck not working | syuilo | 2022-07-03 | 1 | -2/+1 |
| | | |||||
| * | fix typo | syuilo | 2022-07-03 | 1 | -1/+1 |
| | | |||||
| * | chore(client): rename marquee -> ticker | syuilo | 2022-07-03 | 2 | -4/+4 |
| | | |||||
| * | chore(client): tweak style | syuilo | 2022-07-03 | 1 | -1/+1 |
| | | |||||
| * | fix(client): fix wrong import | syuilo | 2022-07-03 | 1 | -1/+1 |
| | | |||||