Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move the remote user homebutton to the user menu. this way everything remote ↵ | Mario Vavti | 2016-11-20 | 1 | -2/+3 |
| | | | | user related is in one place. | ||||
* | provide merged usermenu div for all server roles | zotlabs | 2016-11-02 | 1 | -4/+0 |
| | |||||
* | merge usermenu and caret when using pro | redmatrix | 2016-10-06 | 1 | -0/+7 |
| | |||||
* | revert moving home button to first position. instead move register and login ↵ | Mario Vavti | 2016-09-03 | 1 | -37/+38 |
| | | | | buttons to the end of the list. | ||||
* | show home icon in first position in nav, provide register link also if ↵ | Mario Vavti | 2016-09-02 | 1 | -21/+25 |
| | | | | register policy is set to approve and whitespace cleanup | ||||
* | fix javascript error if not logged in | Mario Vavti | 2016-08-14 | 1 | -2/+2 |
| | |||||
* | make dropdown-caret invoke the dropdown | redmatrix | 2016-06-23 | 1 | -1/+1 |
| | |||||
* | update icon names in view/ | Treer | 2016-05-01 | 1 | -22/+22 |
| | |||||
* | provide help button in context help popup | Mario Vavti | 2016-04-28 | 1 | -5/+4 |
| | |||||
* | make the link to /help in dropdown conditional to the use of context help | Mario Vavti | 2016-04-23 | 1 | -1/+1 |
| | |||||
* | pull-right is not needed here | Mario Vavti | 2016-04-23 | 1 | -1/+1 |
| | |||||
* | simplify context help js and move it to main.js where all the nav related js ↵ | Mario Vavti | 2016-04-23 | 1 | -5/+9 |
| | | | | resides, do not close the context help if we click outside of it - members might want to work on something while help is open, move the link to /help to dropdown-menu. | ||||
* | only display help button in collapsed panel if context help is enabled | Mario Vavti | 2016-04-23 | 1 | -2/+4 |
| | |||||
* | make it icon-question-sign for contextual and icon-question for normal help ↵ | Mario Vavti | 2016-04-22 | 1 | -2/+2 |
| | | | | instead of adding a caret-down | ||||
* | indicate if we will be displayed contextual help or default help | Mario Vavti | 2016-04-21 | 1 | -2/+2 |
| | |||||
* | fix help button for collapsed state | Mario Vavti | 2016-04-21 | 1 | -2/+2 |
| | |||||
* | some fixes for contextual help and disable transition animation for now - it ↵ | Mario Vavti | 2016-04-21 | 1 | -9/+13 |
| | | | | looked really wired because main moved with a different speed than help-content and help-content can not be displayed under the panel as it is implemented now. | ||||
* | Try toggling context help using onclick attribute | Andrew Manning | 2016-04-19 | 1 | -1/+1 |
| | |||||
* | New help panel that slides in from the top and pushes the content down so it ↵ | Andrew Manning | 2016-04-17 | 1 | -180/+187 |
| | | | | 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 Vavti | 2016-04-15 | 1 | -228/+180 |
| | | | | small screens and lots of whitespace cleanup | ||||
* | Added help for post permissions | Andrew Manning | 2016-03-26 | 1 | -1/+2 |
| | |||||
* | Override navbar help button to open contextual help panel. Contextual help ↵ | Andrew Manning | 2016-03-21 | 1 | -2/+47 |
| | | | | for mail written. | ||||
* | first pass name change | redmatrix | 2015-05-05 | 1 | -1/+1 |
| | |||||
* | Add hint on how to use search box | Stefan Parviainen | 2014-12-14 | 1 | -1/+1 |
| | |||||
* | Add some ids to nav elements | Stefan Parviainen | 2014-12-12 | 1 | -20/+20 |
| | |||||
* | Fix merge conflict | Stefan Parviainen | 2014-11-08 | 1 | -4/+9 |
|\ | |||||
| * | some work on photos like/dislike | marijus | 2014-10-25 | 1 | -1/+2 |
| | | |||||
| * | fix nav double dropdown | marijus | 2014-10-21 | 1 | -4/+8 |
| | | |||||
| * | merge madness | friendica | 2014-10-19 | 1 | -1/+1 |
| | | |||||
* | | Fix highlighting of login button | Stefan Parviainen | 2014-11-08 | 1 | -2/+2 |
| | | |||||
* | | Move registration button to before login in nav to avoid problems with ↵ | Stefan Parviainen | 2014-10-19 | 1 | -1/+1 |
|/ | | | | mobile. In the long run a better fix should be found. | ||||
* | Login menu | Stefan Parviainen | 2014-10-16 | 1 | -7/+8 |
| | |||||
* | implement a "powered-by" but leave it turned off until somebody with a good ↵ | friendica | 2014-09-29 | 1 | -0/+3 |
| | | | | eye for layout can figure out where best to put it. | ||||
* | nav channel selection | friendica | 2014-08-18 | 1 | -1/+6 |
| | |||||
* | Changed the lock icon behaviour | Paolo Tacconi | 2014-06-30 | 1 | -22/+30 |
| | |||||
* | correct a tiny syntax error | Klaus | 2014-06-22 | 1 | -3/+1 |
| | | | there was a space missing between two values | ||||
* | unclutter menues a little | marijus | 2014-06-14 | 1 | -2/+5 |
| | |||||
* | change app dropdown to point to apps module (changes nav template). ↵ | friendica | 2014-05-21 | 1 | -7/+2 |
| | | | | Important: Plugins using the app-menu hook will no longer be accessible from there and may require re-writing to plug into the system apps page. Also filter apps in items from the language detector to avoid false triggers from the base64 content. | ||||
* | bootstrapify common tabs and make show aside/tabs buttons only appear if ↵ | marijus | 2014-03-19 | 1 | -0/+3 |
| | | | | there is something to show | ||||
* | move region_1 to off instead of removing it and dont squelch region_2 when ↵ | marijus | 2014-03-13 | 1 | -1/+1 |
| | | | | region_1 moves in again | ||||
* | update cacert.pem , don't hide url link for rmagic | friendica | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | might be needed by not local users aswell | marijus | 2014-03-07 | 1 | -2/+0 |
| | |||||
* | remove aside on navbar collapse and add button to toggle visibility | marijus | 2014-03-07 | 1 | -0/+5 |
| | |||||
* | improve navbar collapsed state a little | marijus | 2014-03-05 | 1 | -6/+6 |
| | |||||
* | revert the temporary fix for the missing hdr.tpl and add the ability to ↵ | friendica | 2014-03-03 | 1 | -4/+1 |
| | | | | provide context sensitive help/documentation by passing the current URL path to the help module as $_REQUEST['cmd']. So we could create a special help page for settings/display or whatever. The only issue is whether this should be presented first with a link to the main help page, or if we put a line at the top of the main help page that says "I need help for settings/display". Also edited the help target window name, as "friendika-help" is a bit dated. | ||||
* | Partially revert 895c9411d93 | Thomas Willingham | 2014-03-03 | 1 | -0/+3 |
| | | | | | Not entirely sure why the lines in question were removed, but this is required as a quick fix for broken notifications. | ||||
* | add choklet template with several defined flavours, two and three column ↵ | friendica | 2014-03-02 | 1 | -12/+0 |
| | | | | fluid layouts with optional side margins and a region for a blog-style header photo | ||||
* | add hover effect to usermenu caret | marijus | 2014-02-28 | 1 | -1/+1 |
| | |||||
* | cleanup style.css | marijus | 2014-02-21 | 1 | -1/+1 |
| | |||||
* | bootstrapify the nav | marijus | 2014-02-19 | 1 | -139/+172 |
| |