Commit Graph

29 Commits

Author SHA1 Message Date
Felicio Mununga 25e8c76f26
update examples/with-next dependencies 2022-11-17 17:59:01 +01:00
Pavel 0f9a1754ce
Add Next.js and Vite examples (#290)
* rename community to with-parcel

* add with-next example

* update example names and unify configs

* add vite example

* use new JSX transform in examples

* disable necessary eslint rules for examples

* add next output to prettierignore

* add remix example

* update engines in package.json

* remove readme from with-next example

* update vite example

* update with-next example

* remove with-remix example
2022-10-10 15:26:44 -05:00
Pavel Prichodko d4ced925e1
v0.1.1 2022-10-09 18:58:52 -05:00
Pavel Prichodko 79b09cf005
v0.1.0 2022-10-07 22:09:04 +02:00
Felicio Mununga a951c8e95c
Install `js-waku@^0.25.0` (#307)
* install `js-waku@^0.24.0`

* install `js-waku@^0.25.0`

* resolve some breaking changes

* add timeout

* upgrade `eslint-import-resolver-typescript`

* add `process.env.VITEST` condition

* increase timeout

* fixup

* ignore `emitSelf`

* replace `parcel` with `vite`

* update `.gitignore`

* change `dev` npm script

* fix favicon href

* load `.env` files

* remove 'alias"

* add `preview`

* upgrade vite

* set `target`s in `vite.config.ts`

* upgrade `@vitejs/plugin-react`

* remove comment

* Update package.json

* Update vite.config.ts
2022-09-16 16:27:47 +02:00
Pavel Prichodko 8850270779
updates for example deployment 2022-08-01 19:10:54 +02:00
Felicio Mununga b57edc9921
Get peer based on environment (#294)
* get peer based on environment

* add changeset

* default to prod
2022-07-19 10:19:46 +02:00
Felicio Mununga 573f6d5c74
set `"private": true` for `examples/community` 2022-07-06 15:34:27 +02:00
Pavel 4a3b3e219b
[examples] Set public key from environment variable (#291)
* use env variables in example

* add .env.local to gitignore
2022-07-01 17:21:08 +02:00
Felicio Mununga 3ef824da55
v0.1.0-alpha.2 2022-06-30 17:03:12 +02:00
Felicio Mununga 7381899c13
v0.1.0-alpha.1 2022-06-30 16:02:34 +02:00
Pavel Prichodko afd5b1c6c3
update parcel in example to latest 2022-06-28 16:59:27 +02:00
Pavel 81153a3d98
Move to ESM, Vite, Vitest and Turborepo (#286)
* fix example hot module replacement

* add turbo

* migrate to vite

* use turbo for running scripts

* migrate testing to vitest

* set yarn in settings.json

* set noEmit in base tsconfig

* update yarn.lock

* move protos to src

* remove relative paths from status-js

* remove unused files

* update declaration dir

* use vite-node as a debugging runtime

* fix test

* unify tests

* fix test case typo
2022-06-28 16:40:39 +02:00
Felicio Mununga a71b8ce9ad
remove pk from index.tsx 2022-06-10 18:19:25 +02:00
Felicio Mununga 9a2e18c0cd
remove comments 2022-06-10 18:16:51 +02:00
Felicio Mununga a646fbcc6c
remove debug 2022-06-10 17:46:38 +02:00
Pavel Prichodko 62bd4650a3
add idToContentTopic 2022-06-04 13:09:49 +02:00
Felicio Mununga f25e65bb20
add notes 2022-05-29 20:20:35 +02:00
Pavel Prichodko 611d4ed81e
feat(examples): update theme prop 2022-05-23 14:38:52 +02:00
Pavel Prichodko 0b23951c59
feat(examples): add https flag 2022-03-31 15:12:48 +02:00
Pavel Prichodko 895d5a3a0c
feat(examples): add Status favicon 2022-03-15 13:49:50 +01:00
Pavel 020df678b9
Add Design System (#238)
* feat(examples): add full height and remove wrapping div

* Remove Channel component in favour of options

* feat(react): add hook for keyboard shortcuts

* setup: sort only react related packages at the top

* Add radix-ui packages

* feat(system): add stitches config file

* feat(system): add Image primitive

* feat(system): add Avatar component

* feat(system): add Box primitive

* feat(system): add Flex primitive

* feat(system): add Grid primitive

* feat(system): add Tooltip component

* feat(system): add Icon primitive

* feat(system): add Button component

* feat(system): add IconButton component

* feat(system): add EthAddress component

* fix(system): pass down button props

* feat(system): add option to hide Icon from screen readers

* feat(system): add Heading component

* feat(system): add Text component

* feat(system): add TextInput component

* feat(system): add Dialog component

* feat(system): add VisuallyHidden primitive

* feat(system): add Menu primitive

* feat(system): add DropdownMenu component

* feat(system): add ContextMenu component

* refactor(system): Icon component prop name

* feat(system): add AlertDialog component

* feat(system): update Avatar default background color
2022-03-15 13:47:17 +01:00
Pavel 0dfe9b737c
Simplify consumer configuration and add options (#236)
* Improve components configuration

* Update examples

* Move Theme to types
2022-03-03 16:54:59 +01:00
Pavel 81a6c0b2ed
Update @status-im/react exports (#235)
* Move Community to modules folder

* Move Channel to modules folder

* Remove fetch metadata provider

* Update index file extension
2022-03-03 16:20:23 +01:00
Pavel Prichodko 0735841836
Improve examples build setup 2022-02-25 18:30:42 +01:00
Pavel Prichodko dd038ef595
Add Node.js builtins to examples 2022-02-25 16:35:28 +01:00
Pavel Prichodko fd8d494f24
Fix react imports grouping sort 2022-02-24 23:30:34 +01:00
Pavel 4fb78c3f96
Improve Prettier monorepo configuration (#225)
* Add prettier configuration files

* Move prettier command to monorepo root

* Format all files
2022-02-23 15:49:00 +01:00
Pavel 3334108bdd
Move examples and migrate to Parcel (#224)
* Remove old examples

* Add Community and Channel examples
2022-02-23 15:32:08 +01:00