1
0
Commit Graph

962 Commits

Author SHA1 Message Date
Mar0xy e5667913f7 add: expand all long notes option 2023-12-03 20:08:21 +01:00
Mar0xy 304a91a474 upd: change formlink handling 2023-12-03 20:01:05 +01:00
Mar0xy 0158b6fc1b fix: Drive folder button not working
Closes #199
2023-12-03 19:59:01 +01:00
Mar0xy 620be4a9e1 add: auto uncollapse CW on all notes option
Closes transfem-org/Sharkey#191
2023-12-03 19:35:39 +01:00
Mar0xy aa4c3dfffe chore: remove unused import 2023-12-03 19:17:42 +01:00
Mar0xy 00d798f922 upd: change margin for desktop view on back button 2023-12-03 19:15:16 +01:00
Mar0xy 1bb258b16a add: back button in header
Closes transfem-org/Sharkey#196
2023-12-03 19:09:15 +01:00
Marie f639cc764c chore: lint 2023-12-03 17:40:24 +01:00
Insert5StarName 5db163bc67 upd: rework threading ui 2/2
Co-authored-by: daph <d@waal.me>
Co-authored-by: Marie <marie@kaifa.ch>
2023-12-02 20:29:01 +01:00
Marie 419bde43a6 upd: make Show changes redirect to the latest release page
Closes #192
2023-12-02 19:37:22 +01:00
Insert5StarName 183d24d63e fix: replys only going one layer deep 2023-12-02 13:55:15 +01:00
Mar0xy 45e191674d fix: notifications not applying noteDesign option 2023-12-02 13:27:31 +01:00
Mar0xy f0fe8eceaf upd: add option to select between note designs
Adds the ability to choose between `Sharkey` or `Misskey`
2023-12-02 13:09:25 +01:00
Insert5StarName 1a4bff7698 upd: rework threading/post ui 1/2
Co-authored-by: Gaspard Wierzbinski <contact@cpluspatch.com>
Co-authored-by: Marie <marie@kaifa.ch>
2023-12-02 01:39:29 +01:00
Marie ad5a6c1e41 fix: reactions escaping view in note view 2023-12-01 14:51:48 +01:00
Mar0xy 126b3839dd upd: add basic search widget
Closes transfem-org/Sharkey#181
2023-11-30 23:45:13 +01:00
Mar0xy 90ddbc5dcd upd: add info about multiple choices for polls
closes transfem-org/Sharkey#182
2023-11-30 22:16:42 +01:00
Mar0xy 65a2ea6a74 upd: improve post editing on polls
Fixes not being able to edit post if poll expiry was set and now checks properly if poll was edited or not
2023-11-30 02:11:47 +01:00
Mar0xy 363bb43658 upd: remove quote button restriction and coloring 2023-11-29 22:26:56 +01:00
Marie 5f3754f9fc merge: fix classic ui sidebars not sticking 2023-11-29 02:45:41 +01:00
Mar0xy c9112b2949 upd: use null as default on user like setting 2023-11-28 22:21:40 +01:00
Mar0xy 44fe3e4ebb fix: quoted notes opening when clicking CW button 2023-11-28 13:03:53 +01:00
Mar0xy d135cba60b chore: lint 2023-11-28 03:05:33 +01:00
Mar0xy 7722c0045a chore: correct class from undone changes 2023-11-28 03:03:13 +01:00
Mar0xy bd470596cc upd: collapse mentions if multiple are followed in a row 2023-11-28 03:01:37 +01:00
Mar0xy 7b9c16487b upd: add fields to user popup
Closes transfem-org/Sharkey#173
2023-11-27 23:35:18 +01:00
Mar0xy 3d0b754332 fix: selecting text in a note causing it to open
Closes transfem-org/Sharkey#175
2023-11-27 22:06:25 +01:00
dakkar d50d335e44 re-fix "hide preview of quote-renote"
I'm not sure how this got lost
2023-11-26 16:03:23 +00:00
Mar0xy 04dbf7ebe9 chore: replace icons, change errors 2023-11-23 19:22:34 +01:00
Mar0xy 42bf8e5e76 merge: upstream 2023-11-22 23:40:27 +01:00
Mar0xy 733c9a8c00 fix: Show Less button overlapping text
Fixes transfem-org/Sharkey#161
2023-11-20 22:55:37 +01:00
Insert5StarName 88d9f59957 upd: highlight active tab text 2023-11-18 05:17:00 +01:00
syuilo 4a7ccf6deb tweak MkTime.vue 2023-11-17 17:54:13 +09:00
syuilo 5f5712a3ee fix(frontend): MFM unixtimeのプレビューがリアルタイムで反映されない
Fix #12350
2023-11-17 15:33:57 +09:00
syuilo a9a743dab9 enhance(frontend): MFMでUNIX時間を指定して日時を表示できるように
Resolve #12294
2023-11-17 15:05:37 +09:00
syuilo 43cb2d478c enhance(frontend): ruby内でMFMを使えるように 2023-11-17 13:20:40 +09:00
syuilo b517d76084 enhance(frontend): MFMでルビを振れるように
Resolve #9161
2023-11-17 13:09:56 +09:00
Mar0xy a3fd51d6e0 upd: change the way likes get handled 2023-11-16 23:47:44 +01:00
Mar0xy 490b249407 upd: Allow users to change default like emoji
When users change the default like emoji in reactions tab from heart to another one it will be send out as that specific emoji.

