Dynalon / Rainy

Simple Tomboy/Tomdroid cloud/syncing server. Written in C# with AngularJS web frontend. Supports SQLite & Postgres Backends.
http://dynalon.github.io/Rainy
GNU Affero General Public License v3.0
88 stars 15 forks source link

Make use of polyper-project scaffold for UI #45

Open j-4 opened 10 years ago

j-4 commented 10 years ago

Hi,

I think it would be little work and much improvement, if we make use of the core-scaffold and the core-toolbar features of the polymer project instead of the bootstrap header. It looks much more like a great app :-) DEMOS and code here: Scaffold http://www.polymer-project.org/docs/elements/core-elements.html#core-scaffold http://www.polymer-project.org/components/core-scaffold/demo.html Toolbar: http://www.polymer-project.org/docs/elements/core-elements.html#core-toolbar http://www.polymer-project.org/components/core-toolbar/demo.html Toolbar-Menu: http://www.polymer-project.org/docs/elements/core-elements.html#core-menu-button http://www.polymer-project.org/components/core-menu-button/demo.html

Should I try to implement it? What do you say?