aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/js
Commit message (Collapse)AuthorAgeFilesLines
* some fixes for the recent changes in the personal menu dropdownMario Vavti2016-11-041-1/+1
|
* Collapse navbar-collapse-1 if avatar menu is clicked.Andrew Manning2016-11-031-0/+6
|
* hide/show mixupMario Vavti2016-07-161-3/+2
|
* only use visibility for tabsMario Vavti2016-07-161-4/+4
|
* do not use visibility for fullscreen button and move fullscreen button to ↵Mario Vavti2016-07-111-2/+4
| | | | the right
* use visibility instead of display to hide elementsMario Vavti2016-07-011-2/+2
|
* update icon names in view/Treer2016-05-011-2/+2
|
* Added admin/site setting that toggles context help panel. If disabled, ↵Andrew Manning2016-04-211-47/+0
| | | | original help menu button behavior is restored.
* New help panel that slides in from the top and pushes the content down so it ↵Andrew Manning2016-04-171-8/+43
| | | | is not covered. Panel toggles with help button. Still some bugs with small screen viewing.
* nav: move js and css out of template, provide a help button in the panel on ↵Mario Vavti2016-04-151-0/+12
| | | | small screens and lots of whitespace cleanup
* various fixesMario Vavti2016-04-031-4/+2
|
* ease transition between fullscreen and inline view for small screensMario Vavti2016-04-031-6/+8
|
* move fullscreen js code to redbasic.js where it belongs toMario Vavti2016-04-011-0/+15
|
* move cover-photo to template, add the ability to define a title and subtitle ↵Mario Vavti2016-03-031-24/+0
| | | | (defaults to channel name and addres), move js from redbasic.js to template.
* small fix to simple cover-photoMario Vavti2016-03-021-3/+2
|
* add a fade in effect to main while scrolling up cover photoMario Vavti2016-03-021-0/+5
|
* a simple cover-photo implementation for redbasic default templateMario Vavti2016-03-021-2/+21
|
* change aside width to reflect recent widget style changesMario Vavti2016-02-021-1/+1
|
* fix aside width for collapsed stateMario Vavti2015-07-091-1/+1
|
* move profile image up and refine the aside widthMario Vavti2015-07-091-1/+1
|
* increase width of the aside area and make default profile image size 300x300Mario Vavti2015-07-091-1/+1
|
* Move bootstrap dependencies (tagsinput) to theme redbasic (we only have it ↵Mario Vavti2015-03-271-1/+5
| | | | there). Comment out some most probably deprecated js includes. Some css cleanup.
* Some JavaScript cleanups.Klaus Weidenbach2015-03-151-36/+35
| | | | | | Adding some missing and remove some unnecessary semicolons. Change some comparing operators. Changed access to objects with dot operator.
* advanced css calc() failbackmarijus2015-02-171-2/+11
|
* quickfix for eventual css calc() not supported bugmarijus2015-02-171-0/+4
|
* move new comment open/close js functions to core so they can be used by ↵marijus2014-06-051-31/+0
| | | | other themes
* we probably want a seperate namespace to not disable all click events in ↵marijus2014-06-051-4/+4
| | | | document
* possible fix for 2nd comment collapsingmarijus2014-06-051-4/+16
|
* for some reason this is also needed to make it work reliable in webkit browsersmarijus2014-05-241-0/+10
|
* should be redbasic not redmarijus2014-05-241-1/+1
|
* possible fix for empty commentbox colapsing on tool-button clickmarijus2014-05-241-0/+10
|
* some work on comment_item.tplmarijus2014-05-201-20/+0
|
* some work on jot, remove some deprecated js and some random style fixesmarijus2014-04-031-25/+0
|
* check that aside actually exists before querying the html lengthfriendica2014-03-291-1/+1
|
* fix lock permissions view and autoload not kicking in on touch devices under ↵marijus2014-03-251-0/+3
| | | | certain conditions
* lesson learned.... dont fix anything on a mobile devicegit-marijus2014-03-191-2/+1
|
* this shouldnt be theregit-marijus2014-03-191-3/+1
|
* bootstrapify common tabs and make show aside/tabs buttons only appear if ↵marijus2014-03-191-1/+14
| | | | there is something to show
* move region_1 to off instead of removing it and dont squelch region_2 when ↵marijus2014-03-131-2/+2
| | | | region_1 moves in again
* revert recent changes to cmtBbClose which removed the ability to insert ↵friendica2014-03-111-4/+4
| | | | quotes into an empty comment box
* this commit is an attempt to make conv items better scalable on smaller ↵marijus2014-03-101-4/+4
| | | | screens. also save some horizontal space.
* remove aside on navbar collapse and add button to toggle visibilitymarijus2014-03-071-0/+5
|
* we make this with css nowmarijus2013-12-181-11/+1
|
* generate a small amount of entropy to avoid duplicate notifications from ↵friendica2013-12-041-0/+4
| | | | essentially simultaneous deliveries.
* more icon updatesfriendica2013-12-041-5/+5
|
* e2ee in comments and a bit of cleanup so not every theme has to define how ↵friendica2013-11-141-30/+0
| | | | to insert bbcode, only if they're doing something special (e.g. this is how to implement a javascript plugin :-)), and I got rid of the predefined http:// in the bbcode for urls. You're almost always pasting a url which already has that bit and it just creates an extra step.
* fix the saved search term delete icons in redbasic so they are hidden by ↵friendica2013-11-031-18/+16
| | | | default. This is a bit harder using font-based icons than it was with images that could easily be hidden. We'll do it with opacity instead of visibility or display css settings.
* set the colour of the active nav element so it doesn't get washed outfriendica2013-10-101-12/+14
|
* more icon conversions - savedsearch listings need more work. The drop icon ↵friendica2013-10-091-8/+8
| | | | should be hidden unless the entry is being hovered.
* getElementById returns null on failurefriendica2013-07-211-1/+1
|