aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/cover_photo_widget.tpl
Commit message (Collapse)AuthorAgeFilesLines
* more theme fixesMario2023-09-131-2/+2
|
* fix cover photo image issues on some mobile devicesMario2021-03-161-2/+9
|
* get devHilmar R2021-03-011-0/+0
|
* cover photo: mior issue and more cleanupMario Vavti2018-09-101-5/+3
|
* cover photo: some code cleanup and fix height issue when photo was not cachedMario Vavti2018-09-101-30/+39
|
* -1 has issues in some browsersMario Vavti2018-09-061-1/+1
|
* improve cover-photo handlingMario Vavti2018-09-061-2/+1
|
* hide cover photo by default and show it only if conditions are metMario Vavti2018-09-051-1/+2
|
* instead of not displaying the cover-photo at all after first page load, load ↵Mario Vavti2018-09-051-5/+25
| | | | the page with the cover slided up. change pointer to n-resize if cover is not slid.
* animate fastMario Vavti2017-11-111-1/+1
|
* dedicate the first click to slideup the cover again but make sure the nav ↵Mario Vavti2017-11-111-2/+1
| | | | buttons remain functional
* Hubzilla issue #866 allow navbar to be used when cover photo is displayed - ↵zotlabs2017-10-021-1/+2
| | | | also scroll cover photo on keyup event.
* Revert "move theme specific files to theme dir"zotlabs2017-05-021-0/+76
| | | | This reverts commit e332d1074f1b663ec66d37b0f575df2e41d5535c.
* move theme specific files to theme dirzotlabs2017-05-011-76/+0
|
* css fixesMario Vavti2017-03-311-6/+2
|
* do not return false here. it can lead to unresponsive links under certain ↵Mario Vavti2017-03-241-1/+1
| | | | situations.
* bs4 fixesMario Vavti2017-03-191-17/+5
|
* many dropdown and class fixes. still a long way to go...Mario Vavti2017-03-121-4/+4
|
* do not increase opacity to more than 1Mario Vavti2016-12-131-1/+1
|
* off by one pixelredmatrix2016-08-241-3/+3
|
* do not return false since it could prevent clicking also when not appropriate.Mario Vavti2016-08-241-1/+1
|
* remove the onclick actionMario Vavti2016-08-241-1/+1
|
* do not remove cover photo after scrolling it up. mimik an scroll edge if ↵Mario Vavti2016-08-241-24/+39
| | | | scrolling up again before scrolling into the cover photo again.
* Revert "revert cover photo changes"Mario Vavti2016-08-241-8/+20
| | | | This reverts commit 4c840d70a494dae62a856ed91f9039eb16bc51ee.
* revert cover photo changesredmatrix2016-08-241-20/+8
|
* cover photo: adjustments to display the entire photo on manual scrollback ↵redmatrix2016-08-231-1/+2
| | | | (padding added for nav height)
* several cover photo widget enhancements:redmatrix2016-08-231-8/+19
| | | | | | | | | - allow a click anywhere on the page to cause the photo to autoscroll - provide a logic flag to autoscroll only once - allow manual scroll back to see the cover photo afterward (tricky to handle the nav menu here) - on scroll back, the nav remains fixed at the top and the top pixels of the cover photo are covered (this was an acceptable tradeoff to gain the ability to see the photo again without causing unpredictable behaviour of the nav) - some positioning details in small screen width mode caused jot to be off screen due to insufficient top padding; a manual padding was also added as something still wasn't right even after adding the nav height - very minor nit: if screen size is reduced below 755 and then upsized again, the cover photo will not be redisplayed
* round up heightMario Vavti2016-07-151-1/+1
|
* upgrade to jquery-3.1 and minor fixesMario Vavti2016-07-151-4/+16
|
* prevent page jumping if the narrow navbar setting is usedMario Vavti2016-03-071-2/+2
|
* Also make it clear with (mouse) hover text that you must click on the cover ↵jeroenpraat2016-03-061-1/+1
| | | | photo to show the channel/more
* slide up cover on clickMario Vavti2016-03-031-1/+5
|
* move cover-photo to template, add the ability to define a title and subtitle ↵Mario Vavti2016-03-031-0/+49
(defaults to channel name and addres), move js from redbasic.js to template.