Commit graph

68 commits

Author SHA1 Message Date
Delgermurun
057580b793 Settings package 2015-03-28 18:38:20 +09:00
Sacha Greif
35efbeb3ee refactoring menu component 2015-03-28 10:54:41 +09:00
Sacha Greif
56caa499b7 make views nav use dropdown component, and hide it when there's only a single view 2015-03-25 18:19:22 +09:00
Sacha Greif
8fc95a316c fix mobile nav 2015-03-24 17:03:37 +09:00
Sacha Greif
3c8fc80841 refactoring color customization system 2015-03-24 14:30:04 +09:00
Sacha Greif
8a8cf53fee using font awesome for icons 2015-03-24 13:13:04 +09:00
Sacha Greif
9c5d3534cb refactoring dropdown CSS 2015-03-23 11:28:36 +09:00
Sacha Greif
8486e73283 history update 2015-03-23 10:49:21 +09:00
Sacha Greif
51b52da004 working on admin menu 2015-03-23 10:32:56 +09:00
Sacha Greif
2bcb078877 setting header colors based on settings 2015-03-23 08:57:29 +09:00
Sacha Greif
7de8974fc4 fixing top nav & notifications 2015-03-22 12:27:05 +09:00
Sacha Greif
c58d4f0a56 injecting svg for all templates 2015-03-22 10:55:19 +09:00
Sacha Greif
978bf7cd6f working on dropdown show more 2015-03-21 20:51:23 +09:00
Sacha Greif
631092d78f working on dropdown open/close 2015-03-21 18:43:35 +09:00
Sacha Greif
70147b5bc3 simplify dropdown and add admin-only items 2015-03-21 17:52:15 +09:00
Sacha Greif
24537d6e6f simplifying dropdown component 2015-03-21 09:43:51 +09:00
Sacha Greif
a29987d7b2 refactoring dropdown menus into components 2015-03-20 18:31:49 +09:00
Sacha Greif
d3665b9895 refactoring sidebar menu to use main nav 2015-03-13 15:27:24 +09:00
Sacha Greif
d50ca78e0b order items in mobile nav too 2015-03-12 18:15:34 +09:00
Sacha Greif
63e2acabf5 side nav prototype 2015-03-12 18:07:23 +09:00
Sacha Greif
288ce9eee8 fix #790 2015-03-10 11:50:21 +09:00
Sacha Greif
b9ca31ffa9 give search field a border when header has a white background 2015-02-11 18:02:56 +09:00
Sacha Greif
31d8997cea Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2015-02-05 09:21:08 +09:00
Sacha Greif
058d9878e2 Merge branch 'master' of https://github.com/TelescopeJS/Telescope 2015-01-27 11:12:23 +09:00
Anthony Mayer
603c5fee92 Fixes #719. Allowing mobile nav to close if user clicks anywhere outside of it.
Also, adding test.
2015-01-26 00:46:43 -08:00
Kiko Beats
d53a41cf2f change sign in for register 2015-01-25 17:38:54 +01:00
Anthony Mayer
2bafca52e3 Fixing style issues.
Also, switching Router.routes[].path to Router.path
2015-01-19 00:48:17 -08:00
Anthony Mayer
f9d9891fba Getting rid of redundant permissions functions
Switched everything over to use can.* functions from telescope-lib instead of using can* functions from lib/permissions.js, deleted lib/permissions.js, added some tests for permissions, and some other random cleanup like deleting unused code.

Conflicts:
	client/views/comments/comment_form.js
2015-01-07 08:22:46 +01:00
Sacha Greif
c03aac379c Merge branch 'master' of https://github.com/TelescopeJS/Telescope 2015-01-05 10:37:22 +09:00
Sacha Greif
f5354bf69d renaming viewNav to viewsMenu and adminNav to adminMenu 2015-01-05 10:06:30 +09:00
Sacha Greif
3c853d0ebe fix mobile nav 2015-01-03 10:14:07 +09:00
Anthony Mayer
77dd6ffba9 Adding nav client unit test
Added testing dependencies, added test case, removing unused nav code, and adding travis file
2015-01-02 21:27:09 +01:00
Sacha Greif
6a8a6ee8bb working on getting started package 2014-12-31 17:44:21 +09:00
Sacha Greif
a7ad1572c3 make primary and secondary nav sortable (fix #642) 2014-12-30 17:44:33 +09:00
Sacha Greif
f8cb992069 Adding descriptions in post list pages and showing them in menus. 2014-12-15 09:46:51 +09:00
Anthony Mayer
e71be66c57 Should fix various url problems by taking siteUrl into account when getting route urls.
Trying to make as much use of path as possible on the client side.
2014-12-09 09:29:17 -08:00
Anthony Mayer
23b72b9cb8 Switching from manually generating urls to using IronRouter functions.
Using {{pathFor}}, path(), and url() where possible. Passing in path
to Meteor.absoluteUrl() where the IronRouter functions didn't make sense.
Also deleting some random unused code.
2014-12-03 00:06:00 -08:00
Sacha Greif
b2c51ddb85 Merge pull request #581 from anthonymayer/invites-cleanup
Fixes #444 - Adding UserEditController to show invites correctly
2014-12-03 09:26:52 +09:00
Anthony Mayer
c8d5e3ca25 Fixes #444 - Adding UserEditController to show invites correctly
Gets rid of AccountController in favor of UserEditController, which
shows data consistently for both admins and owners. Also, makes sure
that only authorized users can see the page.
2014-11-30 18:23:19 -08:00
Sacha Greif
680f3fc12c Merge branch 'master' into quickform 2014-11-30 14:40:15 +09:00
Anthony Mayer
dbf640ce2b Fixes 447 - Hide mobile nav with css rather than js.
Also, removing random unused class.
2014-11-28 22:57:30 -08:00
Sacha Greif
672be96c9b working on post submit form 2014-11-28 11:19:55 +09:00
Sacha Greif
dbc42a7b51 renaming i18n helper from "i18n" to "_" 2014-11-25 17:16:00 +09:00
Daniel Chcouri
2605dcb27c Convert translation keys format to tap:i18n standard
all_lower_cased_underscored_sperated names
2014-11-19 00:00:09 +08:00
Sacha Greif
2a911217e9 Making notifications into their own package 2014-09-20 09:57:09 +09:00
Mitchell Wulfman
c0832e6798 another jQuery cache 2014-09-16 15:46:48 -04:00
Mitchell Wulfman
6fc6b9eb78 cleanup while getting familiar with the codebase 2014-09-16 15:18:27 -04:00
Sacha Greif
48af29c4f2 more css tweaks 2014-08-20 17:56:48 +09:00
Sacha Greif
c2a1b7ea33 css fix 2014-08-20 17:12:03 +09:00
Sacha Greif
8eb91a2c64 notifications are now a menu item 2014-08-20 17:03:54 +09:00