Commit Graph

134 Commits

Author SHA1 Message Date
antelle e0b65bbebf
up modules; prettier 2020-06-01 16:53:51 +02:00
antelle 2deb241ff2
fix #830: minimize instead of close option on macOS 2020-06-01 14:42:06 +02:00
antelle ab3860cdc9
fixed errors during auto-save 2020-05-30 17:40:18 +02:00
antelle 3e390388eb
removed a workaround for Edge 2020-05-06 18:44:00 +02:00
antelle 2a1b01c0aa
displaying last open file after detaching a yubikey 2020-05-06 18:43:04 +02:00
antelle 770c25a273
fixed open files 2020-05-05 20:57:26 +02:00
antelle 1bc8cffbf3 cleaned up code 2020-03-15 18:44:20 +01:00
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