[elm-discuss] Re: Elm-mdl implementations - suggest projects that can be added to reference list

2016-08-31 Thread Dmytro Gladkyi
Yes, it is now public on bitbucket:

https://bitbucket.org/gladimdim/offtieweb/src

On Wednesday, August 31, 2016 at 2:58:40 PM UTC+3, Håkon Rossebø wrote:
>
> Is the source available for this project? It would be nice to share 
> implementations with others.
>
> Håkon
>
> lørdag 20. august 2016 17.52.29 UTC+2 skrev Dmytro Gladkyi følgende:
>>
>> You can press on a blue Card (anywhere) and it will navigate back to 
>> list. I'll add button for this anyway.
>
>

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[elm-discuss] Re: Elm-mdl implementations - suggest projects that can be added to reference list

2016-08-31 Thread Håkon Rossebø
Is the source available for this project? It would be nice to share 
implementations with others.

Håkon

lørdag 20. august 2016 17.52.29 UTC+2 skrev Dmytro Gladkyi følgende:
>
> You can press on a blue Card (anywhere) and it will navigate back to list. 
> I'll add button for this anyway.

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[elm-discuss] Re: Elm-mdl implementations - suggest projects that can be added to reference list

2016-08-23 Thread Gary Stanton
Hi

I see you have got my project in there:

https://github.com/stanton-gary/force-pong 

I've now added a Live Demo of it along with renaming the project which you 
can reflect in your list. Also added another project that uses elm-mdl 
which also has a live demo:

https://github.com/stanton-gary/password-validity-ui

Very simple first time writing elm apps, but hopefully they help someone 
else.

Gary

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[elm-discuss] Re: Elm-mdl implementations - suggest projects that can be added to reference list

2016-08-20 Thread Dmytro Gladkyi
You can press on a blue Card (anywhere) and it will navigate back to list. I'll 
add button for this anyway.

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[elm-discuss] Re: Elm-mdl implementations - suggest projects that can be added to reference list

2016-08-20 Thread Håkon Rossebø
Thanks - looks nice. I'll add it to the list. A possible improvement - I 
tried a couple of url's and could not find any way of navigating back to 
the article list.


fredag 19. august 2016 23.46.54 UTC+2 skrev Dmytro Gladkyi følgende:
>
> Hi Håkon,
>
> I have switched from React + Redux + Bootstrap to Elm + Elm Mdl my hobby 
> project:
> *https://offtie.com/* 
>
> Project allows to save urls to read later without data connection or in 
> AirPlane Mode.
> Urls are parsed by www.readability.com and saved into LocalStorage.
>
> Site uses Service Workers (in JS) to cache all site resources so they are 
> available offline (works in Chrome, FF).
>
> *UI+backend connection is all in Elm + Elm Mdl. *Main.elm is 220 lines. 
> Can be reduced to 150.
> *LocalStorage stuff is done via ports.*
>
> Minified and gzipped bundle is in 5 times smaller than React + Redux 
> version.
>
> Minified gzipped Elm bundle is 42Kb + 26Kb material design css.
>
> React bundle (babelify + minify + gzip) was about 200Kb. + 70Kb bootstrap.
>
> On Tuesday, August 16, 2016 at 11:33:35 AM UTC+3, Håkon Rossebø wrote:
>>
>> Elm-mdl  - is getting more usage in 
>> various applications/projects. To improve documentation, we want to create 
>> a list of implementations - all kinds - simple to complex and use it as a 
>> reference on elm-mdl . I would 
>> appreciate if people could suggest any implementations that can be added to 
>> this list.
>>
>> If you know any projects/applications/repositories - reply to this thread.
>>
>

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[elm-discuss] Re: Elm-mdl implementations - suggest projects that can be added to reference list

2016-08-19 Thread Dmytro Gladkyi
Hi Håkon,

I have switched from React + Redux + Bootstrap to Elm + Elm Mdl my hobby 
project:
*https://offtie.com/* 

Project allows to save urls to read later without data connection or in 
AirPlane Mode.
Urls are parsed by www.readability.com and saved into LocalStorage.

Site uses Service Workers (in JS) to cache all site resources so they are 
available offline (works in Chrome, FF).

*UI+backend connection is all in Elm + Elm Mdl. *Main.elm is 220 lines. Can 
be reduced to 150.
*LocalStorage stuff is done via ports.*

Minified and gzipped bundle is in 5 times smaller than React + Redux 
version.

Minified gzipped Elm bundle is 42Kb + 26Kb material design css.

React bundle (babelify + minify + gzip) was about 200Kb. + 70Kb bootstrap.

On Tuesday, August 16, 2016 at 11:33:35 AM UTC+3, Håkon Rossebø wrote:
>
> Elm-mdl  - is getting more usage in 
> various applications/projects. To improve documentation, we want to create 
> a list of implementations - all kinds - simple to complex and use it as a 
> reference on elm-mdl . I would 
> appreciate if people could suggest any implementations that can be added to 
> this list.
>
> If you know any projects/applications/repositories - reply to this thread.
>

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.