Add Deploy CI #1

Merged
sam merged 4 commits from drone-ci into froth 2022-03-14 15:06:37 +00:00
Owner
No description provided.
sam force-pushed drone-ci from 23dd865e9f to 6fd2b08ae9 2022-03-11 19:55:21 +00:00 Compare
sam added 101 commits 2022-03-14 09:30:07 +00:00
e560fbc935
Implement Misskey-style tree view
Now the tree will be always rooted at the highlighted status, and
all its ancestors shown linearly on the top.

Enhancement: If an ancestor has more
than one reply (i.e. it has a child that is not on current status's
ancestor chain), we are given a link to root the thread at that status.
244174a32b
Improve "show full conversation" interaction
Now we only show that button when there are other statuses out of sight
(other toplevel statuses exist outside of the current thread tree).
20880cdf0b
Make replying and mediaPlaying controlled
$refs is not a reliable way to deal with child components under
tree threading as it is not reactive, but the children may change at
any time. The only good way seems to be making these states aggregated on
the conversation component.

Ref: tree-threading
e7f5033c7d
Split conversation display style into two different settings
linear => linear (now default)
simple_tree => tree / conversationTreeAdvanced=false
tree => tree / conversationTreeAdvanced=true
c8d87e7ef9 Merge branch 'renovate/karma-spec-reporter-0.x' into 'develop'
Update dependency karma-spec-reporter to v0.0.33

See merge request pleroma/pleroma-fe!1449
238e557d2b Merge branch 'renovate/lodash-monorepo' into 'develop'
Update dependency lodash to v4.17.21

See merge request pleroma/pleroma-fe!1451
67c2b52682 Merge branch 'renovate/portal-vue-2.x' into 'develop'
Update dependency portal-vue to v2.1.7

See merge request pleroma/pleroma-fe!1452
50b3a30d1a Merge branch 'renovate/v-click-outside-2.x' into 'develop'
Update dependency v-click-outside to v2.1.5

See merge request pleroma/pleroma-fe!1456
80bd6433aa Merge branch 'renovate/shelljs-0.x' into 'develop'
Update dependency shelljs to v0.8.5

See merge request pleroma/pleroma-fe!1455
51b14cc615 Merge branch 'eientei' into 'develop'
Mute bot posts filtering option

See merge request pleroma/pleroma-fe!1440
f96e5882d1
Make media modal be aware of multi-touch actions
Originally the media viewer would think every touch is a swipe (one-finger
touch event), so we would encounter the case where a two-finger scale event
would incorrectly change the current media. This is now fixed.
29cd8fbd3b
Add swipe-click handler to media modal
Now swiping will correctly change the current media, and with a good
preview. Clicking without swiping closes the overlay.
9f3a983fef
Use native click for hiding overlay
The pointerup strategy is unsuccessful, as some other overlays
(Firefox's Inspect Element) will pass down pointerup events.
76727cd39c
Remove image box-shadow in media modal
The box-shadow causes an image to be very blurry on Webkit browsers
(experienced: Konqueror, Safari; heard of: Chrome) when scaled up
if the initial size of the image is much smaller than the actual size
(e.g. when viewing a very long picture).

The shadow is not really obvious anyway.
89efb0d2f4 Merge branch 'from/develop/tusooa/media-touch-actions' into 'develop'
Be able to scroll and pan media in media modal

See merge request pleroma/pleroma-fe!1403
e34d71fc1f Merge branch 'from/develop/tusooa/tree-threading' into 'develop'
Add the option to display threads as trees

See merge request pleroma/pleroma-fe!1407
b349bcd427 Merge branch 'renovate/vuelidate-0.x' into 'develop'
Update dependency vuelidate to v0.7.7

See merge request pleroma/pleroma-fe!1458
sam force-pushed drone-ci from e67314709b to 23dd865e9f 2022-03-14 12:59:41 +00:00 Compare
sam force-pushed drone-ci from bbedd3bfac to d99927ae40 2022-03-14 13:07:36 +00:00 Compare
sam force-pushed drone-ci from d99927ae40 to 2cd7dcf717 2022-03-14 13:21:05 +00:00 Compare
sam force-pushed drone-ci from 87acdc4056 to ecac7ed83c 2022-03-14 13:45:51 +00:00 Compare
sam force-pushed drone-ci from ecac7ed83c to 3e0ea90a5c 2022-03-14 14:07:14 +00:00 Compare
sam force-pushed drone-ci from 3e0ea90a5c to f9ce765e8e 2022-03-14 14:15:43 +00:00 Compare
sam force-pushed drone-ci from f9ce765e8e to 11a58f44fb 2022-03-14 14:21:07 +00:00 Compare
sam force-pushed drone-ci from 11a58f44fb to 9ca2a81697 2022-03-14 14:49:45 +00:00 Compare
sam force-pushed drone-ci from 9ca2a81697 to 7031cf7c18 2022-03-14 15:03:16 +00:00 Compare
sam merged commit 7031cf7c18 into froth 2022-03-14 15:06:37 +00:00
sam deleted branch drone-ci 2022-03-14 15:06:37 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sam/pleroma-fe#1
No description provided.