-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fork compound-web and make tooltip design less bad
- Loading branch information
1 parent
5bda6c9
commit 840d1f6
Showing
6 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule compound-web
added at
049d11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,11 +17,11 @@ add_upstream() { | |
echo "Remote named upstream already exists, deleting..." | ||
git remote remove upstream | ||
fi | ||
local sc_remote="$(git remote -v|grep origin|grep fetch|sed 's|.*\t\(.*\) (fetch)|\1|')" | ||
local sc_remote="$(git remote -v|grep origin|grep fetch|sed 's|.*\t\(.*\) (fetch)|\1|;s|[email protected]:|https://github.com/|')" | ||
if echo "$sc_remote" | grep -q matrix-js-sdk; then | ||
# matrix.org repo | ||
local upstream_remote="$(echo "$sc_remote" | sed 's|SchildiChat|matrix-org|')" | ||
elif echo "$sc_remote" | grep -q "element\\|matrix-react-sdk"; then | ||
elif echo "$sc_remote" | grep -q "element\\|matrix-react-sdk\\|compound-web"; then | ||
# vector-im repo | ||
local upstream_remote="$(echo "$sc_remote" | sed 's|SchildiChat|element-hq|')" | ||
else | ||
|
@@ -34,7 +34,7 @@ add_upstream() { | |
} | ||
|
||
forall_repos() { | ||
for repo in "matrix-js-sdk" "matrix-react-sdk" "element-web" "element-desktop"; do | ||
for repo in "matrix-js-sdk" "matrix-react-sdk" "element-web" "element-desktop" "compound-web"; do | ||
pushd "$SCHILDI_ROOT/$repo" > /dev/null | ||
"$@" | ||
popd > /dev/null | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters