Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
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...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
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
George-Payne pushed 1 commit to main EventStore/Design-System
- pin CI ubuntu version to fix puppeteer 0d0d666
George-Payne created a review comment on a pull request on EventStore/Design-System
Do we need this?
George-Payne created a review comment on a pull request on EventStore/Design-System
Looks like this is using a previous version?
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...
George-Payne created a review on a pull request on EventStore/Design-System
Code looks fine, but wrong commit message
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
teamchong pushed 1 commit to teamchong/add-error-toast-utility EventStore/Design-System
- test: remove tests as stencil js doesn't support jsdom a8b81ad
teamchong pushed 2 commits to teamchong/add-error-toast-utility EventStore/Design-System
teamchong pushed 1 commit to teamchong/add-error-toast-utility EventStore/Design-System
- feat: add utility for toasting errors with fallback title 9fbb1c9
teamchong pushed 1 commit to teamchong/add-error-toast-utility EventStore/Design-System
- feat: add utility for toasting errors with fallback title 26f2880
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
teamchong created a branch on EventStore/Design-System
teamchong/add-error-toast-utility - Event Store component library and frontend utilities