react-event-timeline icon indicating copy to clipboard operation
react-event-timeline copied to clipboard

Nice to have features

Open appsmehta opened this issue 7 years ago • 11 comments
trafficstars

Hello,

I was going through this library and felt that these features would make it way more awesome:

  • Ability to Search Timeline Events with free text
  • Pagination/Infinite Scroll
  • Ability to separately define directions for each subtitle/title/event on either left or right of the timeline.
  • Expand/Collapse ( wrap long content) for a Timeline event #

appsmehta avatar Apr 05 '18 02:04 appsmehta

Welcome to submit PRs for the above features. I would work on some of these features when possible.

rcdexta avatar Apr 05 '18 02:04 rcdexta

Expand/Collapse already implemented

rcdexta avatar Dec 15 '18 23:12 rcdexta

Great lib!

  • start/end (or first/last) event with timeline starting/ending stopping (see picture attached...) capture d ecran 2019-01-04 a 22 34 24

jabidof avatar Jan 04 '19 21:01 jabidof

Hi Jabidof, did you implement the start/end? I am trying to find how to implement such feature.

kliu4 avatar Jan 06 '19 15:01 kliu4

Not yet. Do you have an idea how to implement this?

jabidof avatar Jan 06 '19 18:01 jabidof

I nice feature will be a horizontal timeline. Any tips on how to make it?

JorgeMadson avatar Jan 11 '19 17:01 JorgeMadson

@JorgeMadson This library is tailor-made to visualize a vertical scrollable timeline of events. Horizontal timeline requires a different UX design altogether. Would recommend something like: http://sherubthakur.github.io/react-horizontal-timeline/

rcdexta avatar Jan 12 '19 19:01 rcdexta

@jabidof @kliu4 If I understand right, this is what you are looking for:

https://rcdexta.com/react-event-timeline/?selectedKind=Timeline&selectedStory=Icon%20Event%20handlers&full=0&addons=0&stories=1&panelRight=0

and sample code: https://github.com/rcdexta/react-event-timeline/blob/master/stories/App.story.js#L210-L250

rcdexta avatar Jan 12 '19 19:01 rcdexta

@rcdexta Thank you very much for your answer, i tried using both, but then i realized i was really not looking for a timeline instead a progress bar with steps was what i wanted. And i found this: http://react-component.github.io/steps/ Thank you for your time, you did a really nice job.

JorgeMadson avatar Jan 17 '19 16:01 JorgeMadson

Hi there, can we do the start/end without the extra line now?

I want an effect like this ( No line before start or after end)

screen shot 2019-02-17 at 1 35 04 pm

Thanks

laixintao avatar Feb 17 '19 05:02 laixintao

Hi, Can we provide a way of editing the content in the TimeLineEvent ?

Like, if we have a edit button and if we click on that then we can make changes to the content in the timeline.

sasankm avatar Jul 24 '19 22:07 sasankm