Remove not allowed cursor from Contributors and BranchSelector
modified src/components/Button.svelte
@@ -16,6 +16,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -40,9 +41,11 @@
|
|
|
|
|
|
| - | |
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -214,6 +217,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/components/HoverPopover.svelte
@@ -27,7 +27,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/components/Markdown.svelte
@@ -138,7 +138,6 @@
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified src/views/projects/Source/BranchSelector.svelte
@@ -11,6 +11,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -35,39 +36,66 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/views/projects/Source/Header.svelte
@@ -11,6 +11,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -100,11 +101,20 @@
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
modified tests/e2e/project.spec.ts
@@ -49,8 +49,9 @@ test("navigate to project", async ({ page }) => {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -79,7 +80,7 @@ test("show source tree at specific revision", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -294,8 +295,9 @@ test("peer and branch switching", async ({ page }) => {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -305,9 +307,10 @@ test("peer and branch switching", async ({ page }) => {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -316,9 +319,10 @@ test("peer and branch switching", async ({ page }) => {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -332,8 +336,9 @@ test("peer and branch switching", async ({ page }) => {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -347,8 +352,9 @@ test("peer and branch switching", async ({ page }) => {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified tests/e2e/project/assignees.spec.ts
@@ -52,7 +52,6 @@ test("add and remove assignees", async ({ page, authenticatedPeer }) => {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -71,7 +70,6 @@ test("add and remove assignees", async ({ page, authenticatedPeer }) => {
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified tests/e2e/project/commit.spec.ts
@@ -114,7 +114,7 @@ test("navigation to source tree at specific revision", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/e2e/project/commits.spec.ts
@@ -38,18 +38,18 @@ test("peer and branch switching", async ({ page }) => {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -146,7 +146,9 @@ test("pushing changes while viewing history", async ({ page, peerManager }) => {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -171,5 +173,6 @@ test("pushing changes while viewing history", async ({ page, peerManager }) => {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
modified tests/support/project.ts
@@ -58,7 +58,6 @@ export async function expectThreadCommentingToWork(page: Page) {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -67,14 +66,12 @@ export async function expectThreadCommentingToWork(page: Page) {
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -83,7 +80,6 @@ export async function expectThreadCommentingToWork(page: Page) {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -108,7 +104,6 @@ export async function expectLabelEditingToWork(page: Page) {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -122,7 +117,6 @@ export async function expectLabelEditingToWork(page: Page) {
|
|
|
|
|
|
| - | |
|
|
|
|
|