fd-vue-webapp icon indicating copy to clipboard operation
fd-vue-webapp copied to clipboard

Add "prev"/"next" buttons to Environments component

Open mcicolella opened this issue 5 years ago • 3 comments

See here (old Polymer client)

env-slider

env-slider2

You can move from an environment to another one.

mcicolella avatar Jul 25 '18 14:07 mcicolella

Basically, the scope of this issue is to add a carousel like behavior. You could start from EnvironmentsPanel.vue component and add a carousel there.

This vue-carousel seems a good candidate.

ubaldop avatar Jul 25 '18 14:07 ubaldop

It seems good. I have just made a test but it shows no environment. Maybe I'm missing something. https://github.com/mcicolella/fd-vue-webapp/tree/carosel

mcicolella avatar Jul 26 '18 09:07 mcicolella

c799232d6d733c782a4c57c3b036704b6c278103 introduced a carousel like behavior based on the old Polymer client. The two buttons are not showed at first loading and after a page refresh. They appear after logging out and logging in again.

environment-carousel

mcicolella avatar Aug 01 '18 15:08 mcicolella