Hazelnoot
|
1c181df086
|
restore ordering of MkNotes attributes in index.timeline.vue
|
2024-11-02 17:38:20 -04:00 |
|
Hazelnoot
|
f5652605ec
|
remove notes-container.vue and revert refactor
|
2024-11-02 17:38:20 -04:00 |
|
Hazelnoot
|
9d3aa6bb41
|
add pinned section to "notes" tab on user profiles
|
2024-11-02 17:38:19 -04:00 |
|
Hazelnoot
|
5b64b9001d
|
fix weird spacing on notes/home.vue
|
2024-11-02 17:38:19 -04:00 |
|
Hazelnoot
|
64e4cf8277
|
fix inconsistent following feed filters on mobile
|
2024-11-01 09:27:34 -04:00 |
|
dakkar
|
276b30bdc0
|
merge: Collapse user activity, files, and listenbrainz on mobile (resolves #747) (!718)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/718
Closes #747
Approved-by: Marie <github@yuugi.dev>
Approved-by: dakkar <dakkar@thenautilus.net>
|
2024-10-27 12:12:30 +00:00 |
|
Hazelnoot
|
d2a4d6d9e0
|
fix lint errors in home.vue / index.listenbrainz.vue
|
2024-10-26 12:58:07 -04:00 |
|
Hazelnoot
|
75fc3de405
|
collapse user activity/files/listenbrainz by default on mobile
|
2024-10-26 12:51:52 -04:00 |
|
Hazelnoot
|
b034e1db67
|
fix inconsistent relation badges between user profile and user info block
|
2024-10-26 11:31:11 -04:00 |
|
Hazelnoot
|
148bf98f21
|
Merge branch 'develop' into feature/2024.9.0
# Conflicts:
# packages/frontend/src/pages/instance-info.vue
|
2024-10-11 14:06:21 -04:00 |
|
dakkar
|
02d36c4518
|
Merge branch 'develop' into feature/2024.9.0
|
2024-10-11 10:10:16 +01:00 |
|
Hazelnoot
|
a7076ed3e0
|
show "blocking you" indicator to instance staff only
|
2024-10-10 14:01:40 -04:00 |
|
Hazelnoot
|
523ad3d60c
|
add "following" and "mutuals" relation badges
|
2024-10-10 14:01:40 -04:00 |
|
Hazelnoot
|
1b106d92e0
|
fix HTML semantics of relational info-badges
|
2024-10-10 14:01:40 -04:00 |
|
dakkar
|
f00576bce6
|
Merge remote-tracking branch 'misskey/master' into feature/2024.9.0
|
2024-10-09 15:17:22 +01:00 |
|
Hazel K
|
5f435f7250
|
restore sorting of pinned notes
|
2024-10-07 16:26:30 -04:00 |
|
Hazel K
|
c783ccf8cb
|
sort pinned notes by date
|
2024-10-07 16:20:40 -04:00 |
|
Hazel K
|
35114df6d4
|
always default to latest notes instead of pins
|
2024-10-07 16:20:40 -04:00 |
|
Hazel K
|
3003affe6a
|
fix extra gap above user notes
|
2024-10-07 16:20:40 -04:00 |
|
Hazel K
|
60ec877d3c
|
on user profiles, move pinned notes down with the other notes
|
2024-10-07 16:20:40 -04:00 |
|
Hazel K
|
6cfadb1f61
|
add prefix to components
|
2024-10-07 11:21:37 -04:00 |
|
Hazel K
|
4ca27692ac
|
Merge branch 'develop' into hazelnoot/following-timeline
|
2024-10-06 11:16:43 -04:00 |
|
Hazel K
|
e622ab7cc7
|
indicate if a user is blocked / muted by the current user
|
2024-10-05 19:13:09 -04:00 |
|
Hazel K
|
bdd8e54be9
|
add missing copyright header
|
2024-10-03 15:19:05 -04:00 |
|
Hazel K
|
fddf078b52
|
improve per-user view on mobile
|
2024-10-03 15:16:07 -04:00 |
|
syuilo
|
28e9d4e483
|
feat: フォローされた際のメッセージを設定できるようにする (#14430)
* feat: フォローされた際のメッセージを設定できるようにする
Resolve #14425
* Update CHANGELOG.md
* 既にフォローしているユーザーのメッセージも見れるように
* Update packages/frontend/src/components/MkNotification.vue
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* fix indent
* Update users.ts
* wip
* Update users.ts
---------
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
|
2024-09-28 09:55:21 +09:00 |
|
かっこかり
|
2cbe1d1210
|
feat(frontend): ノート・ユーザータイムライン埋め込み (#13929)
* fix
* navhookをbootに移動
* サーバーサイドのbootも分けるように
* 埋め込みページかどうかの判定は最初の一回だけに
* tooltipは出せるように
* fix design
* 埋め込み独自のtooltipを削除
* ロジックの分岐が多かったMkNoteDetailedを分離
* fix indent
* プレビュー用iframeにフォーカスが当たるのを修正
* popupの制御を出す側で行うように
* パラメータが逆になっていたのを修正
* Update MkEmbedCodeGenDialog.vue
* fix
* eliminate misskey-js lint warns
* fix
* add appropriate attributes to embed html
* enhance: サーバーサイドのembed系をさらに分離
* enhance: embed routerを分離(route定義をboot時に変更できるようにする改修を含む)
* type
* lint
* fix indent
* server-side styleを完全に分離
* Revert "refactor: 画面サイズのしきい値をconstにまとめる"
This reverts commit 05ca36f400889456981e89489ae0ae242fa09b67.
* fix
* revert all changes in base.pug
* embedドメインをまとめた
* embedドメインをまとめた
* prevent calling contextmenu in embed page by stopping at the caller
* fix import
* fix import
* improve directory structure
* fix import
* register timeline ui as a container
* wa-
* rename
* wa-
* Update EmMediaList.vue
* Update EmMediaList.vue
* Update EmMediaList.vue
* Update EmMediaImage.vue
* Update EmNote.vue
* revert mkmedialist changes
* 戻し漏れ
* wip
* tweak embed media ui
* revert original media components
* Update boot.embed.js
* rename
* wip
* Update MkNote.vue
* wip
* Update MkSubNoteContent.vue
* Update EmNote.vue
* Update packages/frontend/src/router/definition.ts
* Revert "Update packages/frontend/src/router/definition.ts"
This reverts commit 937ae44521cdb0f250796943b20142b65f8ed944.
* refactor EmMediaImage
* fix import
* remove unused imports
* Update router.ts
* wip
* Update boot.ts
* wip
* wip
* wip
* wip
* Update EmNote.vue
* Update EmNote.vue
* Create EmA.vue
* Create EmAvatar.vue
* Update EmAvatar.vue
* wip
* wip
* wip
* Create EmImgWithBlurhash.vue
* Update EmImgWithBlurhash.vue
* Create EmPagination.vue
* wip
* Update boot.ts
* wip
* wip
* wi@p
* wip
* wip
* wiop
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update boot.ts
* wip
* Update MkMisskeyFlavoredMarkdown.ts
* wip
* wip
* wip
* wip
* wip
* Update post-message.ts
* wip
* Update EmNoteDetailed.vue
* Update EmNoteDetailed.vue
* Create instance.ts
* Update EmNoteDetailed.vue
* wip
* Update EmNoteDetailed.vue
* wip
* wip
* wip
* Update pnpm-lock.yaml
* wip
* wip
* wp
* wip
* Update ClientServerService.ts
* wip
* Update boot.ts
* Update vite.config.local-dev.ts
* Update vite.config.ts
* Create index.html
* wa-
* wip
* Update boot.ts
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Create EmLink.vue
* Create EmMention.vue
* Update EmMfm.ts
* wip
* wip
* wip
* wip
* Update vite.config.ts
* Update boot.ts
* Update EmA.vue
* うぃp
* wip
* wip
* Create EmError.vue
* wip
* Update MkEmbedCodeGenDialog.vue
* Update EmNote.vue
* wip
* wip
* Update user-timeline.vue
* Update check-spdx-license-id.yml
* wip
* wip
* style(frontend-shared): lint fixes on build.js
* fix(frontend-shared): include `*.{js,json}` files in js-built
* wip
* use alias
* refactor
* refactor
* Update scroll.ts
* refactor
* refactor
* refactor
* wip
* wip
* wip
* wip
* Update roles.vue
* Update branding.vue
* wip
* wip
* wip
* Update page.vue
* wip
* fix import
* add missing css variables
* 絵文字をtwemojiに変更
クライアントデフォルトにあわせるため
* force empoll readonly
* fix compiler error
* fix broken imports
* tweak button style
* run api extractor
* fix storybook theme preloads
* fix storybook instance imports
* Update preview.ts
* Update preview.ts
* Update preview.ts
* Revert "Update preview.ts"
This reverts commit 12bab1c6fbd3baf753515df760ff19d027b85155.
* Revert "Update preview.ts"
This reverts commit 5c0ce01dbdf2194ffe94aba950f747a9968f29c4.
* Revert "Update preview.ts"
This reverts commit f4863524d7e5ca0f25470808849c24a72bea000a.
* Revert "fix storybook instance imports"
This reverts commit ed8eabb246edf731d31adffbe3c77c539e53ae9e.
* Revert "wip"
This reverts commit d3c1926519878155193a1654f49141e515d49683.
* Revert "Update page.vue"
This reverts commit 27c7900b0c1ae296b56075e8a9c22585d9cd744b.
* Revert "Update branding.vue"
This reverts commit c08ccb65ba66774c3e2b3dcfc6153004b5c0aa16.
* Revert "Update roles.vue"
This reverts commit 1488b670660cb1803d17d8f5c78f2d79e59fa52d.
* Revert "wip"
This reverts commit aab1c769814b08c257cad3025422a0eea3bfba4f.
* refactor: use common media proxy
* fix imports
* fix
* fix: MediaProxyの初期化を保証する(storybook対策?)
* enhance(frontend-embed): improve embedParams provide
* fix(backend): MK_DEV_PREFER=backendのときにembed viteが読み込めないのを修正
* fix
* embed-pageを共通化
* fix import
* fix import
* fix import
* const.jsを共通化
(たぶんrevertしすぎた)
* fix type error
* fix duplicated import
* fix lint
* fix
* コメントとして残す
* sharedとembedをlint対象にする
* lint
* attempt to fix eslint (frontend-shared)
* lint fixes
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
|
2024-09-09 20:57:36 +09:00 |
|
dakkar
|
4cba570f49
|
fixes for build
|
2024-08-02 13:11:12 +01:00 |
|
dakkar
|
cfa9b852df
|
Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.07
|
2024-08-02 12:25:58 +01:00 |
|
dakkar
|
518de221c5
|
merge: select note component in <setup> (!517)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/517
Approved-by: Marie <marie@kaifa.ch>
Approved-by: Tess K <me@thvxl.se>
|
2024-07-29 10:44:32 +00:00 |
|
Marie
|
8ca5c3e5f3
|
lint
|
2024-07-19 05:14:10 +00:00 |
|
かっこかり
|
ec91e18899
|
fix(frontend): add missing import (follow-up of #12265)
|
2024-07-18 01:56:02 +09:00 |
|
かっこかり
|
3331f3972a
|
fix(frontend): 「アニメーション画像を再生しない」がオンのときにバナー画像・サーバー背景画像がアニメーションしないように (#14243)
* fix: stop animating banner and backgrounds when stop showing animated images is enabled
(cherry picked from commit 8fe2596316 )
* chore: nest ternary
(cherry picked from commit 2783fe5f5b )
* chore: flip ternary
(cherry picked from commit b9d66f824c )
* update changelog
---------
Co-authored-by: Marie <marie@kaifa.ch>
|
2024-07-18 01:22:24 +09:00 |
|
Marie
|
8fe2596316
|
fix: stop animating banner and backgrounds when stop showing animated images is enabled
|
2024-07-15 10:48:05 +00:00 |
|
かっこかり
|
3c032dd5b9
|
enhance: 非ログイン時には別サーバーに遷移できるように (#13089)
* enhance: 非ログイン時にはMisskey Hub経由で別サーバーに遷移できるように
* fix
* サーバーサイド照会を削除
* クライアント側の照会動作
* hubを経由せずにリモートで続行できるように
* fix と pleaseLogin誘導箇所の追加
* fix
* fix
* Update CHANGELOG.md
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
|
2024-07-14 15:27:52 +09:00 |
|
dakkar
|
fccfde8f2b
|
replaced many more ti-*
|
2024-06-22 15:53:36 +01:00 |
|
dakkar
|
f2c56f395e
|
replaced more ti-*
|
2024-06-22 15:53:36 +01:00 |
|
dakkar
|
138127a5b6
|
replaced ti-apps and a few more
|
2024-06-22 15:53:36 +01:00 |
|
dakkar
|
df26b6501d
|
replaced a bunch of ti-*
|
2024-06-22 15:53:32 +01:00 |
|
dakkar
|
172f9e7443
|
replaced ti-player-* and ti-volume-*
|
2024-06-22 15:53:13 +01:00 |
|
dakkar
|
d6ba786169
|
replaced ti-asterisk and ti-mood-happy
|
2024-06-22 15:53:13 +01:00 |
|
dakkar
|
834e449978
|
replaced ti-photo
|
2024-06-22 15:53:13 +01:00 |
|
dakkar
|
527bbd036c
|
replaced ti-users
|
2024-06-22 15:53:13 +01:00 |
|
dakkar
|
1b965dd866
|
replaced ti-lock
|
2024-06-22 15:53:12 +01:00 |
|
dakkar
|
e8684ba98f
|
replaced ti-eye-exclamation
|
2024-06-22 15:53:12 +01:00 |
|
dakkar
|
8830c94591
|
replaced ti-eye
|
2024-06-22 15:53:12 +01:00 |
|
dakkar
|
7eed0aec69
|
replaced ti-code
|
2024-06-22 15:53:12 +01:00 |
|
dakkar
|
78b21cecc4
|
replaced ti-pencil
|
2024-06-22 15:53:12 +01:00 |
|
dakkar
|
bdbcb55a81
|
replaced ti-home
|
2024-06-22 15:53:12 +01:00 |
|
dakkar
|
b149a67a4b
|
replaced ti-shield ti-shield-lock
|
2024-06-22 15:53:12 +01:00 |
|