22 Commits

Author SHA1 Message Date
2ea86f7e48 improved public path resolution 2016-12-07 17:56:49 -02:00
2a2497072d UI updates (#151)
* infer card title

* Infer entry body & image

* infer image

* Better terminology: EntryListing accept a single Collection

* remove log

* Refactored Collections VO into selectors

* use selectors when showning card

* fixed size cards

* Added 'bio' and 'biography' to collection description inference synonyms

* Removed unused card file

* throw error instance

* bugfix for file based collections

* lint

* moved components with css to own folder

* Search Bugfix: More than one collection might be returned

* Changed sidebar implementation. Closes #104 & #152

* Show spinning loading for unpublished entries

* Refactored Sidebar into a separate container

* Make preview widgets more robust
2016-11-11 17:54:58 -02:00
13cbf21159 Implement list control with fields 2016-10-28 19:13:26 +02:00
86e3aed065 Better styling for object controls 2016-10-28 10:21:13 +02:00
1566e247f3 Reverted Collection VO slug generation 2016-10-27 14:59:41 -02:00
baafe0b32f refactor on slugformatter 2016-10-27 13:50:02 -02:00
bbce1c30de Make loading single file work without scanning whole collection 2016-10-27 14:23:36 +02:00
2496ec09a4 Single file collections (#132)
* Files based collections skeleton

* listing file based cards

* create new entry with collection

* moved lookupEntry to main backend

* Editing single page Collections file

* List widget basic implementation

* Adjustments for test-repo

* check if value exists before trying to iterate over
2016-10-21 20:42:14 -02:00
2815a86e0c Search integration (React Version) (#84)
* algolia integration skeleton

* Configuration Defaults

* Implemented partial entries with lazy loading of complete file

* Moved backend selection logic to actioncreators

* basic pagination for entries

* general search skeleton

* Basic search result listing

* Redo search for different search terms

* search results pagination

* Changing integration config & handling

* Changing integration config & handling

* new integration config model
2016-10-10 15:34:21 -03:00
90d4b39fc1 Load unpublished entries 2016-09-06 17:18:27 -03:00
c7544cc0a2 put public_folder config in parity with original ember version 2016-08-30 11:18:14 -03:00
6eec0feb72 Small refactor preparing for branch creating/editing. Also closes #58 2016-08-29 17:09:04 -03:00
b717874e7b Allow the creation of new entries 2016-08-24 21:37:22 -03:00
483fdb2643 MediaProxy upload 2016-07-19 18:56:54 -03:00
18ad041d96 Preparing for github file persistence 2016-07-19 17:11:22 -03:00
b9cee02758 eslint compliance on reducers & VOs 2016-06-30 17:28:47 -03:00
6ed7e78642 mediaFiles backend persistence structure 2016-06-10 18:48:38 -03:00
1700f98e4e Refactor on upload media data fow 2016-06-10 14:01:14 -03:00
1ba98fdb5a refactor: Creating Medias reducer 2016-06-10 00:16:01 -03:00
9275aaec90 Moved draft state for an entry (when in edit mode) to Redux 2016-06-08 11:18:34 -03:00
0cf5dc141a in memmory persistence for test-repo 2016-06-07 20:15:28 -03:00
83d03c63ec persistence draft
Persisting individual media file objects
2016-06-07 01:20:54 -03:00