Commit graph

9 commits

Author SHA1 Message Date
Sacha Greif
5df17c6305 working on search, API, RSS feeds, etc. 2015-09-18 11:12:53 +09:00
Sacha Greif
394b262040 stop using Session for search; do not trigger route redirect if search field is empty (fix #1063) 2015-08-01 12:27:10 +09:00
Sacha Greif
08c6e373fc bringing packages back into core repo after all 2015-04-22 07:50:11 +09:00
Sacha Greif
3d383e06e1 more packageification; removed meteor hacks:npm; changed telescope-blank to custom 2015-04-21 11:42:47 +09:00
Sacha Greif
50fc3eb11a Merge branch 'namespace' of https://github.com/TelescopeJS/Telescope into namespace
# Conflicts:
#	lib/users.js
#	packages/telescope-base/lib/base.js
#	packages/telescope-base/package.js
#	packages/telescope-lib
2015-04-20 13:57:37 +09:00
Delgermurun
666577f4cb Template[getTemplate('XYZ')] => Template.XYZ 2015-04-13 14:52:03 +09:00
Charlie DeTar
c2d0e306c1 Remove console.log 2015-03-24 16:31:22 -06:00
Charlie DeTar
abab542c77 Increse specificity of keyup search event
It's hard to override the behavior of .search-field in a theme when the
event listener is listening to all ``keyup`` events in the template.
Make it more specific as ``keyup .search-field`` so a theme that doesn't
want the default event listener can override the input class.
2015-03-24 16:29:47 -06:00
Sacha Greif
b9ca31ffa9 give search field a border when header has a white background 2015-02-11 18:02:56 +09:00
Renamed from packages/telescope-search/lib/client/views/search.js (Browse further)