Henry Jameson
373fb077a8
use new color slot for badges
2022-10-17 21:50:49 +03:00
Henry Jameson
1435b65e36
add titles to mobile buttons
2022-10-17 21:50:37 +03:00
Henry Jameson
8b957fb85e
fix chevrons alignment
2022-10-09 19:04:45 +03:00
Henry Jameson
cf9957c733
fix alert dot
2022-10-09 19:00:25 +03:00
Henry Jameson
5fa533fbb7
Merge remote-tracking branch 'origin/develop' into scrolltotop
...
* origin/develop: (89 commits)
Update dependency @vuelidate/validators to v2.0.0
Remove lolex package
Remove diff package
Pin dependencies
Update dependency sass to v1.55.0
Make suggestor suggest according to cldr annotations
Make chunks named
Use import() for emoji.json
Add regional indicators
Support filtering by keywords from cldr
Display localized unicode emoji names
Load unicode emoji annotations
Extract language list to its own file
using the half-shit approach since proper approach is full-shit
Make unicode emoji phrases match with _
Use console.info
Fix non-square emojis being truncated
Fix emoji picker lint
Fix emoji picker lint
Tweak efficiency when changing filter keywords in emoji picker
...
2022-10-09 18:51:42 +03:00
Henry Jameson
0331e42ee8
move definitions for timeline header buttons to Panel.scss, now called
...
rightside buttons
2022-10-09 18:50:13 +03:00
tusooa
c807254d3e
Merge branch 'renovate/vuelidate-validators-2.x' into 'develop'
...
Update dependency @vuelidate/validators to v2.0.0
See merge request pleroma/pleroma-fe!1645
2022-10-08 12:46:17 +00:00
Pleroma Renovate Bot
f2a3883cec
Update dependency @vuelidate/validators to v2.0.0
2022-10-08 09:06:30 +00:00
tusooa
ce2edfe49d
Merge branch 'renovate/pin-dependencies' into 'develop'
...
Pin dependencies
See merge request pleroma/pleroma-fe!1642
2022-10-07 22:07:24 +00:00
HJ
8433784685
Merge branch 'remove/unused-packages' into 'develop'
...
Remove unused diff and lolex packages
See merge request pleroma/pleroma-fe!1643
2022-10-07 09:43:25 +00:00
Sean King
42e0926752
Remove lolex package
2022-10-06 22:10:16 -06:00
Sean King
ec7a8d0766
Remove diff package
2022-10-06 22:05:50 -06:00
Pleroma Renovate Bot
6c71686d26
Pin dependencies
2022-10-02 09:06:29 +00:00
tusooa
d0f6be5bb3
Merge branch 'renovate/sass-1.x' into 'develop'
...
Update dependency sass to v1.55.0
See merge request pleroma/pleroma-fe!1639
2022-10-02 01:38:25 +00:00
Henry Jameson
ce6ce4b6cd
minor improvements
2022-09-29 11:52:48 +03:00
Henry Jameson
a4e0eeea7a
fix buttons overlapping
2022-09-29 11:49:19 +03:00
Henry Jameson
66014fcfcb
port changes to notifications
2022-09-28 21:34:53 +03:00
Henry Jameson
7519c7f5d5
cleanup
2022-09-28 21:34:41 +03:00
Henry Jameson
d3b5ba4864
added scrolltotop for mobile notifications
2022-09-28 21:34:33 +03:00
Henry Jameson
1c459028cc
fix scrollerref not setting properly
2022-09-28 21:23:27 +03:00
Henry Jameson
8c4de692f4
apply same for scrolltop button
2022-09-28 21:17:44 +03:00
Henry Jameson
c041d7aa9b
refactor css for timeline buttons, make it a bit easier to tap them
2022-09-28 21:16:05 +03:00
Pleroma Renovate Bot
afca31b118
Update dependency sass to v1.55.0
2022-09-22 09:05:38 +00:00
HJ
03b61f0a9c
Merge branch 'from/develop/tusooa/grouped-emoji-picker' into 'develop'
...
Group emojis into packs in emoji picker
See merge request pleroma/pleroma-fe!1408
2022-09-22 08:11:25 +00:00
Tusooa Zhu
a7f836a64e
Make suggestor suggest according to cldr annotations
2022-09-21 23:16:33 -04:00
Tusooa Zhu
a758e18dce
Make chunks named
2022-09-20 23:13:07 -04:00
Tusooa Zhu
6fab7b9e3f
Use import() for emoji.json
2022-09-20 22:03:31 -04:00
Tusooa Zhu
cc58b9b93d
Add regional indicators
2022-09-20 21:50:40 -04:00
Tusooa Zhu
980241c1ac
Support filtering by keywords from cldr
2022-09-20 21:06:57 -04:00
Tusooa Zhu
a73f9731f5
Display localized unicode emoji names
2022-09-20 20:44:52 -04:00
Tusooa Zhu
1c3bdda14c
Load unicode emoji annotations
2022-09-20 20:15:32 -04:00
Tusooa Zhu
d5411c9f88
Extract language list to its own file
2022-09-20 19:27:26 -04:00
tusooa
aa9cae8c71
Merge branch 'add/remove-from-followers' into 'develop'
...
Added support for removing users from followers
See merge request pleroma/pleroma-fe!1640
2022-09-20 18:58:32 +00:00
HJ
74382595af
Merge branch 'more-apology-fixes' into 'develop'
...
using the half-shit approach since proper approach is full-shit
Closes #1182
See merge request pleroma/pleroma-fe!1641
2022-09-20 17:34:02 +00:00
Henry Jameson
fa1d9f3fb4
using the half-shit approach since proper approach is full-shit
2022-09-20 00:24:08 +03:00
Tusooa Zhu
0445d7c882
Make unicode emoji phrases match with _
2022-09-18 13:19:55 -04:00
Tusooa Zhu
de2c7b760f
Use console.info
2022-09-18 13:19:55 -04:00
HJ
8bd27165f3
Fix non-square emojis being truncated
2022-09-18 13:19:55 -04:00
Tusooa Zhu
6e2b87f5af
Fix emoji picker lint
2022-09-18 13:19:55 -04:00
Tusooa Zhu
58b01db9e1
Fix emoji picker lint
2022-09-18 13:19:54 -04:00
Tusooa Zhu
5d6f3a5c8b
Tweak efficiency when changing filter keywords in emoji picker
2022-09-18 13:19:54 -04:00
Tusooa Zhu
09bcb6a5b1
Use trimmed keyword for filtering emojis
2022-09-18 13:19:54 -04:00
Tusooa Zhu
0fd0d6c4c2
Limit the width of unsupported multichar emojis
2022-09-18 13:19:54 -04:00
Tusooa Zhu
e01c76c7e9
Make emoji picker work with vue3
2022-09-18 13:19:54 -04:00
Tusooa Zhu
96564609f8
Make StillImage react to src changes
2022-09-18 13:19:54 -04:00
Tusooa Zhu
fbbeb33f48
Lint
2022-09-18 13:19:54 -04:00
Tusooa Zhu
a29ac5b9a4
Add English translation for unicode emoji group names
2022-09-18 13:19:53 -04:00
Tusooa Zhu
02de0ed825
Add icons for unicode emoji groups
2022-09-18 13:19:53 -04:00
Tusooa Zhu
8f4f02683f
Make emoji picker use grouped unicode emojis
2022-09-18 13:19:53 -04:00
Tusooa Zhu
d865f572aa
Generate grouped unicode emojis from unicode-emoji-json
2022-09-18 13:19:53 -04:00