1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-20 06:56:40 +02:00
Commit Graph

28 Commits

Author SHA1 Message Date
antelle
84a23e4aea prettier 2019-08-16 23:05:39 +02: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
antelle
d95ccdf01a Revert "fix #432: drag-drop in vivaldi": the Vivaldi hack is no longer required, see keeweb/keeweb#983
This reverts commit 60e59da94d.

# Conflicts:
#	app/scripts/comp/drag-drop-info.js
#	app/scripts/views/menu/menu-item-view.js
#	release-notes.md
2018-08-23 19:05:49 +02:00
antelle
782488f8fa removed 'use script' 2017-04-08 18:31:38 +02:00
antelle
a77f61cc5d var => let 2017-01-31 07:50:28 +01:00
antelle
60e59da94d fix #432: drag-drop in vivaldi 2017-01-29 12:54:19 +01:00
antelle
a17143164c fix #363: drag-drop in Firefox 2016-09-12 22:16:14 +03:00
antelle
cc7d9fab73 group reorder 2016-07-30 21:41:15 +03:00
antelle
c96431c46c eslint 2016-07-17 14:30:38 +03:00
antelle
049f801c2e fix #236: drag-drop in Safari 2016-06-04 11:46:13 +03:00
antelle
b0a009aa80 fix menu item 2016-05-01 18:39:44 +03:00
antelle
111182458d edit and remove tags 2016-04-17 23:02:39 +03:00
Antelle
7eba0bccef fix #90: restored dragdrop support 2016-02-17 23:57:12 +03:00
Antelle
e0f5f49255 String globalization 2015-12-17 21:25:25 +03:00
Antelle
fa7c6d6913 handlebars 2015-12-17 00:50:45 +03:00
Antelle
db062cec27 more stable reload after db operations 2015-12-05 16:04:09 +03:00
Antelle
ca4f661fed custom icon display and selection 2015-11-22 01:15:51 +03:00
Antelle
30618cf88e drag to trash 2015-11-15 23:26:37 +03:00
Antelle
0ad3aabe60 trash management 2015-11-09 21:15:39 +03:00
Antelle
2d0c626901 trash: groups, empty 2015-11-09 00:25:00 +03:00
Antelle
4b19f32bbc fix #5: groups and entries arranging 2015-11-08 11:59:46 +03:00
Antelle
c40d516b6d fix #11: disallow groups without a title 2015-11-04 08:29:28 +03:00
Antelle
1a34b0d8c5 editing bugs fixed 2015-10-31 22:27:31 +03:00
Antelle
4f4c984620 add/edit groups 2015-10-31 22:09:32 +03:00
Antelle
c2f6624527 file rename fix 2015-10-27 22:59:04 +03:00
Antelle
8bc020c5b0 util refactoring: moved files to folders 2015-10-25 12:44:19 +03:00
Antelle
878e5eaa18 settings area enhancements 2015-10-23 23:12:12 +03:00
Antelle
3fb3db9365 import 2015-10-18 00:49:24 +03:00