27 Commits

Author SHA1 Message Date
huhuanming
c63b2dfd70 feat: support search attributes in Page.Header (#3855)
* feat: support search attributes in Page.Header

* fix: fix option type

* fix: fix lint

* fix: fix type

* Update lintCheck.js

* fix: remove unused overview types
2023-11-23 02:58:09 +00:00
huhuanming
064fca17f0 fix: fix desktop/web/extension github ci (#3844)
* feat: add COMMIT_HASH

* chore: add firebase.web.json

* fix: fix scrips

* fix: fix build

* fix: fix missing webpack

* chore: disable Notify

* chore: upgrade electron-builder

* fix: fix folder
2023-11-22 11:59:04 +08:00
huhuanming
7b58b9eb70 chore: fix lint warnings (#3848)
* chore: remove tsCheck file

* fix: fix lint warnings

* chore: reduce the number of warnings
2023-11-22 10:52:53 +08:00
huhuanming
f815b5596f fix: fix basic bg color (#3833)
* fix: fix bg

* fix: fix types

* fix: remove theme

* Update lintCheck.js

* Update GlobalScreenOptions.ts

* Update GlobalScreenOptions.ts

* fix: fix web
2023-11-21 11:46:25 +08:00
morizon
f8ab439c75 feat: local db & evm base vault (#3795) 2023-11-20 17:41:15 +08:00
huhuanming
3527691a7e chore: lower the error and warning limit (#3823)
* Update tsCheck.js

* Update lintCheck.js
2023-11-17 09:22:49 +08:00
morizon
ebcf816e74 feat: x jotai context (#3817)
* feat: jotai context

* fix: lint

* fix: lint

* fix: lint
2023-11-16 19:39:06 +08:00
huhuanming
4042879766 chore: fix web/web-embed/extensions build script (#3803) 2023-11-15 18:00:19 +08:00
JellyWang
65a35baaff Feat/web auth api (#3793) 2023-11-14 11:40:43 +08:00
huhuanming
0737681784 fix: fix home errors (#3783)
* fix: remove KeyboardManager

* fix: fix routes

* fix: fix types

* fix: fix types

* fix: remove unused button

* fix: fix warnings

* fix: fix types

* fix: fix types

* Update MAX_WARNINGS_COUNT to 197 in lintCheck.js.
2023-11-10 15:43:11 +08:00
huhuanming
8326333793 refactor: remove splash screen(OK-24225) (#3762)
* fix: fix splash screen

* refactor: remove useEffect & useState

* docs: add comment

* fix: fix types
2023-11-10 01:39:21 +00:00
huhuanming
300a618e3f refactor: check basic components props and story (#3772)
* fix: fix button props

* fix: fix ts error

* fix: fix warnings

* fix: fix slider event

* fix:  In the tap scenario, Android does not trigger onSlidingComplete function.

* fix: fix alert props

* fix: fix badge props

* fix: fix button props

* fix: fix checkbox group

* fix: fix typescript generic

* fix: fix dialog types

* fix: fix ts error

* fix: fix ts error

* fix: fix icon props names

* fix: fix ListItem Props

* fix: fix LottieView Props type

* fix: Popover props

* fix: fix Radio & QRCode props

* fix: fix error type

* fix: fix scrollview props

* fix: fix Skeleton props

* Update Skeleton.tsx

* fix: fix Switch props

* fix: fix select component

* fix: fix TextArea props

* fix: fix toast props

* fix: fix TooltipProps props

* fix: fix types

* fix: fix types

* fix: fix types

* fix: fix ts error

* Delete "/Users/boyue/Project/app-monorepo-x/.yarn/cache"/.app-mono-ts-cache
2023-11-09 14:13:56 +08:00
huhuanming
2558b0c58b chore: Add ESLint check for naming of enum types (#3774) 2023-11-08 14:23:01 +08:00
huhuanming
b91c0c680c lint: add lint check for interface & typeAlias (#3769) 2023-11-08 10:42:04 +08:00
Franco
066704fe2a pagestack & modalstack ui (WIP) (#3768)
* tabbar

* tabbar ui

* before bulk rename props

* store

* pagestack & modalstack ui (WIP)

* merge
2023-11-07 20:04:47 +08:00
huhuanming
c6771ec949 refactor: refact Portal Component (#3760)
* feat: memo component

* fix: fix type error

* fix: remove unused types

* fix: fix dialog portal

* fix: fix type & lint

* fix: fix ts error

* refactor: refactor Portal API

* fix: fix sidebar

* fix: fix missing tabbar

* fix: extra tabbar types

* fix: render Custom TabBar

* feat: add more items

* refactor: avoid re-rendering by checking if it's the current route.
2023-11-06 15:17:51 +08:00
morizon
65cc702a18 Feat/x jotai global state container (#3745)
* fix: jotai

* fix: jotai

* fix: jotai storage init

* fix: jotai persist init

* fix: lint

* fix: jotai sync

* fix: lint

* fix: lint

* fix: lint

* fix: lint

* fix: lint
2023-11-02 10:58:19 +08:00
huhuanming
18d73e6437 feat: eliminate the differences between web and native for Slider component. (#3744)
* fix: fix deps

* fix: fix onChange props

* feat: adjust slider props

* fix: fix ts error
2023-11-01 10:26:11 +08:00
huhuanming
7561ae8fd9 chore: limit eslint warnings (#3743) 2023-10-31 17:23:20 +08:00
Leon
c80288455d Feat/x web3 browser (#3736)
* chore: add react-render-tracker

* feat: discover explorer

* feat: export store for jotai

* feat: create discover dashboard

* fix: load web home container

* feat: add webview container

* feat: add webview hooks

* refactor: move electron webviewTag event listerner

* fix: desktop controller

* fix: delete unused log

* refactor: webTabsActions api

* feat: mobile browser

* feat: tab list

* fix: progress bar

* feat: search modal

* fix: native webview navigation

* feat: add new event for native webview

* chore: mock simple db

* feat: Inject provider for DApp

* feat: inject logic

* chore: fix lint
2023-10-30 16:56:19 +08:00
huhuanming
54e2a3f99b fix: fix lint error (#3735)
* fix: fix lint error

* fix: fix types

* fix: fix slider types

* refactor: replace single value by array value

* fix: fix missing react-native-pager-view

* chore: add @react-native-community & react-native-share

* fix: fix missing types

* fix: add tsc error checker
2023-10-30 16:20:40 +08:00
Leon
ea4891adaa feat: upgrade electron to v27 (#3730) 2023-10-27 16:55:35 +08:00
huhuanming
d2b222945f chore: add spell checker & fix desktop/web/native/ext extensions (#3715)
* chore: add spell check plugin

* fix: fix missing extensions

* fix: fix spell mistakes

* fix: fix spell mistakes
2023-10-26 20:13:40 +08:00
ByteZhang
88668b690c feat [x]: add nested tab view (#3687)
* feat: add tabview

* feat: add eas build

* feat: add tabview on iOS

* feat: add Android & iOS CI

* fix: lint

* chore: optimize eas env

* fix: eas build

* fix: Continue Fix the js platform error of merge add/nestedTabView

* fix: fix yarn.lock

* fix: fix crypto

---------

Co-authored-by: hublot <hublot@aliyun.com>
Co-authored-by: huhuanming <huanming@onekey.so>
2023-10-24 17:17:36 +08:00
huhuanming
4af4740b82 Revert "fix: fix android ci (#3703)" (#3704)
This reverts commit bb1c48d13b.
2023-10-24 15:38:45 +08:00
huhuanming
bb1c48d13b fix: fix android ci (#3703)
* feat: add tabview

* feat: add eas build

* feat: add tabview on iOS

* feat: add Android & iOS CI

* fix: lint

* chore: optimize eas env

* fix: eas build

---------

Co-authored-by: ByteZhang <quincysx@onekey.so>
2023-10-24 15:06:44 +08:00
huhuanming
81e1a58da3 chore: support native & desktop & ext 2023-10-19 09:50:17 +08:00