6d088efec5
style is a util
2018-06-26 11:59:37 -05:00
fe2dd7d783
appbar should be dumber
...
There's no need to have one object cross views.
2018-01-05 15:55:12 -06:00
63353a43d8
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
dc94f1971b
Fix layout regression
2018-01-03 17:24:52 -06:00
dec9ed3248
Introduce linear-partitioning into image layout
...
It's not perfect but a good start.
2018-01-02 07:41:33 -06:00
490b788fd0
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
e7dccb83f8
Fix borked appbar shadow
2017-12-31 14:56:37 -06:00
b1f4bb0e52
Add focus previous/next overlay buttons.
2017-12-29 22:27:27 -06:00
c0c0898d8c
Initial FocusView
2017-12-28 22:14:46 -06:00
42b3ce8921
Routing changes for focusView
2017-12-17 22:40:48 -06:00
0f018f87dd
Image selection deletion works now
2017-12-16 05:14:10 -06:00
cfdf84522b
Complete(?) AppBar state management
2017-12-16 03:58:42 -06:00
9c42c34eb1
A futile attempt to fix a rendering bug in chrome.
...
When images are selected and you scroll such that the drop shadow paints...sometimes it will make the selection buttons not paint.
2017-12-08 22:18:12 -06:00
b5c5c2d198
Thumbnail is a generic template so move it to components
2017-12-01 20:34:51 -06:00
6e28256502
Add the appbar scrolling dropshadow
2017-12-01 02:03:09 -06:00
ff281dc3e2
Split photos view to a separate view
2017-12-01 01:28:30 -06:00
dba6f3c204
Split out the AppBar
2017-11-28 21:25:12 -06:00
ebd04a0d72
Starting to reapply the layout and effects
2017-11-28 09:46:41 -06:00
574a2ed38b
Handle classes better, support drop effect
2017-11-27 23:00:37 -06:00
abcd5c58c5
Make "Loading..." a little nicer with an overlay styled element
2017-11-27 21:37:12 -06:00
f717eb5977
Standardize on some nomenclature
2017-11-27 21:17:38 -06:00
b235c3dcf6
Missed a conversion to use defineElement
2017-11-25 22:51:13 -06:00
53a38b13e8
Gotta have a place for non-specific components
2017-11-25 22:18:04 -06:00
6f233cb764
Simplify thumbnail into a template
2017-11-24 23:08:33 -06:00
a86974f08a
Use streams for a little better memory reuse.
2017-11-24 23:02:24 -06:00
be0f613ce0
Unify domvm versions
2017-11-24 21:39:43 -06:00
cc1c193fb1
Replace file uploads with dropzone
2017-11-24 21:39:12 -06:00
b44886f0f5
Associate images with albums via image.$links.
...
All types now have a $links property.
2017-11-21 23:58:22 -06:00
43a20c4afe
Don't try to add an album if the user cancels
2017-11-21 23:51:31 -06:00
ad49f2a687
Add back albums
...
Removing an image from an album does not delete it. Deleteing an images does not remove its link from the album.
2017-11-20 21:57:37 -06:00
e5107e72f9
So much in here
...
- Image.upload calls File.upload
- doc deletes are PUT instead of deleted
- generate thumbnails is called off of processImportables
- got rid of stupid context loaders
- added Type.getOrCreate()
- fix massively broken comparators
- get rid of global watcher (unnecessary with new delete method)
Still broken
- indexes (albums)
- files not deleted along with images
- some wonky jpgs
2017-11-19 21:21:39 -06:00
cb4af2c407
doc-based view keys are _id + _rev
2017-11-18 00:22:06 -06:00
b901bc7a26
Progress on PouchORM (this breaks things)
2017-11-13 22:01:55 -06:00
d984e96af0
Show some sort of header if we have some images.
2017-11-13 21:48:07 -06:00
0f94822a8a
LiveArray can manage it's own watchers (across dbs even)
2017-11-13 21:46:38 -06:00
73897966c5
Rename ImageView to ThumbnailView to make room for AttachmentImageView
2017-11-11 21:38:30 -06:00
d27affabfb
It's a style service, not a styletron util.
2017-11-06 21:47:23 -06:00
fb6fac7aed
Introduce Styletron for component styles
2017-11-06 21:39:25 -06:00
cb63685e7e
Global DB is for debugging
2017-10-30 05:05:04 -05:00
90e67b6217
Allow Watcher Re-use to cut down on memory pressure.
2017-10-30 04:59:41 -05:00
722944cadd
Interface is fully DB-driven
...
While there are still events for things like maintaining indexes, those may be unnecessary and may go away.
2017-10-30 04:22:21 -05:00
e1c1c0e18a
Gallery -> DOMVM GalleryView
...
The whole app is converted to be base in DOMVM now. But there are bugs.
2017-09-29 16:54:08 -05:00