| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Bookmark folders | marcin mikołajczak | 2024-09-23 |
| | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | ||
| * | 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. | ||
| * | fix themes v2 editor for anon users and people who never touched themes | Henry Jameson | 2024-07-17 |
| | | |||
| * | cleanup | Henry Jameson | 2024-07-12 |
| | | |||
| * | move theme application to interface module | Henry Jameson | 2024-07-12 |
| | | |||
| * | MASSIVELY streamlined theme setting process, now EVERYTHING happens in a ↵ | Henry Jameson | 2024-07-10 |
| | | | | | vuex action "setTheme" instead of several different applyTheme()s scattered around | ||
| * | fields for user font overrides | Henry Jameson | 2024-06-27 |
| | | |||
| * | made theme debug easier by making it an actual option | Henry Jameson | 2024-06-21 |
| | | |||
| * | forced roundness tweak config | Henry Jameson | 2024-06-21 |
| | | |||
| * | better defaults, fonts scale with panel scale | Henry Jameson | 2024-06-19 |
| | | |||
| * | more scaling options | Henry Jameson | 2024-06-13 |
| | | |||
| * | initial Appearance Tab implementation, added text size/UI scale option | Henry Jameson | 2024-05-22 |
| | | |||
| * | Merge branch 'themes3-cache' into 'develop' | HJ | 2024-05-22 |
| |\ | | | | | | | | | implement a simple caching system for themes 3 See merge request pleroma/pleroma-fe!1911 | ||
| | * | implement a simple caching system for themes 3 | Henry Jameson | 2024-04-22 |
| | | | |||
| * | | Allow muting sensitive posts in public timelines | Alexander Tumin | 2024-04-24 |
| |/ | |||
| * | only show interface after theme has been applied | Henry Jameson | 2024-04-03 |
| | | |||
| * | Allow user to mark account as group | tusooa | 2023-12-27 |
| | | |||
| * | added some settings for notifications | Henry Jameson | 2023-11-19 |
| | | |||
| * | Merge branch 'tusooa/extra-notifications' into 'develop' | HJ | 2023-10-31 |
| |\ | | | | | | | | | Extra notifications See merge request pleroma/pleroma-fe!1853 | ||
| | * | Make extra notification display customizable | tusooa | 2023-08-18 |
| | | | |||
| * | | Do not show quote options for servers without quote support | tusooa | 2023-07-17 |
| |/ | |||
| * | Hide custom emoji in reaction picker when BE does not advertise ↵ | Alexander Tumin | 2023-03-17 |
| | | | | | pleroma_custom_emoji_reactions | ||
| * | Make it possible to auto-select the first candidate in autocomplete | tusooa | 2023-02-20 |
| | | |||
| * | Merge branch 'birthdays' into 'develop' | HJ | 2023-01-25 |
| |\ | | | | | | | | | Birthdays See merge request pleroma/pleroma-fe!1432 | ||
| | * | Add birthday to registration form | tusooa | 2023-01-22 |
| | | | |||
| * | | Merge branch 'from/develop/tusooa/confirm-dialogs' into 'develop' | HJ | 2023-01-25 |
| |\ \ | | | | | | | | | | | | | Confirmation dialogs See merge request pleroma/pleroma-fe!1431 | ||
| | * | | Add remove follower confirmation | Tusooa Zhu | 2023-01-22 |
| | | | | |||
| | * | | Add confirm dialogs for accept & deny follow requests | Tusooa Zhu | 2023-01-20 |
| | | | | |||
| | * | | Add delete status confirm modal | Tusooa Zhu | 2023-01-20 |
| | |/ | |||
| * | | Merge branch 'from/develop/tusooa/multi-iface-lang' into 'develop' | HJ | 2023-01-25 |
| |\ \ | |/ |/| | | | | | Multiple interface languages support See merge request pleroma/pleroma-fe!1568 | ||
| | * | Optimize UI | tusooa | 2022-12-23 |
| | | | |||
| * | | Include unpacked emojis in emoji picker | tusooa | 2022-12-31 |
| |/ | |||
| * | Merge branch 'from/develop/tusooa/remote-xact' into 'develop' | HJ | 2022-11-21 |
| |\ | | | | | | | | | Remote interaction with posts: frontend part See merge request pleroma/pleroma-fe!1419 | ||
| | * | Enable anonymous users to interact with statuses remotely | Tusooa Zhu | 2022-07-01 |
| | | | |||
| * | | 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 |
| | | | |||
| * | | Display localized unicode emoji names | Tusooa Zhu | 2022-09-20 |
| | | | |||
| * | | Load unicode emoji annotations | Tusooa Zhu | 2022-09-20 |
| | | | |||
| * | | Make unicode emoji phrases match with _ | Tusooa Zhu | 2022-09-18 |
| | | | |||
| * | | Make emoji picker use grouped unicode emojis | Tusooa Zhu | 2022-09-18 |
| | | | |||
| * | | Group emojis only by pack and remove pack: prefix | Tusooa Zhu | 2022-09-18 |
| | | | | | | | | | Ref: grouped-emoji-picker | ||
| * | | Optimise emoji picker loading process | Tusooa Zhu | 2022-09-18 |
| | | | |||
| * | | Fix load more emoji action | Tusooa Zhu | 2022-09-18 |
| | | | |||
| * | | don't show to anons, make it possible to disable notification instance-wide | Henry Jameson | 2022-08-08 |
| |/ | |||
| * | Merge remote-tracking branch 'origin/develop' into vue3-again | Henry Jameson | 2022-03-16 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: (475 commits) Apply 1 suggestion(s) to 1 file(s) Update dependency @ungap/event-target to v0.2.3 Update package.json fix broken icons after FA upgrade Update Font Awesome Update dependency webpack-dev-middleware to v3.7.3 Update dependency vuelidate to v0.7.7 Pin dependency @kazvmoe-infra/pinch-zoom-element to 1.2.0 lint Make media modal buttons larger Add English translation for hide tooltip Add hide button to media modal Lint Prevent hiding media viewer if swiped over SwipeClick Fix webkit image blurs Fix video in media modal not displaying properly Add changelog for https://git.pleroma.social/pleroma/pleroma-fe/-/merge_requests/1403 Remove image box-shadow in media modal Clean up debug code for image pinch zoom Bump @kazvmoe-infra/pinch-zoom-element to 1.2.0 on npm ... | ||
| | * | Merge branch 'from/develop/tusooa/tree-threading' into 'develop' | HJ | 2022-03-13 |
| | |\ | | | | | | | | | | | | | Add the option to display threads as trees See merge request pleroma/pleroma-fe!1407 | ||
| | | * | Make fading ancestors optional | Tusooa Zhu | 2022-03-07 |
| | | | | |||
| | | * | Split conversation display style into two different settings | Tusooa Zhu | 2022-03-07 |
| | | | | | | | | | | | | | | | | | | | linear => linear (now default) simple_tree => tree / conversationTreeAdvanced=false tree => tree / conversationTreeAdvanced=true | ||
| | | * | Make position of other replies button a pref | Tusooa Zhu | 2022-03-07 |
| | | | | |||
