Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix cover photo image issues on some mobile devices | Mario | 2021-03-16 | 1 | -2/+9 |
| | |||||
* | get dev | Hilmar R | 2021-03-01 | 1 | -0/+0 |
| | |||||
* | cover photo: mior issue and more cleanup | Mario Vavti | 2018-09-10 | 1 | -5/+3 |
| | |||||
* | cover photo: some code cleanup and fix height issue when photo was not cached | Mario Vavti | 2018-09-10 | 1 | -30/+39 |
| | |||||
* | -1 has issues in some browsers | Mario Vavti | 2018-09-06 | 1 | -1/+1 |
| | |||||
* | improve cover-photo handling | Mario Vavti | 2018-09-06 | 1 | -2/+1 |
| | |||||
* | hide cover photo by default and show it only if conditions are met | Mario Vavti | 2018-09-05 | 1 | -1/+2 |
| | |||||
* | instead of not displaying the cover-photo at all after first page load, load ↵ | Mario Vavti | 2018-09-05 | 1 | -5/+25 |
| | | | | the page with the cover slided up. change pointer to n-resize if cover is not slid. | ||||
* | animate fast | Mario Vavti | 2017-11-11 | 1 | -1/+1 |
| | |||||
* | dedicate the first click to slideup the cover again but make sure the nav ↵ | Mario Vavti | 2017-11-11 | 1 | -2/+1 |
| | | | | buttons remain functional | ||||
* | Hubzilla issue #866 allow navbar to be used when cover photo is displayed - ↵ | zotlabs | 2017-10-02 | 1 | -1/+2 |
| | | | | also scroll cover photo on keyup event. | ||||
* | Revert "move theme specific files to theme dir" | zotlabs | 2017-05-02 | 1 | -0/+76 |
| | | | | This reverts commit e332d1074f1b663ec66d37b0f575df2e41d5535c. | ||||
* | move theme specific files to theme dir | zotlabs | 2017-05-01 | 1 | -76/+0 |
| | |||||
* | css fixes | Mario Vavti | 2017-03-31 | 1 | -6/+2 |
| | |||||
* | do not return false here. it can lead to unresponsive links under certain ↵ | Mario Vavti | 2017-03-24 | 1 | -1/+1 |
| | | | | situations. | ||||
* | bs4 fixes | Mario Vavti | 2017-03-19 | 1 | -17/+5 |
| | |||||
* | many dropdown and class fixes. still a long way to go... | Mario Vavti | 2017-03-12 | 1 | -4/+4 |
| | |||||
* | do not increase opacity to more than 1 | Mario Vavti | 2016-12-13 | 1 | -1/+1 |
| | |||||
* | off by one pixel | redmatrix | 2016-08-24 | 1 | -3/+3 |
| | |||||
* | do not return false since it could prevent clicking also when not appropriate. | Mario Vavti | 2016-08-24 | 1 | -1/+1 |
| | |||||
* | remove the onclick action | Mario Vavti | 2016-08-24 | 1 | -1/+1 |
| | |||||
* | do not remove cover photo after scrolling it up. mimik an scroll edge if ↵ | Mario Vavti | 2016-08-24 | 1 | -24/+39 |
| | | | | scrolling up again before scrolling into the cover photo again. | ||||
* | Revert "revert cover photo changes" | Mario Vavti | 2016-08-24 | 1 | -8/+20 |
| | | | | This reverts commit 4c840d70a494dae62a856ed91f9039eb16bc51ee. | ||||
* | revert cover photo changes | redmatrix | 2016-08-24 | 1 | -20/+8 |
| | |||||
* | cover photo: adjustments to display the entire photo on manual scrollback ↵ | redmatrix | 2016-08-23 | 1 | -1/+2 |
| | | | | (padding added for nav height) | ||||
* | several cover photo widget enhancements: | redmatrix | 2016-08-23 | 1 | -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 height | Mario Vavti | 2016-07-15 | 1 | -1/+1 |
| | |||||
* | upgrade to jquery-3.1 and minor fixes | Mario Vavti | 2016-07-15 | 1 | -4/+16 |
| | |||||
* | prevent page jumping if the narrow navbar setting is used | Mario Vavti | 2016-03-07 | 1 | -2/+2 |
| | |||||
* | Also make it clear with (mouse) hover text that you must click on the cover ↵ | jeroenpraat | 2016-03-06 | 1 | -1/+1 |
| | | | | photo to show the channel/more | ||||
* | slide up cover on click | Mario Vavti | 2016-03-03 | 1 | -1/+5 |
| | |||||
* | move cover-photo to template, add the ability to define a title and subtitle ↵ | Mario Vavti | 2016-03-03 | 1 | -0/+49 |
(defaults to channel name and addres), move js from redbasic.js to template. |