Skip to content

Commit

Permalink
Update UI repository (#138)
Browse files Browse the repository at this point in the history
We recently started a new Yorkie UI. However, Dashboard still uses the
older version. So this PR changes the location of the UI.
  • Loading branch information
hackerwins authored Mar 18, 2024
1 parent 78fec4c commit a4b707b
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
Binary file modified public/favicon-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions scripts/fetch-ui.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

git clone https://github.com/yorkie-team/yorkie-ui.git temp
git clone https://github.com/yorkie-team/yorkie-ui-old.git temp
cd temp
npm install
npm run build-admin
Expand All @@ -11,4 +11,4 @@ mkdir -p src/assets
cp -R ./temp/dist/assets/* src/assets
rm -rf temp
mv src/assets/images/favicon* public/
mv src/assets/images/og* public/
mv src/assets/images/og* public/
4 changes: 2 additions & 2 deletions src/assets/icons/icon_file.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/assets/icons/icon_folder.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/assets/icons/icon_folder_open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file modified src/assets/images/main_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a4b707b

Please sign in to comment.