142 Commits

Author SHA1 Message Date
d05b929089 Storage adapter should be document-agnostic.
Got a blob return a key; get a key return a blob.
2018-06-24 19:13:01 -05:00
ec1a07dffa Cleanup relay server 2018-06-23 07:14:37 -05:00
7864e4753a Update READMEs 2018-06-23 07:11:20 -05:00
69b8289213 ServiceWorker should cache non-local attachments to cache. 2018-06-22 08:01:12 -05:00
a105cfb550 Make AttProxy handle storing/loading the storage mapping object
This simplifies storage plugins as simple get/remove/save objects.
2018-06-22 07:59:06 -05:00
befe87dac2 Minor CSS cleanup 2018-06-13 16:35:52 -05:00
6987e65ba2 First pass at B2 backend support 2018-06-13 04:31:36 -05:00
14bef7168a Need a backend to integrate with b2. 2018-06-13 04:22:02 -05:00
8ccd782ead Use Arial instead of Lato.
I don't care to send evidence of all of my page requests to Google. Arial looks decent enough.
2018-06-02 11:39:56 -05:00
3007a98fd4 Forgot some PouchORM property changes 2018-05-23 05:12:54 -05:00
791bf10984 Use $$links since it will eventually be part of PouchORM 2018-05-23 05:03:06 -05:00
9e001e862b Integrate PouchORM package into Gallery project 2018-04-21 14:50:14 -05:00
ccc8629f93 Remove ES5 compilation for libraries. Remove Node-based Jasmine tests. Tests run in Chromium headless mode.
(I got tired of Babel breaking every time I switched computers.)
2018-03-28 14:18:17 -05:00
9684a82327 Try to be less dumb about insecure hosting 2018-01-18 14:22:34 -06:00
448111b8b8 Fix Appbar shadow lingering when all photos deleted 2018-01-18 14:09:01 -06:00
5dc77a0159 Fix deleting all images can leave the appbar shadow around 2018-01-18 14:08:20 -06:00
636da23a20 Fix the annoying sections not updating on import bug. 2018-01-18 13:21:50 -06:00
332a9fa9a6 Add README updates and a Github corner. 2018-01-12 21:52:19 -06:00
d2bca1c688 A little formatting polish 2018-01-12 20:29:08 -06:00
2929e08ecb Manage order with sorts and indexing rather than keys
The jury is still out on this.  Indexes are the "right" way to do this but are actually slower in some circumstances.
2018-01-12 11:50:56 -06:00
6fcf2a88c0 Better alignment for SVG Icons in text.
(or when all you have is a hammer, everything looks like a nail).
2018-01-11 17:20:37 -06:00
6d8e01b476 Use HTML webpack plugin for one less thing to worry about. 2018-01-11 16:10:51 -06:00
3fd5743abd Fix allImage vertical scrolling getting clipped 2018-01-10 21:49:40 -06:00
1f6f9b0bb7 No need to use /assets/ 2018-01-10 21:47:07 -06:00
64aea6e62d Fix "Next" button ordering 2018-01-08 21:48:03 -06:00
820e905743 Clean up image import a bit 2018-01-08 21:21:42 -06:00
80d5c4283a Add a suitable welcome message 2018-01-08 21:09:39 -06:00
9eb195161f Cleanup 2018-01-08 20:37:15 -06:00
0e8319caf6 Oops 2018-01-08 16:13:54 -06:00
1fd4e1b6a8 Don't explicitly import Event to address Pouchdb's eventemitter limits 2018-01-07 14:35:22 -06:00
cec16bc536 Make SectionPhoto a template so it takes less memory. 2018-01-05 21:18:31 -06:00
72126d4960 Make sections a computed so it recomputes less often 2018-01-05 21:13:53 -06:00
25fe9dd71f Fix Overlay formatting regression 2018-01-05 16:39:44 -06:00
bc4b78103c appbar should be dumber
There's no need to have one object cross views.
2018-01-05 15:55:12 -06:00
27552dfb21 Add appbar fade on focus view. 2018-01-04 16:47:34 -06:00
12b8469200 subscribeToRender must manage subscribing and unsubscribing
...because some elements (appbar) gets removed and re-added without destruction.
2018-01-04 15:18:46 -06:00
dd4b2459ac Don't scale up images that are smaller than the screen. 2018-01-04 13:58:21 -06:00
06e64dc730 Don't use the SW when in an iFrame.
This is cheap sandstorm detection. I need a better way but this works for now.
2018-01-04 08:22:26 -06:00
9b99636231 More fixes to the layout regression. The appbar behaves differently...
...based on which view you're in.
2018-01-04 07:38:22 -06:00
966c35d5b4 Fix layout regression 2018-01-03 17:24:52 -06:00
332ae5a08c Add gifs and png support 2018-01-03 17:13:10 -06:00
ff8162922b Confirm before deleting. 2018-01-03 16:36:09 -06:00
ed85fbba1d Refine image ratios and widths to prevent wrapping 2018-01-03 15:56:37 -06:00
8be9ce010c Introduce linear-partitioning into image layout
It's not perfect but a good start.
2018-01-02 07:41:33 -06:00
3c7363ec9f Prevent selection from resizing the appbar 2018-01-01 14:27:30 -06:00
2ba3db7548 Make the upload button clickable in Firefox 2017-12-31 22:11:04 -06:00
2f7cf1830f Refactor: Album interface elements become Section
This is to make way for real the real album view.
2017-12-31 17:24:58 -06:00
84974ad057 Start a convention where each view has a non-style class name
This helps with element-tree debugging and performance evaluation.
2017-12-31 16:35:01 -06:00
4603851e0d Fix borked appbar shadow 2017-12-31 14:56:37 -06:00
0c00dbece9 Sort sections chronologically 2017-12-31 14:56:01 -06:00