From f3a711864ba6a0cc9ab5b3c2ab60629f952054f0 Mon Sep 17 00:00:00 2001 From: ubekishov Date: Thu, 9 Dec 2021 16:19:14 -0500 Subject: [PATCH 1/2] Update DirectoryListing.java test --- .../java/io/harness/jhttp/processor/DirectoryListing.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/io/harness/jhttp/processor/DirectoryListing.java b/src/main/java/io/harness/jhttp/processor/DirectoryListing.java index b7a3bc75..3fe7316c 100644 --- a/src/main/java/io/harness/jhttp/processor/DirectoryListing.java +++ b/src/main/java/io/harness/jhttp/processor/DirectoryListing.java @@ -42,8 +42,8 @@ public boolean process(HttpRequest request, HttpResponse response) { } private void appendLink(String fileName, String uri, PrintWriter writer) { -// writer.append(String.format("
  • \n%s\n
  • \n", uri, fileName, fileName)); - writer.append(String.format("
  • \n%s\n
  • \n", uri, fileName, fileName)); + writer.append(String.format("
  • \n%s\n
  • \n", uri, fileName, fileName)); +// writer.append(String.format("
  • \n%s\n
  • \n", uri, fileName, fileName)); // writer.append(String.format("
  • \n%s\n
  • \n", uri, fileName, fileName)); } From a44ffe526fe2265019567d12c25146f70e348f16 Mon Sep 17 00:00:00 2001 From: Aishwarya Lad <67022814+Aishwarya-Lad@users.noreply.github.com> Date: Fri, 29 Mar 2024 14:12:53 -0700 Subject: [PATCH 2/2] **************************************************************START************************************************************** average_size=20000 # Define the desired total size when squashed (in bytes) total_size=$((1 * 1024 * 1024)) # 1.1MB in bytes # Estimate the number of commits needed to reach the desired total size num_commits=$((total_size / average_size)) # Loop to create the desired number of commits mkdir new_temp_commits cd new_temp_commits for ((i=1; i<=25; i++)) do # Create a new file with a unique name touch file_new$i.txt # Add some content to the file echo "Commit number $i : fix: ux fitness issues -- Jira ID: CGPT-6174 (#588)" >> file_new$i.txt # Add the file to the staging area git add file_new$i.txt # Commit the changes git commit -m "Commit $i: * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files," done # Navigate back to the repository root directory cd .. # Remove the temporary directory rm -rf new_temp_commits average_size=20000 # Define the desired total size when squashed (in bytes) total_size=$((1 * 1024 * 1024)) # 1.1MB in bytes # Estimate the number of commits needed to reach the desired total size num_commits=$((total_size / average_size)) # Loop to create the desired number of commits mkdir new_temp_commits cd new_temp_commits for ((i=1; i<=25; i++)) do # Create a new file with a unique name touch file_new$i.txt # Add some content to the file echo "Commit number $i : fix: ux fitness issues -- Jira ID: CGPT-6174 (#588)" >> file_new$i.txt # Add the file to the staging area git add file_new$i.txt # Commit the changes git commit -m "Commit $i: * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files," done # Navigate back to the repository root directory cd .. # Remove the temporary directory rm -rf new_temp_commits average_size=20000 # Define the desired total size when squashed (in bytes) total_size=$((1 * 1024 * 1024)) # 1.1MB in bytes # Estimate the number of commits needed to reach the desired total size num_commits=$((total_size / average_size)) # Loop to create the desired number of commits mkdir new_temp_commits cd new_temp_commits for ((i=1; i<=25; i++)) do # Create a new file with a unique name touch file_new$i.txt # Add some content to the file echo "Commit number $i : fix: ux fitness issues -- Jira ID: CGPT-6174 (#588)" >> file_new$i.txt # Add the file to the staging area git add file_new$i.txt # Commit the changes git commit -m "Commit $i: * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files," done # Navigate back to the repository root directory cd .. # Remove the temporary directory rm -rf new_temp_commits average_size=20000 # Define the desired total size when squashed (in bytes) total_size=$((1 * 1024 * 1024)) # 1.1MB in bytes # Estimate the number of commits needed to reach the desired total size num_commits=$((total_size / average_size)) # Loop to create the desired number of commits mkdir new_temp_commits cd new_temp_commits for ((i=1; i<=25; i++)) do # Create a new file with a unique name touch file_new$i.txt # Add some content to the file echo "Commit number $i : fix: ux fitness issues -- Jira ID: CGPT-6174 (#588)" >> file_new$i.txt # Add the file to the staging area git add file_new$i.txt # Commit the changes git commit -m "Commit $i: * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files," done # Navigate back to the repository root directory cd .. # Remove the temporary directory rm -rf new_temp_commitsaverage_size=20000 # Define the desired total size when squashed (in bytes) total_size=$((1 * 1024 * 1024)) # 1.1MB in bytes # Estimate the number of commits needed to reach the desired total size num_commits=$((total_size / average_size)) # Loop to create the desired number of commits mkdir new_temp_commits cd new_temp_commits for ((i=1; i<=25; i++)) do # Create a new file with a unique name touch file_new$i.txt # Add some content to the file echo "Commit number $i : fix: ux fitness issues -- Jira ID: CGPT-6174 (#588)" >> file_new$i.txt # Add the file to the staging area git add file_new$i.txt # Commit the changes git commit -m "Commit $i: * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files," done # Navigate back to the repository root directory cd .. # Remove the temporary directory rm -rf new_temp_commits average_size=20000 # Define the desired total size when squashed (in bytes) total_size=$((1 * 1024 * 1024)) # 1.1MB in bytes # Estimate the number of commits needed to reach the desired total size num_commits=$((total_size / average_size)) # Loop to create the desired number of commits mkdir new_temp_commits cd new_temp_commits for ((i=1; i<=25; i++)) do # Create a new file with a unique name touch file_new$i.txt # Add some content to the file echo "Commit number $i : fix: ux fitness issues -- Jira ID: CGPT-6174 (#588)" >> file_new$i.txt # Add the file to the staging area git add file_new$i.txt # Commit the changes git commit -m "Commit $i: * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files fix: ux fitness issues -- Jira ID: CGPT-6174 (#588) * fix the hover menu icon size and color * fix asset description line height * remove card border on hovering * fix suggestion padding * fix conversation nav styles * fix icon color * fix the conversations nav padding issue * fix min width to 420px * fix line height * remove border color in hover state * fix autocomplete item type background color * Latest Protobuf files," done # Navigate back to the repository root directory cd .. # Remove the temporary directory rm -rf new_temp_commits **************************************************************END************************************************************** --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 189f9e63..5d2748f3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # JHTTP + +# Test 123 + JHTTP is a simple HTTP server written in the Java 8. ## Requirements