If reset back to heart it will default to the instance like emoji again which is heart by default.

Closes transfem-org/Sharkey#95
2023-11-16 00:22:12 +01:00
おさむのひと 96f1728573 fix: 表示済みのカラムから別のチャンネルを選択した時、タイムラインの内容が追従して変更されない問題に対処 (#12237)
* 表示済みのカラムから別のチャンネルを選択した時、タイムラインの内容が追従して変更されない問題に対処

* fix CHANGELOG.md

* fix code style

* Update MkTimeline.vue

* コメント対応(MkButtonのimportとonBeforeUpdate->watch)

* fix CHANGELOG.md

* Update MkPagination.vue

---------

Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-11-15 11:24:54 +09:00
syuilo 3939360e55 fix(frontend): 特定の条件下でノートがnyaizeされない問題を修正
Fix #12331
2023-11-15 11:09:54 +09:00
Mar0xy d2e403a4bd fix: NoteDetailed using wrong value 2023-11-12 22:53:06 +01:00
Mar0xy 430a96ebdb fix: like not being set 2023-11-12 22:40:33 +01:00
Mar0xy f0a2ce00e7 chore: lint 2023-11-12 22:27:57 +01:00
Mar0xy 5c38e6b824 add: custom like emoji per instance, fix like
This fixes the fact that likes on mastodon didn't get federated properly and let's instance admins choose a custom emoji
2023-11-12 22:16:47 +01:00
zyoshoka 0dd3cac8d9 fix(frontend): アイコンデコレーションが見切れる問題を修正 (#12239)
* fix(frontend): アイコンデコレーションがナビゲーションバーでクリップされないように

* Revert "fix(frontend): アイコンデコレーションがナビゲーションバーでクリップされないように"

This reverts commit db246b13d9c5b3a6112b4cf38f605cc8c967639b.

* fix: tweak padding of account in navbar

* fix: set minimum height of note preview

* fix: リアクション一覧でアイコンデコレーションが見切れないように

* Update CHANGELOG.md

---------

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-11-11 16:07:07 +09:00
syuilo 689b88b942 fix(frontend): pull to refreshするたびにストリーミング全体の再接続が行われるのを修正 2023-11-10 17:52:50 +09:00
おさむのひと 253c0c42e2 デッキのカラムからリロードできる機能を追加 (#12274)
* デッキのカラムからリロードできる機能を追加

* tweak

---------

Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-11-10 17:49:09 +09:00
おさむのひと 879f2d2b7e ref化したnoteの変更通知がMfmコンポーネントまで到達してないのを修正 (#12282)
Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
2023-11-09 21:15:48 +09:00
Amelia Yukii 0034271659 fix: migrated airplane icon 2023-11-07 22:33:06 +01:00