| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | more tests, fixed some issues | Henry Jameson | 2024-09-20 |
| | | |||
| * | found the file lol | Henry Jameson | 2024-09-20 |
| |\ | |||
| | * | Merge branch 'update-prefixer' into 'develop' | HJ | 2024-09-19 |
| | |\ | | | | | | | | | | | | | Update prefixer settings and required gitlab runner tags See merge request pleroma/pleroma-fe!1942 | ||
| | | * | changelog | Henry Jameson | 2024-09-19 |
| | | | | |||
| | * | | Merge branch 'tusooa/date-absolute' into 'develop' | HJ | 2024-09-18 |
| | |\ \ | | |/ | |/| | | | | | | | Support displaying time in absolute format See merge request pleroma/pleroma-fe!1938 | ||
| | | * | Support displaying time in absolute format | tusooa | 2024-09-17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds two config items: useAbsoluteTimeFormat (boolean) and absoluteTimeFormatMinAge (string, number + unit ('d'|'h'|'m'|'s')). When `useAbsoluteTimeFormat` is true, the Timeago component will display absolute time if the time is at least `absoluteTimeFormatMinAge` from now. If `longFormat` prop is true, the fully formatted time is displayed. Otherwise, the format is determined by the `time` prop: (1) if `time` is on the same day of now, display hour and minute; (2) if `time` is in the same month of now, display day and hour; (3) if `time` is in the same year of now, display month and day; (4) otherwise, display year and month. If it should display relative time, the format is the same as before. | ||
| * | | | cleanup | Henry Jameson | 2024-09-20 |
| | | | | |||
| * | | | at last... it's complete | Henry Jameson | 2024-09-20 |
| | | | | |||
| * | | | somehow i lost this file and had to rewrite it. now it's even better than ↵ | Henry Jameson | 2024-09-19 |
| | | | | | | | | | | | | | before! | ||
| * | | | temp | Henry Jameson | 2024-09-19 |
| | | | | |||
| * | | | serializer working | Henry Jameson | 2024-09-19 |
| |/ / | |||
| * | | Merge branch 'add-pdc-language' into 'develop' | HJ | 2024-09-14 |
| |\ \ | |/ |/| | | | | | add Pennsylvania Dutch to languages See merge request pleroma/pleroma-fe!1935 | ||
| | * | Apply 1 suggestion(s) to 1 file(s) | HJ | 2024-09-14 |
| | | | |||
| | * | add Pennsylvania Dutch to languages | Henry Jameson | 2024-09-11 |
| | | | |||
| * | | Added translation using Weblate (Pennsylvania Dutch (pdc)) | Weblate Admin | 2024-09-11 |
| | | | |||
| * | | Translated using Weblate (Esperanto) | Tirifto | 2024-09-04 |
| | | | | | | | | | | | | | | | Currently translated at 92.0% (1098 of 1193 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/eo/ | ||
| * | | Translated using Weblate (Polish) | marcin mikołajczak | 2024-09-04 |
| | | | | | | | | | | | | | | | Currently translated at 57.1% (682 of 1193 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/pl/ | ||
| * | | Translated using Weblate (French) | Gllm R | 2024-09-04 |
| | | | | | | | | | | | | | | | Currently translated at 94.5% (1128 of 1193 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/fr/ | ||
| * | | Translated using Weblate (Japanese (ja_PEDANTIC)) | SyoBoN | 2024-09-04 |
| | | | | | | | | | | | | | | | Currently translated at 97.1% (1159 of 1193 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/ja_PEDANTIC/ | ||
| * | | Translated using Weblate (Chinese (Simplified)) | Eric Zhang | 2024-09-04 |
| |/ | | | | | | | Currently translated at 99.6% (1189 of 1193 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/zh_Hans/ | ||
| * | Simplify the OAuth client_name | Mark Felder | 2024-09-01 |
| | | | | | | | Every time PleromaFE is used to login it will need to do the OAuth dance and request an app key. If the client name is not stable it will pollute the server's database with entries. This also happens on every unauthenticated page load at the moment until #1339 is resolved | ||
| * | Apply 1 suggestion(s) to 1 file(s) | HJ | 2024-08-28 |
| | | |||
| * | Apply 1 suggestion(s) to 1 file(s) | HJ | 2024-08-28 |
| | | |||
| * | fix nested panel headers | Henry Jameson | 2024-08-28 |
| | | |||
| * | Revert all the user highlight stuff for now | Henry Jameson | 2024-08-15 |
| | | |||
| * | ok i'm dumb, no manual caching needed tehepero | Henry Jameson | 2024-08-15 |
| | | |||
| * | fix solid color highlight | Henry Jameson | 2024-08-15 |
| | | |||
| * | make posts have highlight on higher level | Henry Jameson | 2024-08-15 |
| | | |||
| * | didn't work, lol | Henry Jameson | 2024-08-15 |
| | | |||
| * | try to fix gaps | Henry Jameson | 2024-08-15 |
| | | |||
| * | oops | Henry Jameson | 2024-08-15 |
| | | |||
| * | fix instance theme not applying | Henry Jameson | 2024-08-14 |
| | | |||
| * | don't do no-auto for themes2 seems to work better | Henry Jameson | 2024-08-14 |
| | | |||
| * | speed up emoji picker somewhat | Henry Jameson | 2024-08-13 |
| | | |||
| * | cache emoji groups etc | Henry Jameson | 2024-08-13 |
| | | |||
| * | fix missing zoom in appearance tab | Henry Jameson | 2024-07-26 |
| | | |||
| * | fix theme preview styles being applied to post preview | Henry Jameson | 2024-07-25 |
| | | |||
| * | fix some broken themes found in wild | Henry Jameson | 2024-07-25 |
| | | |||
| * | fix language switcher | Henry Jameson | 2024-07-25 |
| | | |||
| * | more moving | Henry Jameson | 2024-07-25 |
| | | |||
| * | Merge remote-tracking branch 'origin/develop' into fix-develop-issues | Henry Jameson | 2024-07-25 |
| |\ | |||
| | * | Merge branch 'fix-nonexistent-setting' into 'develop' | HJ | 2024-07-24 |
| | |\ | | | | | | | | | | | | | remove nonexistent setting (probably comatose contribution?) See merge request pleroma/pleroma-fe!1923 | ||
| | | * | remove nonexistent setting (probably comatose contribution?) | Henry Jameson | 2024-07-24 |
| | | | | |||
| | * | | Merge branch 'appearance-tab' into 'develop' | HJ | 2024-07-24 |
| | |\ \ | | |/ | |/| | | | | | | | Themes 3: Intermission: Appearance Tab and fixes See merge request pleroma/pleroma-fe!1920 | ||
| | | * | rearrange tabs | Henry Jameson | 2024-07-24 |
| | | | | |||
| | | * | fixed lack of gap in panel headers | Henry Jameson | 2024-07-24 |
| | | | | |||
| | | * | spacing for number setting as well | Henry Jameson | 2024-07-23 |
| | | | | |||
| | | * | increase gap in settings modal titlebar buttons | Henry Jameson | 2024-07-23 |
| | | | | |||
| | | * | elaborates, refuses to leave | Henry Jameson | 2024-07-23 |
| | | | | |||
| | | * | elaboration and spacing | Henry Jameson | 2024-07-23 |
| | | | | |||
