1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-26 07:39:04 +02:00
Commit Graph

127 Commits

Author SHA1 Message Date
antelle
a7acfb0291 eslint 2020-03-15 18:41:27 +01:00
antelle
fb34f8890f #1029: fixed syncing files by timeout when there are no changes 2020-03-15 18:40:37 +01:00
antelle
3a17a370f2 fix #516: scrolling on the open screen on mobile 2020-03-15 17:02:39 +01:00
antelle
eb2de6f3f2 focus managing refactoring 2019-10-12 08:20:44 +02:00
antelle
77423ad833 fix #1288: issues when opening a file during in auto-type mode 2019-10-08 20:09:06 +02:00
antelle
adb1fd421a fixed details on mobile 2019-09-28 13:31:52 +02:00
antelle
bcee01cdd1 CSV import. fix #498, fix #453 2019-09-25 23:24:38 +02:00
antelle
0367966ae6 bugfixes 2019-09-19 17:42:53 +02:00
antelle
4d7cef70d2 menu models 2019-09-18 23:37:57 +02:00
antelle
9b1335720b less underscore 2019-09-18 07:12:06 +02:00
antelle
94660d9e71 updater model 2019-09-17 21:56:58 +02:00
antelle
b405ca970c file model 2019-09-17 21:39:06 +02:00
antelle
9c3c9d28fa app setting model 2019-09-17 19:50:42 +02:00
antelle
ec6a6e08ff fix 2019-09-16 23:19:54 +02:00
antelle
2fcc6f2ea3 events 2019-09-16 22:57:56 +02:00
antelle
0dea89c0de event listeners 2019-09-16 21:49:21 +02:00
antelle
12079f6ac6 bugfixes 2019-09-16 20:54:14 +02:00
antelle
f1d9b5c645 moved views 2019-09-16 20:42:33 +02:00
antelle
75b4ed05ab settings views 2019-09-16 20:40:20 +02:00
antelle
ccace95a6c details view 2019-09-16 19:24:15 +02:00
antelle
e7d13ff254 details views 2019-09-16 19:09:57 +02:00
antelle
6606fa8108 fix 2019-09-16 17:58:44 +02:00
antelle
7730486f30 move views 2019-09-16 17:43:57 +02:00
antelle
ad0963e412 key change view 2019-09-16 07:13:56 +02:00
antelle
5ae07b721a dropdown view 2019-09-16 07:06:55 +02:00
antelle
155eb493bf list-wrap view 2019-09-15 23:08:36 +02:00
antelle
c9ac7f2fa3 drag view 2019-09-15 21:22:23 +02:00
antelle
7589a112d0 view refactoring 2019-09-15 18:33:45 +02:00
antelle
9bbea458c6 imports 2019-09-15 14:16:32 +02:00
antelle
60dcfbb071 organized files inside comp 2019-09-15 08:47:57 +02:00
antelle
9e7a86a1db organized files inside util 2019-09-15 08:11:11 +02:00
antelle
0028f2293f checking if devtools are supported before adding a shortcut 2019-09-15 07:47:45 +02:00
antelle
3859beb543 devtools are now opened with alt-cmd-I 2019-09-14 14:07:56 +02:00
antelle
80c44c4c03 fixed group settings not being displayed 2019-08-24 07:09:53 +02:00
antelle
f8395f7f38 better eslint 2019-08-18 10:17:09 +02:00
antelle
fa4ff0b0c3 prettier 2019-08-18 08:05:38 +02:00
antelle
84a23e4aea prettier 2019-08-16 23:05:39 +02:00
antelle
35ed03021a merge dploeger-autotypeopendatabase 2019-03-31 14:30:14 +02:00
Dennis Ploeger
425389051a Implemented an auto save feature that periodically saves all files
Changed the label for the old "auto save feature" to make it more distinct from the new feature
Removed the setting from view for non-desktop users, because it wasn't supported there anyway
Fixes #745
2019-01-02 15:19:19 +01:00
Dennis Ploeger
223827ad76 Select from last open files by using arrow keys. Fixes #889 2018-12-28 08:14:36 +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
antelle
a4d5963620 fix #731: option to open keyfile from command line 2017-12-03 20:31:54 +01:00
antelle
fb12ce3a6a fix #707: fix discard changes 2017-11-26 19:13:48 +01:00
antelle
65a47a8fe4 lock on computer sleep 2017-06-02 20:16:09 +02:00
antelle
15449602b2 added links to edge hacks 2017-05-26 19:26:21 +02:00
antelle
99ef3f2b43 fix #636: workaround to make clicks work in Edge 14 2017-05-26 19:18:22 +02:00
antelle
bacb65b584 fix #641: fixed mac app layout issues with custom titlebar styles 2017-05-26 18:57:45 +02:00
antelle
4634281870 fix #636: broken layout in edge 15 2017-05-25 21:37:04 +02:00
antelle
782488f8fa removed 'use script' 2017-04-08 18:31:38 +02:00
antelle
c8fa6a7ac5 Merge branch 'EnricoMonese-ui' into develop 2017-03-28 20:08:14 +02:00