ThatOneCalculator
82c9428b45
fix: 🐛 can't send blank messages
...
Closes #9661
2023-03-19 20:02:14 -07:00
ThatOneCalculator
d90be23e00
Merge branch 'develop' of codeberg.org:calckey/calckey into develop
2023-03-19 19:59:36 -07:00
ThatOneCalculator
887673ecdd
refactor: nyaize on the frontend
2023-03-19 19:59:00 -07:00
Free
1913648047
note-improvements ( #9734 )
...
Not sure if this is the best way to jump to the post
This also lets you select text w/out clicking to the post (and clicking normally on top of the text opens the post)
Co-authored-by: Freeplay <Freeplay@duck.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9734
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-03-20 02:31:02 +00:00
ThatOneCalculator
10a9a2121d
change follow button background, finally
2023-03-19 19:30:08 -07:00
ThatOneCalculator
9302a10a71
theme names
2023-03-19 18:49:25 -07:00
ThatOneCalculator
bd29f6bf2e
feat: ✨ more themes!
2023-03-19 18:44:08 -07:00
ThatOneCalculator
7fc19c4ea5
generic color for online user count
2023-03-19 16:58:54 -07:00
cutestnekoaqua
a0bcf42b88
chore: add emoji aliases
2023-03-20 00:37:49 +01:00
cutestnekoaqua
eee4d0ae4b
Revert "fix: unicode aliases"
...
This reverts commit 989b4975883849f81684e29c1235e881d28a9bb9.
2023-03-20 00:30:05 +01:00
cutestnekoaqua
67c6f55a4e
fix: unicode aliases
2023-03-20 00:24:33 +01:00
kakkokari-gtyih
ba4c2f65ae
fix: don't show smartphone UI when settings icon is double-clicked
2023-03-19 21:43:07 +09:00
naskya
94eb321431
feat: set license information for custom emojis ( #9719 )
...
Closes : #9711 (please check this issue first)
I cherry-picked two commits ([1](8ae9d2eaa8
), [2](ed51209172
)) from [Misskey](https://github.com/misskey-dev/misskey ) and made a few changes.
「ライセンス」should be written as "License" in the following screenshots, but it has not yet been translated.
It would be nice if we could include multiple lines of text, but I just ported what's been implemented so far in Misskey not to mess things up.
This is my first pull request (aside from typo correction). Feel free to point out any issues!
![](https://cdn.discordapp.com/attachments/823878222897741868/1086372711841935440/2023-03-18_042011.png )
![](https://cdn.discordapp.com/attachments/823878222897741868/1086373178214981853/01.png )
![](https://cdn.discordapp.com/attachments/823878222897741868/1086373336709341246/2023-03-18_042629.png )
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: naskya <m@naskya.net>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9719
Co-authored-by: naskya <naskya@noreply.codeberg.org>
Co-committed-by: naskya <naskya@noreply.codeberg.org>
2023-03-19 07:22:28 +00:00
Free
5315201032
note-improvements ( #9721 )
...
boop
Co-authored-by: Freeplay <Freeplay@duck.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9721
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-03-19 07:13:02 +00:00
ThatOneCalculator
59b3bd2a58
Merge branch 'develop' of codeberg.org:calckey/calckey into develop
2023-03-19 00:12:33 -07:00
ThatOneCalculator
e08ec0dfaf
fix: mobile button alignment
2023-03-19 00:12:24 -07:00
Kaitlyn Allan
4cfa9b0a83
Don't show channel edit button unless owner
2023-03-18 18:27:56 +10:00
Free
f2f9c1a7bd
note-improvements ( #9720 )
...
Co-authored-by: Free <freeplay@duck.com>
Co-committed-by: Free <freeplay@duck.com>
2023-03-18 00:44:00 +00:00
ThatOneCalculator
015d1c62f2
Merge branch 'develop' of codeberg.org:calckey/calckey into develop
2023-03-17 09:31:47 -07:00
ThatOneCalculator
d437653729
fix: send button
2023-03-17 09:31:39 -07:00
Cleo
dc67a88174
Merging 'New thread view + other post improvements' ( #9648 ) from Freeplay/calckey:note-improvements courtesy Freeplay
...
Signed-of-by: Cleo John <waterdev@galaxycrow.de>
2023-03-17 13:48:09 +00:00
ThatOneCalculator
d4e77ccd9b
better border color
2023-03-16 15:37:49 -07:00
Freeplay
95d67c9ab6
fix deck view margins
2023-03-15 22:29:48 -04:00
Freeplay
6c147fe618
Change reply icon (also align the icon in the posting form)
2023-03-15 21:24:12 -04:00
Freeplay
0842eeeef1
*actually* fix the line alignment
2023-03-15 20:26:13 -04:00
Freeplay
0c56144f92
fix line alignment in smaller windows
2023-03-15 19:53:22 -04:00
Freeplay
f0a22b3ae4
fix line in boosted text
2023-03-15 19:18:26 -04:00
Freeplay
3e26fa255e
fix footer icons
2023-03-15 18:58:35 -04:00
Freeplay
9e2bcbbb2b
Merge branch 'develop' of https://codeberg.org/calckey/calckey into note-improvements
2023-03-15 18:40:21 -04:00
fruye
77ff4ca78f
fix: Isolate unicode characters in display names ( #9702 )
...
This fixes a 'Follows you' badge on a profile page and account addresses in threads from being drawn backwards when an account has some special Unicode characters that change the direction of text in their name (i.e. U+202E RIGHT-TO-LEFT OVERRIDE).
Co-authored-by: fruye <fruye@unix.dog>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9702
Co-authored-by: fruye <fruye@noreply.codeberg.org>
Co-committed-by: fruye <fruye@noreply.codeberg.org>
2023-03-15 07:18:18 +00:00
ThatOneCalculator
ff7aae02dd
fix: mona is free
2023-03-14 16:23:40 -07:00
ThatOneCalculator
61a5c3a7c9
Merge branch 'develop' of codeberg.org:calckey/calckey into develop
2023-03-14 16:21:01 -07:00
ThatOneCalculator
d09c36f1cc
apps: mona
2023-03-14 16:20:46 -07:00
Kainoa Kanter
af12727909
Further Masto API work, focus on Ivory compatibility ( #9703 )
2023-03-13 07:25:17 +00:00
ThatOneCalculator
540d3892cc
how did vscode not catch these?
2023-03-11 13:59:36 -08:00
ThatOneCalculator
8e3036fc51
forgot about the fill icons
2023-03-11 13:52:11 -08:00
ThatOneCalculator
7f81d3c2b8
style: inlie-flex on ph-fw
2023-03-11 13:36:40 -08:00
ThatOneCalculator
8cb2efa186
fix?
2023-03-11 13:07:51 -08:00
Luna
36566d3dfe
Clean up auth.vue
2023-03-11 16:02:35 -05:00
Luna
bd15a1d8d6
Enable multipart for masto oauth endpoints to fix Ivory
2023-03-11 16:02:35 -05:00
ThatOneCalculator
1979a60ff8
icons
2023-03-11 13:01:04 -08:00
ThatOneCalculator
7157d54fbd
refactor: ⬆️ phosphor 2, sorta
...
thank you sammy
2023-03-11 13:00:52 -08:00
ThatOneCalculator
437d4167dc
chore: apps
2023-03-11 12:22:54 -08:00
Kaity A
be4d51fcad
Expand caption limit to 1500 characters
2023-03-05 16:51:44 +10:00
Kainoa Kanter
8f4558fa90
chore: notes --> posts
2023-03-03 22:12:11 -08:00
Kainoa Kanter
cc0d324fd7
fix mobile navbar
2023-03-03 22:09:57 -08:00
Kainoa Kanter
1cd7b8bc38
fix: post button text alignment
2023-03-03 22:01:08 -08:00
Kainoa Kanter
296f786458
Merge pull request 'Add divider to header' ( #9678 ) from Freeplay/calckey:a into develop
...
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9678
2023-03-04 03:25:49 +00:00
Freeplay
4229ea9ca0
Add divider to header
2023-02-28 17:12:29 -05:00
Cleo John
83494b707d
more mastodon work
2023-02-28 17:23:04 +01:00