mastodon-sc / mastodon-git

A plugin for Mastodon that allows to collaborate on a project via Git.
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

After sharing or cloning a project, add the project to the list of recently opened Mastodon projects #14

Open maarzt opened 7 months ago

maarzt commented 7 months ago

User Stroy

The user share a Mastodon project via the Mastodon Git Plugin. This means that the project is copied into a local git repository in a new directory. The user closes Mastodon. The user than wants to start the next Mastodon Git session.

Problem

The user will not find the Mastodon Git repository in the list of recently opened projects. The user has to navigate to the git repository by themself to reopen the shared project

Intended behavior

The user finds the Mastodon git repo in the list of recently opened Mastodon projects.

The same problem holds it the user clones a shared project.

TODOs