Timmy remembers you — display visitor history on approach #206
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When a returning visitor arrives (check localStorage for visit count), Timmy acknowledges them: 'Welcome back. Visit #N.' Show their visit history as small tick marks on a nearby panel. First-time visitors get a special welcome.
Files: app.js
PR created. Implemented visitor memory in three parts:
nexus_visit_countincrements on every page loadAll in
app.jswith supporting styles instyle.css.