RocketChat / Rocket.Chat.PWA

Bandwidth efficient, simplified client built with Angular.
79 stars 38 forks source link

Need to upgrade the code-base to Polymer 2.x. #11

Open InsaneNaman opened 7 years ago

InsaneNaman commented 7 years ago

As we all know polymer has released its 2.x version(though in preview mode) .We can upgrade the source code from 1.x to 2.x.

Sing-Li commented 7 years ago

@InsaneNaman Do you want to give this a try? Using Polymer CLI and/or PSK2.

InsaneNaman commented 7 years ago

Thanks for the link sir, I will go through this also and will definitely come up with solution. :) Just need some time.

geekgonecrazy commented 7 years ago

I've been waiting on them to fully release 2.x. Last time I looked it was hard to find even documentation on it since they hadn't finished. :(

InsaneNaman commented 7 years ago

@geekgonecrazy They have fully released 2.x version . You can checkout here:https://www.polymer-project.org/2.0/docs/about_20

Also , i have upgraded the current codebase to 2.x (You can have a look on my repo)-https://github.com/InsaneNaman/Rocket.Chat.PWA/tree/version2x

PS:Its working but need to remove some warnings . :smile:

geekgonecrazy commented 7 years ago

Ah! I'm out of the loop and missed the announcement :(. Awesome! Can't wait for the PR to see what you've done! :)

InsaneNaman commented 7 years ago

okay . Yeah polymer project has done a great job in the recent upgrade. The thing i loved most is the hybrid element . Though i have a done only little changes but i think so i am going in the right direction . :smile:

shubham95 commented 7 years ago

@InsaneNaman Nice