Commit Graph

93 Commits

Author SHA1 Message Date
antelle 84a23e4aea prettier 2019-08-16 23:05:39 +02:00
luckyrat 3841148820 Prevent default on details copy keyboard shortcuts 2019-03-12 12:48:44 +00:00
antelle 92678730ca removed file-saver 2019-01-06 15:38:03 +01:00
antelle 3136abc337
Merge pull request #1059 from dploeger/issue-857
Added tooltip when field from history was copied. Fixes #857
2019-01-02 21:22:11 +01:00
Dennis Ploeger 1e58a5419c Moved to a mixin 2019-01-02 10:49:12 +01:00
antelle 72c912d57f typo 2019-01-01 20:18:33 +01:00
antelle 6202de44df fix #848: disabled auto-type shortcut if there's no auto-type 2018-12-28 19:10:25 +01:00
Coises 2450e3a0b6 Avoid spurious drop-target indications
While app-view already prevented the default action for files and urls
in a browser window (navigation), the drag indicator showed that any
drop was possible. These changes cause the drag indicator to show that
nothing can be dropped on areas of the interface that don't contain
a drop target. The addition of dragenter avoids some flickering which
otherwise can occur when dragging a file rapidly across the group
or entry lists.

Accompanying changes to details-view, menu-item-view and open-view are
needed because those views relied on "inheriting" from app-view
the indication that dropping anything was allowed.
2018-08-23 13:45:35 -07:00
Coises 7a3cc9c863 Only show drop files message in details view when dragging a file
In testing, making labels draggable resulted in a lot of annoying,
flashing indications of drop targets in places where text cannot
be dropped. This change causes the details view to show the message
panel indicating that a file can be dropped only when the drag contains
a file.
2018-08-23 13:45:35 -07:00
Tao Wang 48fcdd7a6c Replace the bower dependencies with NPM dependencies
Signed-off-by: Tao Wang <twang2218@gmail.com>
2018-06-21 15:11:03 +10:00
antelle ae57a5a65e fix #768: password can be hidden as other fields 2017-11-04 09:53:26 +01:00
antelle 3662a67de3 entry templates fields 2017-05-03 21:21:29 +02:00
antelle aa7a7415df hide copy tip on edit 2017-04-16 10:19:46 +02:00
antelle c94cacb14c removed support of devices without clipboard api 2017-04-15 16:57:37 +02:00
antelle 782488f8fa removed 'use script' 2017-04-08 18:31:38 +02:00
antelle acbb36fc46 fix #473: entry auto-type context menu 2017-02-05 15:16:40 +01:00
antelle a77f61cc5d var => let 2017-01-31 07:50:28 +01:00
antelle 6ce1789953 switch to new kdbx api 2017-01-29 23:28:04 +01:00
antelle c521dd27cc allow password copy on mobile Safari 2016-09-14 08:16:43 +03:00
antelle a0a1ff00ad fix #341: shortcuts in text fields 2016-09-04 10:26:54 +03:00
antelle d8d68c06db update details 2016-08-24 22:30:43 +03:00
antelle 4dfcc89988 cleanup locale 2016-08-23 23:20:13 +03:00
antelle 701c296ba7 fix #313: copy entries 2016-08-21 20:39:02 +03:00
antelle f4c3d59850 fix auto-type start 2016-07-30 22:12:29 +03:00
antelle 389101a70f fix #86: context menu 2016-07-30 12:25:22 +03:00
antelle 6a4c6594a7 auto-type popup 2016-07-24 20:11:25 +03:00
antelle c96431c46c eslint 2016-07-17 14:30:38 +03:00
antelle c17b711a2e fix copy tip hide 2016-07-16 16:30:17 +03:00
antelle 1c7405ae76
select file for new records 2016-06-05 17:49:00 +03:00
antelle bd3423cec1 fix #224: group info in entry details 2016-06-04 15:47:56 +03:00
antelle b3d92e0f2b windows emitter switched to helper app 2016-04-24 15:08:46 +03:00
antelle b16f07b72c fix auto-type layout 2016-04-23 18:19:48 +03:00
antelle 463b383ba7 get auto-type properties from entry 2016-04-23 18:05:33 +03:00
antelle 48f10ca4a7 entry auto-type ui 2016-04-23 17:50:40 +03:00
antelle b7586f5be9 fix emitter copy-paste 2016-04-17 14:56:19 +03:00
antelle a5da669a3b fix #190: allow selecting attachments with click 2016-04-17 13:17:07 +03:00
antelle ba1624e631 auto-type shortcuts 2016-04-10 10:02:32 +03:00
antelle ab07be1080 fix copy key console error 2016-04-10 09:41:33 +03:00
antelle 98ebff0534 enter otp manually 2016-04-04 21:45:17 +03:00
antelle 29677458a7 fix dropdown position 2016-04-03 11:23:38 +03:00
antelle 8252d72598 otp bugfixes 2016-04-02 16:20:48 +03:00
antelle b3ee43e519 otp moved to model 2016-04-02 00:09:16 +03:00
antelle 6217c97441 otp 2016-04-01 22:19:27 +03:00
antelle 2dbc350b53 reading otp qr codes 2016-03-31 23:52:04 +03:00
antelle 0a74168ace remove copy tip 2016-03-27 16:41:13 +03:00
Antelle 077b3f8488 fix adding new records 2016-03-05 12:00:43 +03:00
Antelle 022d5e9d5d hide more options on render 2016-03-05 11:47:49 +03:00
Antelle 336704696e fix double fields 2016-03-05 11:40:07 +03:00
Antelle ebf8baac94 fix #58: hide empty fields 2016-03-05 11:35:22 +03:00
Antelle 978e2de942 don't show tips if view is hidden 2016-02-28 20:21:13 +03:00