aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Use feed role for notifs and timelinestusooa2022-11-08
|
* Make notification panel a list of articlestusooa2022-11-08
|
* Handle properly 2-col and 3-col desktop notificationstusooa2022-11-08
|
* Make user panel and notification <aside>tusooa2022-11-08
|
* Make timeline a list of articlestusooa2022-11-07
|
* Add labels to mobile navstusooa2022-11-07
|
* Add labels for timeline headertusooa2022-11-07
|
* Use <main> for main contenttusooa2022-11-07
|
* Add title to mobile post buttontusooa2022-11-07
|
* lintHenry Jameson2022-11-01
|
* show counter in show new button on mobileHenry Jameson2022-11-01
|
* use new color slot for badgesHenry Jameson2022-10-17
|
* add titles to mobile buttonsHenry Jameson2022-10-17
|
* fix chevrons alignmentHenry Jameson2022-10-09
|
* fix alert dotHenry Jameson2022-10-09
|
* Merge remote-tracking branch 'origin/develop' into scrolltotopHenry Jameson2022-10-09
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * Merge branch 'from/develop/tusooa/grouped-emoji-picker' into 'develop'HJ2022-09-22
| |\ | | | | | | | | | | | | Group emojis into packs in emoji picker See merge request pleroma/pleroma-fe!1408
| | * Make suggestor suggest according to cldr annotationsTusooa Zhu2022-09-21
| | |
| | * Make chunks namedTusooa Zhu2022-09-20
| | |
| | * Use import() for emoji.jsonTusooa Zhu2022-09-20
| | |
| | * Add regional indicatorsTusooa Zhu2022-09-20
| | |
| | * Support filtering by keywords from cldrTusooa Zhu2022-09-20
| | |
| | * Display localized unicode emoji namesTusooa Zhu2022-09-20
| | |
| | * Load unicode emoji annotationsTusooa Zhu2022-09-20
| | |
| | * Extract language list to its own fileTusooa Zhu2022-09-20
| | |
| | * Make unicode emoji phrases match with _Tusooa Zhu2022-09-18
| | |
| | * Fix non-square emojis being truncatedHJ2022-09-18
| | |
| | * Fix emoji picker lintTusooa Zhu2022-09-18
| | |
| | * Fix emoji picker lintTusooa Zhu2022-09-18
| | |
| | * Tweak efficiency when changing filter keywords in emoji pickerTusooa Zhu2022-09-18
| | |
| | * Use trimmed keyword for filtering emojisTusooa Zhu2022-09-18
| | |
| | * Limit the width of unsupported multichar emojisTusooa Zhu2022-09-18
| | |
| | * Make emoji picker work with vue3Tusooa Zhu2022-09-18
| | |
| | * Make StillImage react to src changesTusooa Zhu2022-09-18
| | |
| | * LintTusooa Zhu2022-09-18
| | |
| | * Add English translation for unicode emoji group namesTusooa Zhu2022-09-18
| | |
| | * Add icons for unicode emoji groupsTusooa Zhu2022-09-18
| | |
| | * Make emoji picker use grouped unicode emojisTusooa Zhu2022-09-18
| | |
| | * Scroll active tab header into view in emoji pickerTusooa Zhu2022-09-18
| | |
| | * Clean up emoji picker cssTusooa Zhu2022-09-18
| | |
| | * Use StillImage to render emojis in emoji pickerTusooa Zhu2022-09-18
| | |
| | * Fix error on emoji picker first loadTusooa Zhu2022-09-18
| | | | | | | | | | | | Ref: grouped-emoji-picker
| | * Group emojis only by pack and remove pack: prefixTusooa Zhu2022-09-18
| | | | | | | | | | | | Ref: grouped-emoji-picker
| | * LintTusooa Zhu2022-09-18
| | | | | | | | | | | | Ref: grouped-emoji-picker
| | * Lazy-load emoji picker in post formTusooa Zhu2022-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | When clicking the reply button, we used to load the whole emoji picker. This causes a considerable delay even if the user is not going to use the emoji picker. Now the content of the emoji picker is loaded only after the user has explicitly opened the emoji picker. Ref: grouped-emoji-picker
| | * Fix sticker picker heading tabTusooa Zhu2022-09-18
| | | | | | | | | | | | Ref: grouped-emoji-picker
| | * Fix vertical scrollbar of emoji picker headerTusooa Zhu2022-09-18
| | | | | | | | | | | | Ref: grouped-emoji-picker
| | * Use StillImage for emoji group headerTusooa Zhu2022-09-18
| | | | | | | | | | | | Ref: grouped-emoji-picker
| | * Remove useless class `disabled` in emoji pickerTusooa Zhu2022-09-18
| | | | | | | | | | | | Ref: grouped-emoji-picker
| | * Clean up unused variablesTusooa Zhu2022-09-18
| | | | | | | | | | | | Ref: grouped-emoji-picker