Ecosyste.ms: OpenCollective

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

github.com/TryGhost/Portal

Drop-in script to add membership features in a Ghost theme
https://github.com/TryGhost/Portal

Swapped blog -> site

- this is our preferred wording

a93fa14133d432cc957fc648a3283cbc172b793e authored over 4 years ago by Hannah Wolfe <[email protected]>
Added basic github workflow for running tests

- copied from https://github.com/TryGhost/billing-management/blob/master/.github/workflows/test.yml

c0e26aa702f3cdb0000072a04ca9202c94115651 authored over 4 years ago by Hannah Wolfe <[email protected]>
Added ghost browser ESLint config and fixed errors

- added eslint-plugin-ghost, extended ghost/browser config & fixed all the issues
- did this bec...

2eb8e1d8f1d3ea26dd28c0b6605ebe48fb175e82 authored over 4 years ago by Hannah Wolfe <[email protected]>
Removed service worker code

- I don't think it will ever be appropriate to use a service worker in our widget context

a7677eeeacae1c627aa65685371b486c47e23c9f authored over 4 years ago by Hannah Wolfe <[email protected]>
Updated welcome text for signin/signup

no issue

7c6a55c4612d7d41eb24ead592f2fbcb30074864 authored over 4 years ago by Rish <[email protected]>
Added handling for custom trigger button in theme

refs https://github.com/TryGhost/membersjs/issues/8

This allows theme developers to use a custo...

2809b4815c37682dbc5a28a79824cd04e4ae990e authored over 4 years ago by Rish <[email protected]>
Added basic signup/signin UI flow

refs https://github.com/TryGhost/membersjs/issues/3

Adds signup/signin flow to theme when no me...

8f98a2d714d9e1dd0f6ff3576f570e368a046ae0 authored over 4 years ago by Rish <[email protected]>
Removed default initialization for members script

no issue

We need to initialize members script with data passed down from the theme atm, the def...

6f807b8440770b66c6ec12de945f1a82b7e1bce6 authored over 4 years ago by Rish <[email protected]>
Added util to handle members-api/ssr requests

refs https://github.com/TryGhost/membersjs/issues/2

We need to make requests to members Admin A...

58990cb0233c246a898756603ba836bdd1de9ed8 authored over 4 years ago by Rish <[email protected]>
Added basic styles

no refs.
- added icon for trigger button open/close state to indicate account menu
- updated sty...

f24563f81d883f62f59563eceac3038b85ddbf25 authored over 4 years ago by Peter Zimon <[email protected]>
Added default initialization for local development

no issue

22d5f985b1a40b1aefb94a441b3319fc09794809 authored over 4 years ago by Rish <[email protected]>
Updated app flow to use external members data

no issue

- Wraps the react rendering initialisation in a function which is accessed by theme to...

b265e60fa0d6817a4c939d554bb380ed3525d4fb authored over 4 years ago by Rish <[email protected]>
Updated Frame component to a simpler version

no issue

Makes frame component more efficient and easier to understand

8f7f5d9c48712729fd979c0604b89df623287adb authored over 4 years ago by Rish <[email protected]>
Added linting scripts

- Incorrectly assumed this was automatically part of `react-scripts test`.

c1706fba9527e58ee90697434f1ab82441107ae0 authored over 4 years ago by Hannah Wolfe <[email protected]>
Added new Frame Component for iframe encapsulation

no issue

- Adds new FrameComponent which allows encapsulating any React Component inside Iframe...

4f9216385460a042572ce3b08c3443717ac2d2ec authored over 4 years ago by Rish <[email protected]>
Added trigger and popup UI components - v1

no issue

- Adds new components for membersJs trigger button and popup menu with style
- Adds ba...

8702d2ee3b825d603753682a31b6089df96c0576 authored over 4 years ago by Rish <[email protected]>
Updated Readme

288ae60ed418e560e4de8b2db248f51d053d19c0 authored over 4 years ago by Rish <[email protected]>
Updated build process for single minified script

no issue

By default, CRAs build process creates chunked script files and adds them to default i...

d3ea4ed80de7525dfa63287801bfae99cd66fe66 authored over 4 years ago by Rish <[email protected]>
✨ Initial commit

fdfd52d29af2f8c28280f63da5429d481a6a1db7 authored over 4 years ago by Rish <[email protected]>
Initialize project using Create React App

a375c2e4e92f46d8eafc5b1022b3d352af244604 authored over 4 years ago by Rish <[email protected]>