Commit Graph

66 Commits

Author SHA1 Message Date
aecab1b1b5 Renamed gallery to AdventureGallery 2019-04-16 00:10:18 +02:00
14d00eb734 Universal styling for all links. 2019-04-16 00:09:50 +02:00
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
8dac0ce7c9 Now the url passed is original and does not need to be edited. 2019-04-16 00:06:46 +02:00
9374825fc9 Moved our button styling to a separate buttons.scss stylesheet. 2019-04-16 00:05:41 +02:00
0cf9faa559 Increased navigation arrow size. 2019-04-16 00:03:56 +02:00
180d073b63 Removed the correct eventlistener function to not create overlapping eventlisteners for the same fn 2019-04-16 00:03:40 +02:00
f76cebedd3 Updated webpack and some of its dependencies past CVE-2018-14732 2019-04-15 23:39:01 +02:00
6d4f0cb61e We now have an adventureId so we can upload images to correct adventure. 2019-03-04 00:33:23 +01:00
355e0a456b Forgot to split the filename to name and extension 2019-03-04 00:26:05 +01:00
8c3e9b9039 Merge branch 'master' of github.com:KevinMidboe/leifsopplevelser 2019-03-04 00:20:16 +01:00
86a358734b When editing a adventure, prepopulate preview images with images from backend. 2019-03-04 00:20:09 +01:00
abe1813709 Did the url replace directly in the template area. 2019-03-03 23:57:36 +01:00
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
eddc67d662 Thumbnails are 300 pixels and large screens get 1400px width to work with 2019-03-03 23:49:48 +01:00
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
78f37b9e03 Disabled navigation buttons on mobile 2019-03-03 23:15:42 +01:00
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
fef6b511fd Gallery have their url constructed by a ASSET_URL, filename, filevariation and extension. 2019-03-03 22:33:01 +01:00
8b336542e4 Changed static url for images to leifsopplevelser from localhost 2019-03-03 22:22:15 +01:00
d205a348ad Renamed font files 2019-03-03 22:02:46 +01:00
20f92a20a9 All api calls are now piped through utils script to easier control base url. 2019-03-03 21:59:01 +01:00
ab03480066 Removed vue config. Was not in use. 2019-03-03 21:24:12 +01:00
959569bd52 Reset base build config file to not use static /leifsopplevelser route used for github pages 2019-03-03 21:23:16 +01:00
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
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
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
82a53ed9aa Fixed issue with image preview. 2019-02-21 21:11:14 +01:00
49dac7d26d Hardcoded github pages publicpath to index.html asset url when building. 2019-02-21 21:05:57 +01:00
b23032d53b Updated build for github pages 🔖 2019-02-21 20:45:07 +01:00
448f4b8c2d Files uploaded in sessions will be appended to the end of the existing elements. 2019-02-20 22:52:04 +01:00
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
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
0bcf2e92f5 Manually set github pages project path. 2019-02-20 01:59:30 +01:00
cc7ad2783f Updated docs with vue config 2019-02-20 01:57:39 +01:00
b8e159cc33 Added vue config for prod builds to github pages. 2019-02-20 01:56:36 +01:00
bbe8829c0b docs for github pages 2019-02-20 01:43:51 +01:00
0a41a6be68 Split up form and fine tuned navigation within the form 2019-02-20 01:39:22 +01:00
7422a350fc Implemented reoder logic and button for images within edit view. 2019-02-14 00:13:25 +01:00
6334fa1d99 More natural resizing depending on view width 2019-02-14 00:03:43 +01:00
564fd11e45 Changed to have two column on mobile 2019-02-13 23:55:05 +01:00
fdc2f096c9 Vue grid system for images 2019-02-13 23:52:02 +01:00
869e63f166 Text area in edit field and a input field for image uploads. Cleaned up large shame css 2019-02-13 21:28:06 +01:00
46108d9c3f Better scroll that also works with mobile? 2019-02-13 19:16:02 +01:00
e18ecac782 Popover restricts body overflow 2019-02-13 18:32:08 +01:00
16583d85fb Disable overflow on main container when popover 2019-02-13 18:18:18 +01:00
1f3c55a20f Arrow and swipe navigation for popovers 2019-02-13 18:14:23 +01:00
aa91e40aa4 Form with autocompleted that expands does not need to submit form on enter 2019-02-13 01:26:01 +01:00
f4e9cd3c41 Readded router link for edit page 2019-02-13 01:23:02 +01:00
8b89ef923c Rules for viewport now more strict 2019-02-13 01:21:42 +01:00