Thermal

One stop for all of your Git repository.

Query remoteUrl from db Fetch remote url from database on entering repository route

Git remote functions Add these 3 remote functions * getRemoteListNames * getRemoteUrl * addRemoteUrl

Get repository data using mixin Using repositoryData.js as mixin to get data from repository.js vuex store as repositoryData computed property.

Change projectId to repositoryId Repository ID is unique ID assigned to each repository from SQLite database.

Emit stagedFile to statusList component Storing all the statusList component inside stagedFile local data property.

Move to status-list component Remove fileChangesSkeleton and use status-list component

git status and get file status type Getting repository git status along with each file type, symbol, and color.