| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Use feed role for notifs and timelines | tusooa | 2022-11-08 |
| | | |||
| * | Make notification panel a list of articles | tusooa | 2022-11-08 |
| | | |||
| * | Handle properly 2-col and 3-col desktop notifications | tusooa | 2022-11-08 |
| | | |||
| * | Make user panel and notification <aside> | tusooa | 2022-11-08 |
| | | |||
| * | Make timeline a list of articles | tusooa | 2022-11-07 |
| | | |||
| * | Add labels to mobile navs | tusooa | 2022-11-07 |
| | | |||
| * | Add labels for timeline header | tusooa | 2022-11-07 |
| | | |||
| * | Use <main> for main content | tusooa | 2022-11-07 |
| | | |||
| * | Add title to mobile post button | tusooa | 2022-11-07 |
| | | |||
| * | lint | Henry Jameson | 2022-11-01 |
| | | |||
| * | show counter in show new button on mobile | Henry Jameson | 2022-11-01 |
| | | |||
| * | use new color slot for badges | Henry Jameson | 2022-10-17 |
| | | |||
| * | add titles to mobile buttons | Henry Jameson | 2022-10-17 |
| | | |||
| * | fix chevrons alignment | Henry Jameson | 2022-10-09 |
| | | |||
| * | fix alert dot | Henry Jameson | 2022-10-09 |
| | | |||
| * | Merge remote-tracking branch 'origin/develop' into scrolltotop | Henry Jameson | 2022-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' | HJ | 2022-09-22 |
| | |\ | | | | | | | | | | | | | Group emojis into packs in emoji picker See merge request pleroma/pleroma-fe!1408 | ||
| | | * | Make suggestor suggest according to cldr annotations | Tusooa Zhu | 2022-09-21 |
| | | | | |||
| | | * | Make chunks named | Tusooa Zhu | 2022-09-20 |
| | | | | |||
| | | * | Use import() for emoji.json | Tusooa Zhu | 2022-09-20 |
| | | | | |||
| | | * | Add regional indicators | Tusooa Zhu | 2022-09-20 |
| | | | | |||
| | | * | Support filtering by keywords from cldr | Tusooa Zhu | 2022-09-20 |
| | | | | |||
| | | * | Display localized unicode emoji names | Tusooa Zhu | 2022-09-20 |
| | | | | |||
| | | * | Load unicode emoji annotations | Tusooa Zhu | 2022-09-20 |
| | | | | |||
| | | * | Extract language list to its own file | Tusooa Zhu | 2022-09-20 |
| | | | | |||
| | | * | Make unicode emoji phrases match with _ | Tusooa Zhu | 2022-09-18 |
| | | | | |||
| | | * | Fix non-square emojis being truncated | HJ | 2022-09-18 |
| | | | | |||
| | | * | Fix emoji picker lint | Tusooa Zhu | 2022-09-18 |
| | | | | |||
| | | * | Fix emoji picker lint | Tusooa Zhu | 2022-09-18 |
| | | | | |||
| | | * | Tweak efficiency when changing filter keywords in emoji picker | Tusooa Zhu | 2022-09-18 |
| | | | | |||
| | | * | Use trimmed keyword for filtering emojis | Tusooa Zhu | 2022-09-18 |
| | | | | |||
| | | * | Limit the width of unsupported multichar emojis | Tusooa Zhu | 2022-09-18 |
| | | | | |||
| | | * | Make emoji picker work with vue3 | Tusooa Zhu | 2022-09-18 |
| | | | | |||
| | | * | Make StillImage react to src changes | Tusooa Zhu | 2022-09-18 |
| | | | | |||
| | | * | Lint | Tusooa Zhu | 2022-09-18 |
| | | | | |||
| | | * | Add English translation for unicode emoji group names | Tusooa Zhu | 2022-09-18 |
| | | | | |||
| | | * | Add icons for unicode emoji groups | Tusooa Zhu | 2022-09-18 |
| | | | | |||
| | | * | Make emoji picker use grouped unicode emojis | Tusooa Zhu | 2022-09-18 |
| | | | | |||
| | | * | Scroll active tab header into view in emoji picker | Tusooa Zhu | 2022-09-18 |
| | | | | |||
| | | * | Clean up emoji picker css | Tusooa Zhu | 2022-09-18 |
| | | | | |||
| | | * | Use StillImage to render emojis in emoji picker | Tusooa Zhu | 2022-09-18 |
| | | | | |||
| | | * | Fix error on emoji picker first load | Tusooa Zhu | 2022-09-18 |
| | | | | | | | | | | | | | Ref: grouped-emoji-picker | ||
| | | * | Group emojis only by pack and remove pack: prefix | Tusooa Zhu | 2022-09-18 |
| | | | | | | | | | | | | | Ref: grouped-emoji-picker | ||
| | | * | Lint | Tusooa Zhu | 2022-09-18 |
| | | | | | | | | | | | | | Ref: grouped-emoji-picker | ||
| | | * | Lazy-load emoji picker in post form | Tusooa Zhu | 2022-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 tab | Tusooa Zhu | 2022-09-18 |
| | | | | | | | | | | | | | Ref: grouped-emoji-picker | ||
| | | * | Fix vertical scrollbar of emoji picker header | Tusooa Zhu | 2022-09-18 |
| | | | | | | | | | | | | | Ref: grouped-emoji-picker | ||
| | | * | Use StillImage for emoji group header | Tusooa Zhu | 2022-09-18 |
| | | | | | | | | | | | | | Ref: grouped-emoji-picker | ||
| | | * | Remove useless class `disabled` in emoji picker | Tusooa Zhu | 2022-09-18 |
| | | | | | | | | | | | | | Ref: grouped-emoji-picker | ||
| | | * | Clean up unused variables | Tusooa Zhu | 2022-09-18 |
| | | | | | | | | | | | | | Ref: grouped-emoji-picker | ||
