Re: Vibe.d navigation

2020-03-31 Thread GreatSam4sure via Digitalmars-d-announce
On Tuesday, 31 March 2020 at 18:38:19 UTC, Steven Schveighoffer wrote: On 3/31/20 2:23 PM, GreatSam4sure wrote: I am playing with the vibe.d for some days now. One thing I am struggling with is move from one page to another using web interface. The naming of the functions and proper navigation

Re: Vibe.d navigation

2020-03-31 Thread Steven Schveighoffer via Digitalmars-d-announce
On 3/31/20 2:23 PM, GreatSam4sure wrote: I am playing with the vibe.d for some days now. One thing I am struggling with is move from one page to another using web interface. The naming of the functions and proper navigation from one page to another is not clear to me. How to move from one

Vibe.d navigation

2020-03-31 Thread GreatSam4sure via Digitalmars-d-announce
I am playing with the vibe.d for some days now. One thing I am struggling with is move from one page to another using web interface. The naming of the functions and proper navigation from one page to another is not clear to me. How to move from one page to another. I will appreciate any help.