summaryrefslogtreecommitdiff
path: root/packages/frontend/src/ui/deck (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor(frontend): use ESMsyuilo2023-09-1912-35/+35
|
* (ad) translation for deck column settings (#11778)かっこかり2023-09-041-1/+2
|
* update deps (#11764)syuilo2023-09-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update deps * node16 * wip * wip * wip * Update test-utils.ts * wip * Update tsconfig.json * wip * Update package.json * wip * Update following.vue * Update followers.vue * Update index.vue * Update share.vue * Update MkUserPopup.vue * Update MkPostForm.vue * wip * Update MkTokenGenerateWindow.vue * Update MkPagination.vue * refactor * update deps * update deps * Update sw.ts * wip * wip * wip * Update FetchInstanceMetadataService.ts * Update FetchInstanceMetadataService.ts * update node * update deps * :art:
* chore: ↵Shun Sakai2023-07-2712-0/+60
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(client): ↵syuilo2023-07-171-0/+4
| | | | Deckで非ルートページにアクセスした際に簡易UIで表示しない設定を追加
* fix(frontend): ↵syuilo2023-07-081-2/+9
| | | | | | ページ遷移でスクロール位置が保持されない問題を修正 Fix #11068
* feat(frontend): deck ↵anatawa122023-07-052-10/+32
| | | | | | | | | UIのカラムからアンテナ、リストの編集画面を開けるように (#11104) * feat: add edit antenna button onto deck column * feat: add edit list button onto deck column * docs(changelog): add deck UIのカラムのメニューからアンテナとリストの編集画面を開けるようになりました
* enhance(frontend): improve ux of deck scrollsyuilo2023-06-241-0/+5
| | | | Resolve #11007
* :art:syuilo2023-06-111-0/+1
|
* fix(frontend): make scrollbar-color track transparenttamaina2023-06-011-0/+3
| | | | Fix #9414
* [ci skip] :art:syuilo2023-06-011-1/+1
|
* :art:syuilo2023-06-011-10/+14
|
* perf(#10923): CSS Modules のクラス名をインライン化する (#10930)Acid Chicken (硫酸鶏)2023-06-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * perf(#10923): unwind css module class name * perf(#10923): support multiple components * refactor: clean up * refactor(#10923): avoid `useCssModule()` * fix(#10923): allow direct literal class name * fix(#10923): avoid computed class name * fix(#10923): allow literal keys * fix(#10923): typo * fix(#10923): invalid class names * chore: test * revert: test This reverts commit 5c7ef366eceebe8ba260efa4d5d675f6c1775c45. * fix(#10923): hidden tale * perf(#10923): also unwind scoped css contained components * perf(#10923): `normalizeClass` AOT compilation --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* tweak uisyuilo2023-05-311-2/+1
|
* :art:syuilo2023-05-291-1/+5
|
* lintsyuilo2023-05-2910-40/+5
|
* :art:syuilo2023-05-261-5/+5
|
* :art:syuilo2023-05-261-2/+31
|
* :art:syuilo2023-05-261-0/+13
|
* refactorsyuilo2023-05-2011-43/+20
|
* refactorsyuilo2023-05-201-38/+0
|
* refactorsyuilo2023-05-1911-23/+23
|
* fix:ロールタイムライン無効に関する修正 (#10843)nenohi2023-05-191-1/+1
| | | | | | | | | | | * 修正 * note visibility change * public投稿のみ * update changelog * RN非表示機能がうごかないところだった
* refactorsyuilo2023-05-081-2/+2
|
* :art:syuilo2023-04-221-1/+1
|
* :art:syuilo2023-04-211-4/+1
|
* Revert ":art:"syuilo2023-04-211-1/+5
| | | | This reverts commit af738d9ca9c13f07d1ba72d0ead7267e95ef7fc4.
* :art:syuilo2023-04-201-5/+1
|
* use channels/my-favorites on deck/channel-column/setChannel (#10662)tsukimizake2023-04-181-1/+1
|
* feat: role timelinesyuilo2023-04-123-0/+70
| | | | Resolve #10581
* enhance(client): 投稿フォームをちょっといい感じに (#10442)tamaina2023-04-051-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * .formラッパーを削除 * fix type of MkPostFormAttaches * :rocket: * :art: * :art: * :art: * :art: * specifiedの時は連合なしをdisabledに * :v: * set select default * gap: 2px (max-width: 500px) / 4px * wip * :v: * :art: * fix maxTextLength * 今後表示しない * :art: * cache channel * :art: * 連合なしにする * use i18n.ts.neverShow * :v: * refactor * fix indent * tweak --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* タイムラインを正常に無効化できるように (#10299)atsuchan2023-03-121-5/+11
| | | | | | | | | | | | | | | | | | | * タイムラインを正常に無効化できるように Timeline can be disabled successfully * Tune: disabled timeline to update disabled state immediately カラムの判定の場所をこっちにしないとリアルタイムで更新が反映されないので変更(タイムラインを正常に無効化できるように) * modify disabled timeline icon to ti-circle-minus 無効化されたタイムラインのアイコンをTabler iconのti-circle-minusに修正 Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* enhance(client): improve channel uisyuilo2023-03-041-1/+0
|
* :art:syuilo2023-03-031-1/+1
|
* enhance(client): improve entrance pagesyuilo2023-02-226-15/+15
| | | | Resolve #9986
* fix(client): ↵syuilo2023-02-171-1/+3
| | | | | | MkHeader及びデッキのカラムでチャンネル一覧を選択したとき、最大5個までしか表示されない Fix #9904
* refactor: remove all unused imports (#9951)Kagami Sascha Rosylight2023-02-164-5/+3
| | | Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* feat(client): add channel column to decksyuilo2023-02-093-1/+75
|
* refactor(client): use css modulessyuilo2023-01-144-25/+19
|
* Role (#9437)syuilo2023-01-121-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update CHANGELOG.md * wip * wip * wip * Update create.ts * wip * wip * Update CHANGELOG.md * wip * wip * wip * wip * wip * wip * wip * Update CHANGELOG.md * wip * wip * Update delete.ts * Update delete.ts * wip * wip * wip * Update account-info.vue * wip * wip * Update settings.vue * Update user-info.vue * wip * Update show-file.ts * Update show-user.ts * wip * wip * Update delete.ts * wip * wip * Update overview.moderators.vue * Create 1673500412259-Role.js * wip * wip * Update roles.vue * 色 * Update roles.vue * integrate silence * wip * wip
* refactor(client): use css modulessyuilo2023-01-102-35/+3
|
* refactor(client): use css modulessyuilo2023-01-101-87/+69
|
* refactorsyuilo2023-01-061-1/+1
|
* perf(client): use shallowRef instead of ref for template referencesyuilo2023-01-032-2/+2
|
* refactor(client): refactor and performance improve of MkSpacersyuilo2023-01-031-1/+1
|
* perf(client): use shallowRef for html element refsyuilo2023-01-031-1/+1
|
* perf: use overflow: clip instead of overflow: hidden (#9443)tamaina2023-01-021-1/+1
| | | | | * use overflow: clip * revert
* :art:syuilo2022-12-311-3/+3
|
* :art:syuilo2022-12-281-0/+1
|
* Revert "perf?(client): remove needless scoped annotation for style"syuilo2022-12-275-5/+5
| | | | This reverts commit ada04c1932dd694af1775e562fdcfa2c506454de.