Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/WalletConnect/web3inbox


https://github.com/WalletConnect/web3inbox

fix(styles): mobile first implementation of max width for chat bubbles

71aae6d6defd6519f1b6172bd07d99497a98b3e8 authored almost 2 years ago
Update src/components/messages/Message/Message.scss

Co-authored-by: Celine Sarafa <[email protected]>

e477870991d5cb0df5ef66a7f92d54627ed86e95 authored almost 2 years ago
fix(styles): message bubble mobile width and ThreadSelector max width

543db7a431fdf505c86034614e9b0bd25df31812 authored almost 2 years ago
fix(styles): MessageBox focus state outline

7663683de112ebca957683b435c9ddcf666e49ea authored almost 2 years ago
fix(search): change placeholder in new chat space to slash

8986c7e094dd0913321d2c528101a7133ff8b3e6 authored almost 2 years ago
fix(styles): reduced new icon size

f61e5f6019704659750ce7ba44326dd5da2695bb authored almost 2 years ago
Merge pull request #60 from WalletConnect/fix/message-animations

Added animations for new messages sent and received

1a57ddb1a7768eb4866eed204a7a85b4debe85c1 authored almost 2 years ago
fix(comments): removed unnecessary comments

78b76e59c12abfd204d3ce826e696d01bc07cc37 authored almost 2 years ago
fix(animation): Changed tween parameters

47d55a85ca46a6f966ce16547857fb98fc07ada6 authored almost 2 years ago
fix(animation): Changed animation from tween to spring

dc817022550908a50a1dfd55c729f6cb91189a38 authored almost 2 years ago
fix(animation): Added multiple animations for messages

d7a17a7f65463bfa21740598a25d6458ec64d945 authored almost 2 years ago
fix(messages): Added className states for message border radius

34f429bbc956e6aad39fdf94c6cb17017633f3d2 authored almost 2 years ago
fix(messages): Added animations for new messages sent and received

