Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
George-Payne pushed 1 commit to changes-from-meeting-with-designers EventStore/Design-System
- bump preview versions of changed packages a1d2582
George-Payne opened a pull request on EventStore/Design-System
Changes from meeting with designers
- Change dark theme from `black` to `powder_black` - Add `--br` css var for standard border radius - Square off rounded edges to match brandingGeorge-Payne pushed 1 commit to changes-from-meeting-with-designers EventStore/Design-System
- square off k-layout ba7eeea
George-Payne created a branch on EventStore/Design-System
changes-from-meeting-with-designers - Event Store component library and frontend utilities
George-Payne pushed 11 commits to feature/evolve EventStore/Design-System
- set alpha verions 4bcb188
- changes and fixes found when implementing 182eea7
- return es-illustrations as transitional package (required for cloud connect modal). fe3cb21
- add f2-switch-field bc5fc86
- Update layout to use spacing vars 2a41046
- fix semi bold paths a3cf2da
- fix validation messages warning color 459b4dc
- release another round of previews for testing ffce693
- return blob-size to matching gutter-size in layout buttons c0bdbdc
- clean up callout usage example 69a0462
- resolve cross-spawn CVE 161bb0f
George-Payne closed a pull request on EventStore/Design-System
Rebrand Issue cleanup
- Set alpha versions - Various changes and fixes found when implementing in cloud - Return es-illustrations as transitional package (required for cloud connect modal). - Add `f2-switch-field` -...teamchong created a review on a pull request on EventStore/Design-System
The issues I found are very similar to those in the previous pull request: https://github.com/EventStore/Design-System/pull/431 Otherwise, it looks good.
George-Payne opened a pull request on EventStore/Design-System
Rebrand Issue cleanup
- Set alpha versions - Various changes and fixes found when implementing in cloud - Return es-illustrations as transitional package (required for cloud connect modal). - Add `f2-switch-field` -...George-Payne pushed 2 commits to issue-cleanup EventStore/Design-System
George-Payne pushed 1 commit to issue-cleanup EventStore/Design-System
- clean up callout usage example d46537c
George-Payne created a branch on EventStore/Design-System
issue-cleanup - Event Store component library and frontend utilities
George-Payne pushed 1 commit to feature/evolve EventStore/Design-System
- revert documentation icon changes c0cbee7
George-Payne pushed 20 commits to revert-icon-changes EventStore/Design-System
- es-editor to k-editor f3efb67
- Move @evenstore-ui/layout to @kurrent-ui/layout - Move to unprefixed folders and files - Change component prefix from... eab6260
- Tweak some layout styles to match theme better 207a944
- move from @eventstore-ui/configs to @kurrent-ui/configs cd549d6
- move internal tooling to @kurrent-ui namespace 7baeb5e
- move from @eventstore-ui/utils to @kurrent-ui/utils f5d2643
- move from @eventstore-ui/forms to @kurrent-ui/forms 7b20c38
- move from @eventstore-ui/stores to @kurrent-ui/stores 6cc48f3
- move from @eventstore-ui/router to @kurrent-ui/router bfb0f2e
- move from @eventstore-ui/fields to @kurrent-ui/fields 34a43bb
- move from @eventstore-ui/components to @kurrent-ui/components 6b23c70
- tweak toast styles for new theme c31b333
- tweak callout styles and theme. b7e09b4
- tweak corner-banner 816e59e
- tweak wizard styles 7ad4677
- move from @eventstore-ui/docs to @kurrent-ui/docs 39938d6
- update and migrate nx 7d123c7
- final pass of dangling eventstore d3209a1
- fix docs commands Co-authored-by: Steven <[email protected]> 098d339
- revert icon changes 8d369b4
George-Payne pushed 19 commits to feature/evolve EventStore/Design-System
- es-editor to k-editor f3efb67
- Move @evenstore-ui/layout to @kurrent-ui/layout - Move to unprefixed folders and files - Change component prefix from... eab6260
- Tweak some layout styles to match theme better 207a944
- move from @eventstore-ui/configs to @kurrent-ui/configs cd549d6
- move internal tooling to @kurrent-ui namespace 7baeb5e
- move from @eventstore-ui/utils to @kurrent-ui/utils f5d2643
- move from @eventstore-ui/forms to @kurrent-ui/forms 7b20c38
- move from @eventstore-ui/stores to @kurrent-ui/stores 6cc48f3
- move from @eventstore-ui/router to @kurrent-ui/router bfb0f2e
- move from @eventstore-ui/fields to @kurrent-ui/fields 34a43bb
- move from @eventstore-ui/components to @kurrent-ui/components 6b23c70
- tweak toast styles for new theme c31b333
- tweak callout styles and theme. b7e09b4
- tweak corner-banner 816e59e
- tweak wizard styles 7ad4677
- move from @eventstore-ui/docs to @kurrent-ui/docs 39938d6
- update and migrate nx 7d123c7
- final pass of dangling eventstore d3209a1
- fix docs commands Co-authored-by: Steven <[email protected]> 098d339
George-Payne closed a pull request on EventStore/Design-System
[UI-241] finish up
- Move `@evenstore-ui/editor` to `@kurrent-ui/editor` - Move `@evenstore-ui/layout` to `@kurrent-ui/layout` - Tweak some layout styles to match theme better - Move from `@eventstore-ui/configs...George-Payne pushed 7 commits to k-preview-release EventStore/Design-System
- changes and fixes found when implementing d7c7807
- return es-illustrations as transitional package (required for cloud connect modal). 919b77a
- add f2-switch-field 87d8a7a
- Update layout to use spacing vars 22d8104
- fix semi bold paths 5f9c536
- fix validation messages warning color 715ec70
- release another round of previews for testing 9f6edf5
George-Payne created a comment on a pull request on EventStore/Design-System
> the script doesn't work on my machine, need the @kurrent-ui/ prefix for docs Good spot, I updated nx, and they've changed it so you can't skip the namespace. > seem to be quite different fr...
George-Payne pushed 1 commit to UI-241-finish-up EventStore/Design-System
- fix docs commands Co-authored-by: Steven <[email protected]> caa22a7
teamchong created a review on a pull request on EventStore/Design-System
the script doesn't work on my machine, need the `@kurrent-ui/` prefix for `docs` The `callout` may have cause UI issue since the width is no longer fixed. ![image](https://github.com/user-attac...
teamchong created a review comment on a pull request on EventStore/Design-System
```suggestion "docs": "nx run @kurrent-ui/docs:build", "docs:serve": "nx run @kurrent-ui/docs:serve", ```
teamchong created a review on a pull request on EventStore/Design-System
the script doesn't work on my machine, need the `@kurrent-ui/` prefix for `docs` The `callout` may have cause UI issue since the width is no longer fixed. ![image](https://github.com/user-attac...
George-Payne created a branch on EventStore/Design-System
revert-icon-changes - Event Store component library and frontend utilities
George-Payne opened a pull request on EventStore/Design-System
[UI-241] finish up
- Move `@evenstore-ui/editor` to `@kurrent-ui/editor` - Move `@evenstore-ui/layout` to `@kurrent-ui/layout` - Tweak some layout styles to match theme better - Move from `@eventstore-ui/configs...George-Payne pushed 1 commit to UI-241-finish-up EventStore/Design-System
- final pass of dangling eventstore d97252e