aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/js
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fix error updating pagetitle with notify count if not logged in locally (no ↵friendica2013-07-211-10/+13
| | | | notify count available)
* Add notification count to titles.Thomas Willingham2013-05-281-1/+10
|
* allow theme selectionfriendica2012-11-071-0/+89