c61146c07885e3fd1dd1a675b0f803118c2cc1e6 authored almost 2 years ago
Feat/improved signin flow (#52)

* Improve signin flow by making signature explicit

* Add styling to signature modal

* Add ...

7614545102710f2b5332f86ddd4592500d1f91a1 authored almost 2 years ago
fix(threads-height): removed height 100% to avoid pushing the empty box to the bottom (#49)

d6ba22a62214887f09c713ccc9b1e67695713de9 authored almost 2 years ago
fix(css): set height for `.Main` to ensure height fill on mobile (#48)

63debaf5ecc133b74d42bb6256f3446007be0f37 authored almost 2 years ago
Fix invite count (#46)

* Fix invite count

* Fix sidebar overflowing in tablet

314815f452a13290c9eb1c07c2789c219c74368f authored almost 2 years ago
Update README.md

7ef372a029bc6193ad7c2eae8181f1261524005d authored almost 2 years ago
fix(ui): fixed avatar on pending invites & signature state (#45)

* chore(padding): consistent padding between pages

* fix(ui): fixed avatar on pending invites...

d9185b2f7d4b369af9de02331a5d9a6aae3a1ef7 authored almost 2 years ago
Add minor update to landing page (#44)

08249d46a99cd8cf93794debe8dfad7baf98a97b authored almost 2 years ago
chore(padding): consistent padding between pages (#43)

8f53020016d42ca639c849adf36449286cda2621 authored almost 2 years ago
Fix/styling and invite status (#42)

* Update invite and message styling

* Update chat client

* Update chat client

* Reflect...

9d0c3c8158006c39bc6180f6dd5cc0e23aa162f6 authored almost 2 years ago
Sent invites when threads is 0

0b1e22a956fbe0a68ef90f9198ea492d0f7586b5 authored almost 2 years ago
chore(mobile-invites): display mobile invites with inviter avatar (max 5 avatars) (#41)

c20399854841efee5fc202baa7ad91b7b045b379 authored almost 2 years ago
Feat/hookup push client (#39)

* Hook up subscriptions to context

* Hookup active subscriptions and messageHistory

* Upda...

d34954c6362db2017dabf963525bcd3088ea20bb authored almost 2 years ago
Stringify response (#38)

* Stringify response

* Single out param from array

918cb0c1347fe7a5f02925810df1dc2b235bce81 authored almost 2 years ago
feat(responsive-search): improved responsiveness and created a mobile search component (#35)

* feat(responsive-search): search button on mobile

* feat(search): toggle search input

* c...

51c8456bfa76727cb0bbd5dba96c4b37918c8f65 authored almost 2 years ago
fix(scripts): adds `publishedAt` to `push.getMessageHistory` payload (#37)

41e4add3f5d9dd3da0e88d1cea2e33cb4975fb1c authored almost 2 years ago
Nullcheck localStorage refs (#36)

* Nullcheck localStorage refs

* Fix null localStorage

7c212926bce953210fb3add18a1af30b40d15941 authored almost 2 years ago
feat(push): set up facade and providers for Push integration (#33)

* feat(push): set up facade and providers for Push integration (#16)

* chore: update yarn.loc...

5908804a4e0d26abc7335fe7fe063fc21669f50f authored almost 2 years ago
fix(icons): created an IconWrapper component and replaced SVGs with PNGs (#34)

* fix(icons): created an IconWrapper component and replaced SVGs with PNGs

* fix(icon-size): ...

5ea78ef5ac04ca3fa7683619c6281b77718cc030 authored almost 2 years ago
feat(push-ui): integrate Figma design for notifications (#27)

* feat(app-explorer): display mock apps to match figma design

* fix(mobile-nav): fixed avatar...

0d87769c65627814acd36c265f3290d60cc608a0 authored almost 2 years ago
Showcase pending invites (#28)

* Showcase pending invites

* Update chat client to show rejected and accepted

* Cleanup ty...

01a413aa9b38e8de77cd9d406aca55e814dfc6b5 authored almost 2 years ago
Update W3I to work with updated chat client (#23)

118f795ce66409d1a4b292579a452b6a93d69cee authored almost 2 years ago
feat(chat): display conversation beginning and message date tag (#21)

* feat(chat): make chat content scrollable and scroll into last chat message

* fix(conflicts)...

9bc3aac0682eb96ac55bc5b6b192159f455f2fee authored almost 2 years ago
chore(prettier): set up prettier commands and husky w/ staged-lint (#22)

* chore(prettier): add prettier commands

* fix(formatting): ran prettier:write

* feat(husk...

cb902b0ac89a9ec3ee73dd3b18d612103f017849 authored almost 2 years ago
Add sidebar animation

052a1a06990e84c785e30bab946bcea2e0a195d5 authored almost 2 years ago
Add initial setup for responsive design (#20)

* Add initial setup for responsive design

* Modify responsive sidebar

* Add coments for se...

7e8adbc0767571ad2d5fe4ef4df7991793ff951d authored almost 2 years ago
feat(empty-states): display/hide feature information box & search contact history UI (#19)

* feat(empty-states): display/hide empty threads information box

* feat(empty-states): empty ...

8445a010607875886ccb062d53a7b369610fdf0b authored almost 2 years ago
Refactor chatcontext to w3icontext (#18)

6be77a72b69cffead7b63cc614a3e1eef942bb3e authored almost 2 years ago
feat(settings): match figma design (#15)

* feat(settings): match figma design

* fix(svg): use CircleBadge in ThreadSelector and fix sv...

b58c37059b6b660fe7d0bff11cab271ac3fceb94 authored almost 2 years ago
feat(avatar): clickable avatar opens dropdown to manage account (#14)

* feat(avatar): user can click on his avatar to see his balance and also disconnect

* feat(th...

02ef3f48ca4bcee0d55f7f0ce6abd1ba6140f014 authored almost 2 years ago
fix(providers): fix `formatClientRelatedError` reference (#17)

a46793383bb2931adf32ab71177fcee1d57c3126 authored almost 2 years ago
Fix useMemo out of component bounds

085b0aac9298bd4ca22891a276d8b6559054f6f7 authored about 2 years ago
Feat/figma matching (#6)

* Add new chat

* Updated design to match figma

* Update register

* Don't send invite

...

c492503529c508c38f3a8c76f1be21c665a2c1a3 authored about 2 years ago
docs(readme): basic setup instructions + link to Vercel deployments (#13)

ea17b611e4c638cd11c63f8aa0903210e0a59197 authored about 2 years ago
Add env example

c1fc9728afa95a2fdf40b30538bf67817c93a90a authored about 2 years ago
Feat/add w3i proxy (#3)

* Scaffold w3i proxy

* Add observer types

* Single observable per event

* Return unobse...

a95a2a4c94a80de53337c7dfbd6a36d6d871e84e authored about 2 years ago
Update icons for PWA

ad6a161beb32ac00169f07646cf10b5ee917cb9b authored about 2 years ago
Fix chat client notification register

5d62be6c205deefc658ce3dedbbd00057d7a8ea3 authored about 2 years ago
Prefix ens address

6f16bb31ef1d56e775abefb2810f58cbe1d63ec6 authored about 2 years ago
Add debugging calls

cb625cc9920f9784e19ef0dddd74ef02133d5d0a authored about 2 years ago
Update body

4319c6a4327bd80e6066df073c8b3c378ee98b14 authored about 2 years ago
Fixed per dep

e28bbb20d3a2b0e28a67c36fb6508789bcdce529 authored about 2 years ago
Update notification conditionals

ffb598f92607bce7e5e83506321b15dd820996de authored about 2 years ago
Use registration

d353286cb89949ddeba0d5363c608959ad024bab authored about 2 years ago
Add service worker

06a8886f11ebcff7199631c94574a1a8d6eb2c10 authored about 2 years ago
Merge pull request #2 from WalletConnect/chore/add-linting

Chore/add linting

428d3e5e2fcd97fe22fb8618726db175602745c2 authored about 2 years ago
Add address util

4ebc15e27c12693cea1204d6acee941c5a62aeb4 authored about 2 years ago
Update linting

b1486c1e2573210e578664a099eaec8d0e579095 authored about 2 years ago
Format with eslint and prettier

e3b7e7372194924f6d76627167f207be1c3fd863 authored about 2 years ago
Prio ens name

f419a272ce16271b51103e3eab0566f5174c4b83 authored about 2 years ago
Add invite feedback

b6f9556ab1a4942d80ca8abb50ba305ad81173dc authored about 2 years ago
Refresh threads on join

67dbd041d185a10ec56e34c4baa2f026ac3891f3 authored about 2 years ago
Fix invite

a673f0479c8bf46c5842b1d866d3f1c5f3d7aebf authored about 2 years ago
Fix onsend callback

b87fd94dcf8094887ebcae5a4fe9cadfd1db3e75 authored about 2 years ago
Fix height for messages port

7615940d159a49676bf62150263ae3db2ac50709 authored about 2 years ago
Fix messages not refreshing on new chat

f352c7c85ebb1acc7efd8240f928388b762b575b authored about 2 years ago
Add invites

5b677b1af33f33210e7b6a1c4dad9d45e3ca1e6d authored about 2 years ago
Cleanup unused components

3c67d5b8d19d10d8d2d34b592bdb079f91a75b9e authored about 2 years ago
Add messaging

b3dd89f2ad3926355570f3c211b532ff73c6e025 authored about 2 years ago
Header account styling

cccbf4fdee12e7778090b9e1f88b804ce2e9581a authored about 2 years ago
Add web3modal and chat client

0cb71674daed9809fc4ef7ff6b88dd5b06e45782 authored about 2 years ago
Route to messages by default

ea72fca66b3ce43273204e437d45df3c39ca0ccd authored about 2 years ago
Add README

c8919e85d255b5b8fa617e7b3ff3f33a9aaa5445 authored about 2 years ago
Add vercel spa fallback

48961fdd642cec2d33529b14a67f798ccc51b75e authored about 2 years ago
Move fonts to public

72458182eabaea8bbe5f5f53c6f6579aebe1f596 authored about 2 years ago
Add login page

3b24f9b0cc31f86aab08b67eba20c60ae9a0c645 authored about 2 years ago
Structure grid layout

fdcfb57da4c63deefd20effdb3ac9a011728e337 authored about 2 years ago
Add base layout components

b9da6b08c9ba89709d438ac04d3e2f9fa9eeb6d9 authored about 2 years ago
Add mixin utility

1729bef4f9b2810c22dd9f66b0cea59dfc670045 authored about 2 years ago
Add SVG assets from figma

ea49120881c2a7b7dbb580fdbdf744fcaa5a2f96 authored about 2 years ago
Initial commit

6aac27706b6eaaec857b6a412c129677cbbb37ad authored about 2 years ago