Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

EventStore/Design-System

George-Payne closed a pull request on EventStore/Design-System
Fix dragging es-panel selects everything inside the panel [UI-209]
This PR addresses an issue where dragging on the es-panel results in selecting all elements inside the panel, leading to unintended behavior. The fix ensures that panel elements remain intact durin...
George-Payne created a review on a pull request on EventStore/Design-System

View on GitHub

teamchong pushed 1 commit to teamchong/add-error-toast-utility EventStore/Design-System
  • refactor: error toast utility to provide consistent handling across the application 0738ec5

View on GitHub

teamchong pushed 1 commit to teamchong/fix-es-panel-dragging-issue EventStore/Design-System
  • fix: dragging handle in es-panel to prevent selection of inner content d27678f

View on GitHub

George-Payne deleted a branch EventStore/Design-System

fix-ci

George-Payne pushed 1 commit to main EventStore/Design-System
  • pin CI ubuntu version to fix puppeteer 0d0d666

View on GitHub

teamchong created a review on a pull request on EventStore/Design-System

View on GitHub

George-Payne created a review comment on a pull request on EventStore/Design-System
Do we need this?

View on GitHub

George-Payne created a review comment on a pull request on EventStore/Design-System
Looks like this is using a previous version?

View on GitHub

George-Payne created a review comment on a pull request on EventStore/Design-System
Maybe `toast.httpError` is a better name. or `toast.fromError`. Think it's mostly bad initial design, should probably have been: ``` toast({ level: "error", ...options }); ``` then we co...

View on GitHub

George-Payne created a review on a pull request on EventStore/Design-System

View on GitHub

George-Payne created a review on a pull request on EventStore/Design-System
Code looks fine, but wrong commit message

View on GitHub

George-Payne opened a pull request on EventStore/Design-System
Pin CI ubuntu version to fix puppeteer
CI is failing with a pupeteer error, hopefully pinning the ubuntu version will fix this until we are ready to update. ![image](https://github.com/user-attachments/assets/54578f04-5f53-4d8b-aca3-...
George-Payne created a branch on EventStore/Design-System

fix-ci - Event Store component library and frontend utilities

teamchong pushed 1 commit to teamchong/add-error-toast-utility EventStore/Design-System
  • refactor: error toast utility to provide consistent handling across the application 8caae67

View on GitHub

teamchong pushed 1 commit to teamchong/add-error-toast-utility EventStore/Design-System
  • test: remove tests as stencil js doesn't support jsdom a8b81ad

View on GitHub

teamchong pushed 2 commits to teamchong/add-error-toast-utility EventStore/Design-System
  • feat: add utility for toasting errors with fallback title 17e871d
  • test: remove tests as stencil js doesn't support jsdom 0eb6b60

View on GitHub

teamchong pushed 1 commit to teamchong/add-error-toast-utility EventStore/Design-System
  • feat: add utility for toasting errors with fallback title 9fbb1c9

View on GitHub

teamchong pushed 1 commit to teamchong/add-error-toast-utility EventStore/Design-System
  • feat: add utility for toasting errors with fallback title 26f2880

View on GitHub

teamchong opened a pull request on EventStore/Design-System
Add utility for toasting errors with fallback title [UI-149]
This PR introduces a toastError utility function to streamline error handling in toast notifications. The function simplifies error reporting by: - Checking if the error is an HTTP error, extrac...
teamchong pushed 1 commit to teamchong/add-error-toast-utility EventStore/Design-System
  • feat: add utility for toasting errors with fallback title 7670bb4

View on GitHub

teamchong created a branch on EventStore/Design-System

teamchong/add-error-toast-utility - Event Store component library and frontend utilities