Commit Graph

76 Commits

Author SHA1 Message Date
KevinMidboe 2f3d0bbedd Merge pull request #7 from KevinMidboe/WIP
Did lots of changes directly in vm, these are the changes
2020-03-20 19:23:36 +01:00
KevinMidboe 5f6080e416 Set to undefined 2020-03-20 19:21:41 +01:00
KevinMidboe e05b69db0f Removed button for toggling view and added some whitespace around view map 2019-05-26 21:28:29 +02:00
KevinMidboe d263a6b0bf Max width for thumbnails 2019-05-26 21:16:56 +02:00
KevinMidboe d71c521ce3 Home now has a upload button and removed color name for dayelement 2019-05-26 21:09:44 +02:00
KevinMidboe cb073bb452 WIP snapshot before vacation remote work 2019-04-17 15:36:53 +02:00
KevinMidboe 84886313bb Popover image now uses picture with media attributes to load sm, md or large image based on screen width. 2019-04-16 16:53:15 +02:00
KevinMidboe 5d72959742 Added helptext for format of dates in datefield. 2019-04-16 00:13:16 +02:00
KevinMidboe 69f50058a2 Added github link to all repos. 2019-04-16 00:12:54 +02:00
KevinMidboe 00e7d2e72b Header is now equiped to have a large background image and a slotted value is used to display the text from parent (home). 2019-04-16 00:11:26 +02:00
KevinMidboe aecab1b1b5 Renamed gallery to AdventureGallery 2019-04-16 00:10:18 +02:00
KevinMidboe 14d00eb734 Universal styling for all links. 2019-04-16 00:09:50 +02:00
KevinMidboe a8eb809ce8 Increment logic added before it should, this is now fixed. Also changed the name of some input function paramteres to make more sense. 2019-04-16 00:09:25 +02:00
KevinMidboe 8dac0ce7c9 Now the url passed is original and does not need to be edited. 2019-04-16 00:06:46 +02:00
KevinMidboe 9374825fc9 Moved our button styling to a separate buttons.scss stylesheet. 2019-04-16 00:05:41 +02:00
KevinMidboe 0cf9faa559 Increased navigation arrow size. 2019-04-16 00:03:56 +02:00
KevinMidboe 180d073b63 Removed the correct eventlistener function to not create overlapping eventlisteners for the same fn 2019-04-16 00:03:40 +02:00
KevinMidboe f76cebedd3 Updated webpack and some of its dependencies past CVE-2018-14732 2019-04-15 23:39:01 +02:00
KevinMidboe 6d4f0cb61e We now have an adventureId so we can upload images to correct adventure. 2019-03-04 00:33:23 +01:00
KevinMidboe 355e0a456b Forgot to split the filename to name and extension 2019-03-04 00:26:05 +01:00
KevinMidboe 8c3e9b9039 Merge branch 'master' of github.com:KevinMidboe/leifsopplevelser 2019-03-04 00:20:16 +01:00
KevinMidboe 86a358734b When editing a adventure, prepopulate preview images with images from backend. 2019-03-04 00:20:09 +01:00
KevinMidboe abe1813709 Did the url replace directly in the template area. 2019-03-03 23:57:36 +01:00
KevinMidboe 2387abfc9f Created a temporary function that will replace thumb to lg in the url, giving us raw image in fullscreen mode. 2019-03-03 23:53:05 +01:00
KevinMidboe eddc67d662 Thumbnails are 300 pixels and large screens get 1400px width to work with 2019-03-03 23:49:48 +01:00
KevinMidboe 4d3b74f6e1 Now beforeDestroy is actually called as a vue api event and added a lock for scrolling on ios when the component is mounted. 2019-03-03 23:24:23 +01:00
KevinMidboe 78f37b9e03 Disabled navigation buttons on mobile 2019-03-03 23:15:42 +01:00
KevinMidboe 9564b0a72a Popover gets clean new navigation arrows. Still need something better on mobile, currently hides them. Note still have swipe for mobile. 2019-03-03 23:13:46 +01:00
KevinMidboe fef6b511fd Gallery have their url constructed by a ASSET_URL, filename, filevariation and extension. 2019-03-03 22:33:01 +01:00
KevinMidboe 8b336542e4 Changed static url for images to leifsopplevelser from localhost 2019-03-03 22:22:15 +01:00
KevinMidboe d205a348ad Renamed font files 2019-03-03 22:02:46 +01:00
KevinMidboe 20f92a20a9 All api calls are now piped through utils script to easier control base url. 2019-03-03 21:59:01 +01:00
KevinMidboe ab03480066 Removed vue config. Was not in use. 2019-03-03 21:24:12 +01:00
KevinMidboe 959569bd52 Reset base build config file to not use static /leifsopplevelser route used for github pages 2019-03-03 21:23:16 +01:00
KevinMidboe cf93bebb1f Upload post requests are sent to leifs-backend that now will proxy our request onward to leifs-image-processor. 2019-03-03 21:21:55 +01:00
KevinMidboe 5c73739601 Eventpage can send id prop that gallery will use to request images for adventure matchin id. The gallery array will be populated with response and displayed. 2019-03-03 21:21:15 +01:00
KevinMidboe b84cd100a7 Lots of changes. Added footer, calendar is more interactive and now we can route to specific adventures and fields become populated. Started upload progress of images and 404 page. 2019-02-23 22:38:32 +01:00
KevinMidboe 82a53ed9aa Fixed issue with image preview. 2019-02-21 21:11:14 +01:00
KevinMidboe 49dac7d26d Hardcoded github pages publicpath to index.html asset url when building. 2019-02-21 21:05:57 +01:00
KevinMidboe b23032d53b Updated build for github pages 🔖 2019-02-21 20:45:07 +01:00
KevinMidboe 448f4b8c2d Files uploaded in sessions will be appended to the end of the existing elements. 2019-02-20 22:52:04 +01:00
KevinMidboe 4f17106e61 Input images have nice alignment with background image center. Also disabled more debugging outputs to the DOM. 2019-02-20 22:31:30 +01:00
KevinMidboe 73f51f43bd So much has happend. A lot of cleanup, now popover gets the full album list and can iterate over it manually. We have a store. Images on upload have popover and are previewed under upload button. 2019-02-20 21:46:06 +01:00
KevinMidboe 0bcf2e92f5 Manually set github pages project path. 2019-02-20 01:59:30 +01:00
KevinMidboe cc7ad2783f Updated docs with vue config 2019-02-20 01:57:39 +01:00
KevinMidboe b8e159cc33 Added vue config for prod builds to github pages. 2019-02-20 01:56:36 +01:00
KevinMidboe bbe8829c0b docs for github pages 2019-02-20 01:43:51 +01:00
KevinMidboe 0a41a6be68 Split up form and fine tuned navigation within the form 2019-02-20 01:39:22 +01:00
KevinMidboe 7422a350fc Implemented reoder logic and button for images within edit view. 2019-02-14 00:13:25 +01:00
KevinMidboe 6334fa1d99 More natural resizing depending on view width 2019-02-14 00:03:43 +01:00