-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: footer year privacy * feat: load dao embassy from .env if defined * feat: use shimmer fallback component when data is NaN * fix: fetch current year * feat: show loading indicator for dao balances * refactor: loading indicator * fix: use isGlobalDarkMode to detect changes in theme context * refactor: merge single type action * refactor: git action single type * refactor: condition on workflow run * refactor: add ui label * fix: global theme not set * feat: new og image * fix: footer links * fix: nexplorer logo and use fluent emojis * feat: create loading shimmer for panel 1 and 2 (#310) * feat: create loading shimmer for panel 1 * feat: remove shimmer component * feat: remove shimmer for small card * feat: create flash simmer function Co-authored-by: Rayan fernandes <[email protected]> * 'chore: bump up version: 1.1.1' Co-authored-by: shrivatsaBhat <[email protected]> Co-authored-by: Shrivatsa Bhat <[email protected]> Co-authored-by: GitHub Actions <[email protected]>
- Loading branch information
1 parent
d8ec35b
commit 41d6bd3
Showing
33 changed files
with
311 additions
and
153 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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,67 @@ | ||
name: Pull-Request | ||
|
||
on: | ||
pull_request: | ||
# Only following types are handled by the action, but one can default to all as well | ||
# pull_request event is required only for autolabeler | ||
types: [opened, reopened, synchronize] | ||
|
||
jobs: | ||
danger-js: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Use NodeJS 16 | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: '16' | ||
cache: 'yarn' | ||
- run: yarn install | ||
- name: Run Danger JS | ||
run: yarn danger ci | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}} | ||
|
||
# Dependency Review Action | ||
# | ||
# This Action will scan dependency manifest files that change as part of a Pull Reqest, surfacing known-vulnerable versions of the packages declared or updated in the PR. Once installed, if the workflow run is marked as required, PRs introducing known-vulnerable packages will be blocked from merging. | ||
# | ||
# Source repository: https://github.com/actions/dependency-review-action | ||
# Public documentation: https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#dependency-review-enforcement | ||
dependency-review: | ||
permissions: | ||
contents: read | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: 'Checkout Repository' | ||
uses: actions/checkout@v3 | ||
- name: 'Dependency Review' | ||
uses: actions/dependency-review-action@v1 | ||
|
||
labeler: | ||
needs: dependency-review | ||
name: labeler | ||
permissions: | ||
contents: read | ||
pull-requests: write | ||
runs-on: ubuntu-latest | ||
if: ${{github.event.pull_request.base.ref != 'main' && github.event.pull_request.head.ref != 'develop' }} | ||
steps: | ||
- name: 'Pull request labeler' | ||
uses: actions/labeler@v4 | ||
with: | ||
repo-token: '${{ secrets.GITHUB_TOKEN }}' | ||
|
||
auto_labeler: | ||
needs: labeler | ||
name: auto-label | ||
runs-on: ubuntu-latest | ||
if: ${{github.event.pull_request.base.ref != 'main' && github.event.pull_request.head.ref != 'develop' }} | ||
permissions: | ||
contents: read | ||
pull-requests: write # for release-drafter/release-drafter to add label to PR | ||
steps: | ||
- name: 'Pull request auto-labeler' | ||
uses: release-drafter/release-drafter@v5 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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
Oops, something went wrong.
41d6bd3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
nexus-explorer-next – ./
nexplorer.vercel.app
nexus-explorer-next-rayanfer32.vercel.app
nexplorer-main.vercel.app
nexus-explorer-next-git-main-rayanfer32.vercel.app