aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
Commit message (Collapse)AuthorAge
* Merge branch 'add/edit-status' into 'develop'tusooa2022-09-11
|\ | | | | | | | | Add edit status functionality See merge request pleroma/pleroma-fe!1537
| * Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into ↵Sean King2022-08-22
| |\ | | | | | | | | | add/edit-status
| * \ Fix merge conflictsSean King2022-08-01
| |\ \
| * | | Add ability to detect whether backend supports editingSean King2022-06-21
| | | |
| * | | Add ability to view status history for edited statusesSean King2022-06-20
| | | |
| * | | Add edit status functionalitySean King2022-06-07
| | | |
* | | | Merge remote-tracking branch 'origin/develop' into navigation-updateHenry Jameson2022-08-23
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: (49 commits) Fix react & extra buttons not styled on tab-focus Fix popover not popping up Fix styling on Safari Use :focus-visible instead of :focus for focus markers Optimize Reply badge position Add badges to status interacting buttons Update dependency nightwatch to v2 Update dependency eslint-plugin-n to v15.2.5 Update dependency mocha to v10 Update dependency karma-coverage to v2 Update dependency sass to v1.54.5 Update dependency karma-firefox-launcher to v2 Update dependency vue-template-compiler to v2.7.9 Pin dependencies Refresh yarn.lock Allow column width configuration: allow stretching navbar with columns Remove legacy code for chunksSortMode Add FIXME comment about html-webpack-plugin-after-emit Use exact webpack version in package.json Reintroduce css minimizer ...
| * | | Allow column width configuration: allow stretching navbar with columnsAlexander Tumin2022-08-17
| | | |
* | | | List edit UI overhaulHenry Jameson2022-08-17
|/ / /
* | / initial scratchHenry Jameson2022-08-02
| |/ |/|
* | fix popovers in modalsHenry Jameson2022-06-13
|/
* more fixes for shoutboxHenry Jameson2022-04-26
|
* unified layout-setting code and made an option to control or disableHenry Jameson2022-04-12
| | | | third column behavior
* fix for chat shadowHenry Jameson2022-04-11
|
* fix new post button not working day1, minor stylistic fixesHenry Jameson2022-04-10
|
* options to enable scrollbars and disable sticky headersHenry Jameson2022-04-07
|
* Merge remote-tracking branch 'origin/develop' into threecolumnHenry Jameson2022-04-07
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: Fix active popover style Use panel text instead of text for shoutbox icon Fix dropdown menu style inside panel header Fix phoenix sockets in dev mode Fix no reactivity on vuex 4 values fix tegulu heck fix i18n for good?? force runtime build of i18n fix CSP by compiling the i18n templates as well
| * Fix no reactivity on vuex 4 valuesTusooa Zhu2022-04-06
| |
* | teleport breadHenry Jameson2022-04-05
| |
* | wide mode initial implementation + cleanupHenry Jameson2022-04-05
| |
* | fixed tons of stuff, at least it looks normalish on desktopHenry Jameson2022-04-04
|/
* Merge remote-tracking branch 'origin/develop' into vue3-againHenry Jameson2022-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 'develop' into 'showMobileNewPost'eris2021-06-15
| |\ | | | | | | | | | | | | # Conflicts: # CHANGELOG.md # src/App.js
| | * Don't shorten shoutbox to SBEris2021-06-14
| | |
| | * New option: Hide shoutboxEris2021-06-14
| | |
| * | New option: Always show floating New Post buttonEris2021-06-14
| |/
| * Rename legacy PleromaFE Chat functionality to "Shout"Mark Felder2021-06-01
| |
| * Implement right sidebar option as user optioneris2021-05-26
| |
* | some bare minimum to get vue3 boot (no UI yet)Henry Jameson2021-04-24
|/
* simplified code, reviewHenry Jameson2020-12-18
|
* Basic no-wallpaper supportHenry Jameson2020-12-16
|
* lintHenry Jameson2020-11-01
|
* Refactor desktop navbar into a component, change layout to grid forHenry Jameson2020-10-29
| | | | better compatibility with search field and simpler CSS
* Address feedbackeugenijm2020-07-08
| | | | | | | | | | | | | | | | | | | | | | Use more specific css rules for the emoji dimensions in the chat list status preview. Use more round em value for chat list item height. Add global html overflow and height for smoother chat navigation in the desktop Safari. Use offsetHeight instad of a computed style when setting the window height on resize. Remove margin-bottom from the last message to avoid occasional layout shift in the desktop Safari Use break-word to prevent chat message text overflow Resize and scroll the textarea when inserting a new line on ctrl+enter Remove fade transition on route change Ensure proper border radius at the bottom of the chat, remove unused border-radius Prevent the chat header "jumping" on the avatar load.
* Add Chatseugenijm2020-07-08
|
* change storage error one-off into a global notice systemShpuld Shpuldson2020-07-02
|
* catch localforage error and let the application work, add an alert for user ↵Shpuld Shpuldson2020-07-01
| | | | to dismiss
* Messages: Load languages asynchronously.lain2020-06-08
| | | | Reduces the size of the initial app bundle by about half.
* Merge remote-tracking branch 'origin/develop' into settings-modalHenry Jameson2020-05-25
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: (95 commits) Translated using Weblate (Italian) Translated using Weblate (Chinese (Simplified)) Translated using Weblate (Russian) Translated using Weblate (Polish) Translated using Weblate (Dutch) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) Translated using Weblate (German) ...
| * Permit sidebar alignment with instance configuration optionMark Felder2020-05-12
| |
* | initial work on settings modalHenry Jameson2020-05-03
|/
* Merge branch 'develop' into feature/lockdown-timelines-private-modeMark Felder2019-12-12
|\
| * hide instance url/link/text in header using hideSitename optiontaehoon2019-12-11
| |
* | app: search API is not available in private mode so disable itAriadne Conill2019-11-11
|/
* Fix tests, more replacing with mergedConfigHenry Jameson2019-10-06
|
* rename componenttaehoon2019-09-20
|
* add new module and modal to post new statustaehoon2019-09-20
|
* hide ISP if the panel content is emptytaehoon2019-08-12
|
* New searchEugenij2019-07-15
|
* use native scrollbartaehoon2019-05-03
|