AWeber-Imbi/imbi

Implement some sort of project view history

Open

#201 opened on Aug 6, 2026

 (0 comments) (0 reactions) (0 assignees)Python (14 forks)auto 404
enhancementgood first issueui

Repository metrics

Stars
 (5 stars)
PR merge metrics
 (PR metrics pending)

Description

The dashboard shows all projects in either list or card format. I would like a third view that is the projects that I visited recently so that I don't have to re-run the search to return to a specific project that I looked at a few minutes ago. It could be implemented or represented a few different ways.

We could reuse the same idea for personally bookmarked projects. I would use something like local storage for the last N projects and introduce APIs if we implement bookmarking.

Contributor guide