aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Collapse)AuthorAge
* get rid of older messages when scrolling down in chat to keep it from ↵Shpuld Shpuldson2021-02-17
| | | | bloating dom
* update branch with recent develop changes (FA, added settings)Henry Jameson2021-02-01
|
* Merge remote-tracking branch 'origin/develop' into settings-changedHenry Jameson2021-02-01
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: (306 commits) fallback if shadows aren't defined Translated using Weblate (Chinese (Traditional)) Translated using Weblate (Ukrainian) Translated using Weblate (Italian) Translated using Weblate (Ukrainian) Translated using Weblate (Portuguese) Translated using Weblate (Italian) Translated using Weblate (Russian) Translated using Weblate (Portuguese) Translated using Weblate (Russian) Translated using Weblate (Portuguese) Translated using Weblate (Portuguese) Translated using Weblate (Portuguese) Translated using Weblate (Portuguese) Translated using Weblate (Portuguese) Translated using Weblate (Portuguese) Translated using Weblate (Portuguese) Translated using Weblate (Portuguese) Translated using Weblate (Portuguese) Translated using Weblate (Portuguese) ...
| * fix changing reported status on same userShpuld Shpuldson2021-01-12
| |
| * Add report button to status ellipsis menuShpuld Shpuldson2021-01-12
| |
| * fix #1037 chrome sorting didn't like 0, other sorter was just outright brokenHenry Jameson2021-01-04
| |
| * Basic no-wallpaper supportHenry Jameson2020-12-16
| |
| * Merge branch 'fix/timeline-error-handling-fixes' into 'develop'Shpuld Shpludson2020-11-18
| |\ | | | | | | | | | | | | Various timeline fixes See merge request pleroma/pleroma-fe!1283
| | * make notifications also use the popup errors, remove all error from ↵Shpuld Shpuldson2020-11-10
| | | | | | | | | | | | status/notif state
| | * fixes to timeline error handlingShpuld Shpuldson2020-11-10
| | |
| * | Fix pinned statuses and perhaps some other stuffHenry Jameson2020-11-17
| |/
| * change logo to svgHenry Jameson2020-11-02
| |
| * Merge branch 'optimistic-chat-posting' into 'develop'Shpuld Shpludson2020-11-02
| |\ | | | | | | | | | | | | Optimistic / nonblocking message posting for chats See merge request pleroma/pleroma-fe!1228
| | * Optimistic message sending for chateugenijm2020-11-01
| | |
| * | Refactor desktop navbar into a component, change layout to grid forHenry Jameson2020-10-29
| |/ | | | | | | better compatibility with search field and simpler CSS
* | Merge remote-tracking branch 'origin/develop' into settings-changedHenry Jameson2020-10-17
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: fix fontello Translated using Weblate (Russian) Translated using Weblate (Italian) lint fix fixed copy-pasting leftovers improved algorithm, possibly speed too fix 8x spaces inside this paren feat/reorder-emojis-by-position-of-keyword rename to gravestone Apply 1 suggestion(s) to 1 file(s) change i18n phrasing separate reply button to its own component, add changelog entry add basic deletes support that works with masto WS
| * Merge branch 'feat/masto-ws-deletes' into 'develop'Shpuld Shpludson2020-10-12
| |\ | | | | | | | | | | | | Support for WS deletes See merge request pleroma/pleroma-fe!1227
| | * Merge branch 'develop' into 'feat/masto-ws-deletes'Shpuld Shpludson2020-10-01
| | |\ | | | | | | | | | | | | | | | | | | | | # Conflicts: # CHANGELOG.md # src/components/status/status.js # src/components/status/status.scss
| | * | add basic deletes support that works with masto WSShpuld Shpuldson2020-09-06
| | | |
* | | | Merge remote-tracking branch 'origin/develop' into settings-changedHenry Jameson2020-10-17
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: (48 commits) fix/leftover-emoji-checkboxes-in-settings Apply 1 suggestion(s) to 1 file(s) Translated using Weblate (Spanish) Translated using Weblate (Persian) Translated using Weblate (Persian) Translated using Weblate (Polish) update changelog Stop click propagation when unhiding nsfw Fix Follow Requests title style Translated using Weblate (Persian) Translated using Weblate (Persian) Translated using Weblate (French) Added translation using Weblate (Persian) Translated using Weblate (Chinese (Traditional)) Translated using Weblate (Chinese (Simplified)) Translated using Weblate (Italian) Translated using Weblate (English) Translated using Weblate (English) Translated using Weblate (Basque) Translated using Weblate (Spanish) ...
| * | | Merge branch 'fix/wait-for-request-before-starting-interval' into 'develop'Shpuld Shpludson2020-10-01
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | Fix/wait for request before starting interval - fix #937 Closes #937 See merge request pleroma/pleroma-fe!1222
| | * | Merge branch 'develop' into 'fix/wait-for-request-before-starting-interval'Shpuld Shpludson2020-09-04
| | |\| | | | | | | | | | | | | # Conflicts: # CHANGELOG.md
| | * | fix chat fetcher stops, change fetcher codeShpuld Shpuldson2020-09-04
| | | |
| | * | rename to promiseIntervalShpuld Shpuldson2020-09-04
| | | |
| | * | change chats to use custom makeFetcherShpuld Shpuldson2020-09-02
| | | |
| | * | replace setInterval for timelne, notifications and follow requestsShpuld Shpuldson2020-09-02
| | | |
| * | | Timeline virtual scrollingShpuld Shpludson2020-09-29
| | | |
* | | | Initial work on highlighting changed settings. Some refactoring toHenry Jameson2020-10-01
|/ / / | | | | | | | | | simplify addition of new settings
* | | Merge branch 'fix-chat-message-list-fetch' into 'develop'Shpuld Shpludson2020-09-16
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix chat messages being missed sometimes when the streaming is disabled and the messages are sent by both participants simultaneously Closes #957 See merge request pleroma/pleroma-fe!1233
| * | | Fix chat messages being missed when the streaming is disabled and the ↵eugenijm2020-09-16
| | |/ | |/| | | | | | | messages are sent by both participants simultaneously
* / | Fix the chat list order and last message timestamp updateseugenijm2020-09-16
|/ /
* / Add hacky functionality to open specific settings tabsShpuld Shpuldson2020-09-03
|/
* Merge branch 'feat/separate-timeline-navigation-from-navpanel' into 'develop'lain2020-08-06
|\ | | | | | | | | Separate timeline navigation from navpanel See merge request pleroma/pleroma-fe!1172
| * resume last lasttime instead of always friends/publicShpuld Shpuldson2020-07-23
| |
* | Merge branch 'desktop-notifications-for-chat' into 'develop'Shpuld Shpludson2020-07-20
|\ \ | | | | | | | | | | | | | | | | | | Desktop chat notifications Closes #893 See merge request pleroma/pleroma-fe!1185
| * | Add desktop chat notificationseugenijm2020-07-13
| |/
* / remove most of reply preview and autoload related stuffShpuld Shpuldson2020-07-14
|/
* Add the empty chat list placeholder.eugenijm2020-07-08
| | | | | Do not use full height when displaying the chat list. Remove an unsued chat action.
* Add Chatseugenijm2020-07-08
|
* streamline profile image api, update reset ui for all profile images to ↵Shpuld Shpludson2020-07-08
| | | | match avatar, remove unnecessary stuff
* Merge branch '884-about-panel-optimizations' into 'develop'Shpuld Shpludson2020-07-07
|\ | | | | | | | | | | | | StaffPanel: Move staff loading to panel creation. Closes #884 See merge request pleroma/pleroma-fe!1171
| * StaffPanel: Move staff loading to panel creation.lain2020-07-07
| |
* | fix conflicts, use file icon instead of link, add support for audio and file ↵Shpuld Shpuldson2020-07-06
|\| | | | | | | icon in cw'd posts
| * Merge branch 'fix/remove-extra-notifications-fetch' into 'develop'Shpuld Shpludson2020-07-05
| |\ | | | | | | | | | | | | Fix: notifications fetcher double fetching on every tick See merge request pleroma/pleroma-fe!1164
| | * remove unnecessary fetchAndUpdate, change notifications fetcher to not ↵Shpuld Shpuldson2020-07-01
| | | | | | | | | | | | double fetch
| * | Merge branch 'feat/allow-use-without-cookies' into 'develop'Shpuld Shpludson2020-07-05
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix #815: Allow use without cookies, Add a global notice popup system Closes #815 See merge request pleroma/pleroma-fe!1166
| | * | make the addNotice dispatch return the noticeShpuld Shpuldson2020-07-02
| | | |
| | * | change storage error one-off into a global notice systemShpuld Shpuldson2020-07-02
| | | |
| | * | revert accidental change in instance.jsShpuld Shpuldson2020-07-01
| | | |
| | * | catch localforage error and let the application work, add an alert for user ↵Shpuld Shpuldson2020-07-01
| | | | | | | | | | | | | | | | to dismiss