add notes to gather feedback about the new link feature

pull/1/head
ansuz 3 years ago
parent ec928334d8
commit 52d5bb5ae8

@ -3048,6 +3048,7 @@ define([
var buttons = [{
name: Messages.friendRequest_later,
onClick: function () {
// XXX feedback
if (clicked) { return true; }
clicked = true;
},
@ -3056,6 +3057,7 @@ define([
className: 'primary',
name: Messages.link_open,
onClick: function () {
// XXX feedback
if (clicked) { return true; }
clicked = true;
common.openUnsafeURL(url);
@ -3067,6 +3069,7 @@ define([
onClick: function () {
if (clicked) { return; }
clicked = true;
// XXX feedback
common.getSframeChannel().query("Q_DRIVE_USEROBJECT", {
cmd: "addLink",
data: {

@ -1939,6 +1939,7 @@ define([
'class': 'cp-app-drive-element-ctime cp-app-drive-element-list'
}).text(getDate(data.ctime));
$element.append($type).append($adate).append($cdate);
// XXX feedback
};
var _addOwnership = function ($span, $state, data) {
if (data && Array.isArray(data.owners) && data.owners.indexOf(edPublic) !== -1) {
@ -2780,6 +2781,7 @@ define([
name: n,
url: u
}, refresh);
// XXX feedback
},
keys: [13]
});

@ -111,6 +111,7 @@ define([
if (mailbox) { // Friend
if (friends[curve] && !mailbox.notifications) { return; }
if (mailbox.notifications && mailbox.curvePublic) {
// XXX feedback
common.mailbox.sendTo("SHARE_PAD", {
href: href,
isStatic: Boolean(config.static),

@ -115,6 +115,7 @@ define([
};
content.handler = function() {
if (msg.content.isStatic) {
// XXX feedback
UIElements.displayOpenLinkModal(common, {
curve: msg.author,
href: msg.content.href,

Loading…
Cancel
Save