FirstLegoLeague / twitter-admin

Twitter stream administrator interface
0 stars 0 forks source link

Adding back-buttons/menu #2

Open marzman95 opened 6 years ago

marzman95 commented 6 years ago

Going to one of the extra pages (show tweets, show users) and do certain actions on those pages makes the back-button in the browser going to the same page. Going back to the index-page of the system can then only be done by editing the url in the address-bar. This costs significantly more time for the user.

poelstra commented 6 years ago

Ah, yes. It's a very simple webpage, and the back buttons etc basically work just like in the 'old days'. It's not a web app...

It's probably easier to just create a new app, rather than trying to convert this one over...

marzman95 commented 6 years ago

I just tought of one line of <a href="index.php">Go back</a> code.