summaryrefslogtreecommitdiff
path: root/packages/frontend/src/timelines.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* merge upstreamHazelnoot2025-03-251-1/+1
|\
| * enhance(frontend): improve accounts managementsyuilo2025-03-131-1/+1
| |
* | Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.07dakkar2024-08-021-0/+5
|/
* Fix(frontend): LTL無効時にヘッダーにSTLが表示されてしまう ↵taichan2024-07-311-1/+1
| | | | | | | | | & デフォルト、クラシックでリストが消えている (#14337) * Fix condition of STL available * Fix: condition of stl * Listがタイムラインのヘッダーから消えている
* frontend timeline fixes & improvements (#13727)anatawa122024-07-301-0/+56
* fix: withRepliesがオフのときにwithFilesのとぐるをいじれない問題 * fix: type errors in tl-column * fix: deck uiでタイムラインを切り替えた際にTLの設定項目が更新されない * refactor: タイムラインの各種知識を一つのファイルに統合 fix: ウィジェットのタイムライン選択欄に表示できないタイムラインが表示される * docs(changelog): timeline improvements * fix: missing license header * chore: timeline > basic timeline * use BasicTimelineType in deck-store * Update CHANGELOG.md --------- Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>