Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
johnhaup created a comment on an issue on johnhaup/dope-map
![image](https://github.com/user-attachments/assets/90e73a00-d036-4b8c-8835-c4dbe6c867ee)![image](https://github.com/user-attachments/assets/cdf08871-27ff-49e7-9642-2dba1ddb2ab2)![image](https://gi...
johnhaup opened an issue on johnhaup/dope-map
Demo site UI updates
- Make modal dismissible on click - Disable hover on mobile - Add clear (trash can) button to inputs - Add "shuffle" button to key input if it's an object - Center header on mobilejohnhaup closed an issue on johnhaup/dope-map
Intro modal
Move instructions to first-time-view modal that's accessible via info buttonjohnhaup pushed 1 commit to main johnhaup/dope-map
- Docs/intro modal (#34) * chore: update demo site * chore: update docs site * chore: add intro modal and update... d46dfcc
johnhaup created a branch on johnhaup/dope-map
docs/intro-modal - Use deep equal objects for Map keys.
johnhaup opened an issue on johnhaup/dope-map
Intro modal
Move instructions to first-time-view modal that's accessible via info buttonjohnhaup opened an issue on johnhaup/dope-map
Stackblitz or codepen site
Add a real editor to try it outjohnhaup opened an issue on johnhaup/dope-map
Placeholder text makes the value a mess if its edited
Placedholder text is flagged as readonly in the Ace Editor config. However, if its edited, when a value is added it started repeating and looks psychotic. The actual value sent to the map is stil...johnhaup opened an issue on johnhaup/dope-map
Add helper hooks
Might be nice to expose a helper hook to use in a React lifecycle, which would remove the overhead of remembering to clean up the Map. Also provides an opportunity to understand modular installati...johnhaup pushed 1 commit to number-instead-of-string johnhaup/dope-map
- feat: use numbers for has keys ae5ee55
johnhaup created a branch on johnhaup/dope-map
number-instead-of-string - Use deep equal objects for Map keys.