()
| 65 | return current()[0].status |
| 66 | }, |
| 67 | get ready() { |
| 68 | return current()[0].status !== "loading" |
| 69 | }, |
| 70 | get project() { |
| 71 | const store = current()[0] |
| 72 | const match = Binary.search(serverSync.data.project, store.project, (project) => project.id) |