Commit Graph

749 Commits

Author SHA1 Message Date
mbliznikova fd4f41a14e Added an informative UI error message for attempt to create a mixed media album 2024-01-30 19:19:25 +00:00
mbliznikova 4e567e3411 Provide an informative error message when account size limit is reached 2024-01-09 04:49:01 +00:00
daniel 5f5cb0616d
Merge pull request #3919 from shleeable/patch-3
Update NotificationCard.vue to popover image preview on comment/share
2024-01-03 02:59:56 -07:00
Daniel Supernault 822e9888bb
Update PhotoAlbumPresenter.vue, fix fullscreen mode 2023-12-08 05:01:04 -07:00
Daniel Supernault 0a0681199f
Update ComposeModal, fix missing alttext post state 2023-12-08 04:56:21 -07:00
daniel 6ffc964371
Merge pull request #4792 from mbliznikova/4790_4791_add_recently_deleted_post_to_collection_no_page_reloading_invalidate_cache_after_adding
4790 4791 add recently deleted post to collection no page reloading invalidate cache after adding
2023-12-05 00:28:42 -07:00
mbliznikova 7cb075dbf9 #4790 User experience: add a post to a collection just right after deleting it from there 2023-11-30 00:20:08 +00:00
mbliznikova 2c6edf37a7 oFix #3698, make unlisted photos visible in collections 2023-11-11 04:08:29 +00:00
Daniel Supernault a3fd0b032b
Update vue components, fix typos 2023-11-03 21:37:13 -06:00
daniel 2b17cc2c0d
Merge pull request #4709 from mbliznikova/check_if_collection_empty_in_edit
Add check if collection is empty in Edit Collection before publishing
2023-10-24 20:00:09 -06:00
daniel 381e23e172
Merge pull request #4684 from mbliznikova/3596_provide_error_message_for_too_large_files
Provide the error message if a file to upload is too large, issue #3596
2023-10-24 19:56:28 -06:00
Daniel Supernault 56e315f69f
Update ComposeModal component, fix multi filter bug and allow media re-ordering before upload/posting 2023-10-22 21:13:55 -06:00
mbliznikova b838f90b77 Add check if collection is empty in Edit Collection before publishing 2023-10-20 21:16:19 +00:00
mbliznikova 6c1e56fcb2 Provide the error message if a file to upload is too large 2023-10-06 02:05:22 +00:00
Daniel Supernault 2d959fb354
Update ComposeModal.vue, fix scroll issue and dont hide scrollbar 2023-07-01 22:36:22 -06:00
Daniel Supernault d48e8d9832
Add NavMenu component 2023-06-11 15:38:14 -06:00
Daniel Supernault e91c25c0d6
Update PortfolioSettings component, improve recent posts filtering by pf_type 2023-03-17 02:05:56 -06:00
Daniel Supernault 7f06f5f555
Update PortfolioController, fix empty post ids condition 2023-03-17 01:54:01 -06:00
Daniel Supernault 5ad0d8834d
Update Portfolios, add ActivityPub + RSS support, light mode, style customization and more 2023-03-17 01:32:29 -06:00
Daniel Supernault 4739d6146f
Update FollowerController, remove deprecated /i/follow endpoint 2023-03-05 03:13:12 -07:00
Daniel Supernault 60fbf0e7d5
Update legacy components to properly handle follow/unfollowing 2023-03-05 02:45:15 -07:00
Daniel Supernault 4716c280c5
Update ApiV1Controller, fix following/follower entities, use masto schema by default and update components accordingly 2023-03-05 01:03:34 -07:00
Daniel Supernault e346b675d4
Update ApiV1Controller, fix link header pagination in /api/v1/statuses/{id}/reblogged_by 2023-03-05 00:21:42 -07:00
Daniel Supernault adc82ecab3
Update ApiV1Controller, fix link header pagination in /api/v1/statuses/{id}/favourited_by 2023-03-04 23:47:29 -07:00
Daniel Supernault 6c4deaba90
Remove deprecated components/views 2023-03-04 22:42:54 -07:00
Daniel Supernault 3a3a01b21d
Remove deprecated components/views 2023-03-04 22:37:11 -07:00
Daniel Supernault 7a1495e6f6
Update legacy Profile component to use new cursor pagination for following/follower modals 2023-03-04 22:21:38 -07:00
Daniel Supernault 80e6a5a98f
Update ComposeController, fix validation issue 2023-02-01 22:58:06 -07:00
Daniel Supernault 4db4818807
Update ComposeModal, add Alt Text button to caption screen 2023-01-30 22:59:33 -07:00
Daniel Supernault b1f47e76ff
Rename filters 2022-12-30 21:43:23 -07:00
Daniel Supernault ec4128254f
Update ComposeModal, rename filters to avoid trademark issues 2022-12-29 05:10:37 -07:00
Shlee 031290d987
Update NotificationCard.vue 2022-12-12 00:31:34 +10:30
Shlee 312bc06685
Update NotificationCard.vue 2022-12-11 15:09:29 +10:30
Daniel Supernault 356a882dbc
Add Portfolio feature 2022-10-17 01:59:23 -06:00
Daniel Supernault 6e4272a8ff
Update collection components, fix title/description padding/overflow bug and add title/description limit and input counter 2022-10-01 03:48:38 -06:00
Daniel Supernault 62c056651a
Update Collection components, fix addId bug # 2022-09-06 18:09:14 -06:00
Daniel Supernault a3cc90b0c5
Use poster in VideoPresenter component 2022-08-03 22:48:19 -06:00
Daniel Supernault d48642132b
Add custom content warnings/spoiler text 2022-05-18 02:58:49 -06:00
daniel 7d26f4ef2e
Merge pull request #3453 from shleeable/staging-unwanted-semicolons
unwanted semicolons
2022-05-17 23:43:23 -06:00
Daniel Supernault 429a6d6527
Remove duplicate let variable 2022-05-15 22:20:09 -06:00
daniel 7b164ef300
Merge branch 'staging' into patch-8 2022-05-15 21:46:10 -06:00
daniel 2602338f47
Merge pull request #3459 from shleeable/patch-7
Update PostMenu.vue - missing let
2022-05-15 21:40:57 -06:00
Shlee 5dcdd8245a
Update PollCard.vue 2022-05-14 19:54:24 +09:30
Shlee d93addfb97
Update PostMenu.vue 2022-05-14 19:38:55 +09:30
Shlee db664e103e removed dupes 2022-05-14 19:35:18 +09:30
Shlee e36be67c70 unwanted semicolons 2022-05-14 19:12:07 +09:30
Daniel Supernault 8f9d36bd3d
Cleanup, fixes #3440 2022-05-14 00:36:52 -06:00
Daniel Supernault cb540373ec
Add Dark Mode to Metro UI 2.0 2022-04-03 00:53:53 -06:00
Daniel Supernault 4d612dfaaa
Update presenter components, remove video poster attribute 2022-03-08 23:03:12 -07:00
Daniel Supernault 84727d5c26
Update ComposeModal, add noMatchTemplate to zurb autocomplete 2022-03-02 03:20:54 -07:00