-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1521 from DA0-DA0/development
Deploy fixes and Cosmos Hub governance UI
- Loading branch information
Showing
46 changed files
with
891 additions
and
628 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 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,22 @@ | ||
import { ActionCategoryKey, ActionCategoryMaker } from '@dao-dao/types' | ||
import { | ||
ActionCategoryKey, | ||
ActionCategoryMaker, | ||
ActionContextType, | ||
} from '@dao-dao/types' | ||
|
||
import { makeManageWidgetsAction } from './ManageWidgets' | ||
import { makeUpdateInfoAction } from './UpdateInfo' | ||
|
||
export const makeDaoAppearanceActionCategory: ActionCategoryMaker = ({ | ||
t, | ||
}) => ({ | ||
key: ActionCategoryKey.DaoAppearance, | ||
label: t('actionCategory.daoAppearanceLabel'), | ||
description: t('actionCategory.daoAppearanceDescription'), | ||
actionMakers: [makeUpdateInfoAction, makeManageWidgetsAction], | ||
}) | ||
context, | ||
}) => | ||
// Only DAOs. | ||
context.type === ActionContextType.Dao | ||
? { | ||
key: ActionCategoryKey.DaoAppearance, | ||
label: t('actionCategory.daoAppearanceLabel'), | ||
description: t('actionCategory.daoAppearanceDescription'), | ||
actionMakers: [makeUpdateInfoAction, makeManageWidgetsAction], | ||
} | ||
: 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
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.
5f1036c
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:
sda-mainnet – ./apps/sda
sda-mainnet-da0da0.vercel.app
sda-mainnet-git-main-da0da0.vercel.app
dao-dao-ui-sdp.vercel.app
dao.juno.daodao.zone
dao.daodao.zone
dao.osmosis.daodao.zone
5f1036c
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:
dapp-mainnet – ./apps/dapp
dapp-mainnet-da0da0.vercel.app
juno.daodao.zone
dao-dao.vercel.app
www.daodao.zone
osmosis.daodao.zone
dapp-mainnet-git-main-da0da0.vercel.app
daodao.zone
v1.daodao.zone