-
Notifications
You must be signed in to change notification settings - Fork 16
📚 Backlog
linusha edited this page Apr 12, 2023
·
4 revisions
This document is a place for us to dump feature ideas, improvements, "should do someday"s, etc. That are either too small/large for a ticket or too little thought out at the moment.
- Control Panel that allows to edit config entries
- Color Palettes, should be integrated with Projects
- Backup old lively Instances
- How do monorepos tackle the docs problem? We might get ideas from there, as our concept of packages collides with JSDocs
- Reenable Search in Playgrounds (requires getting the snapshot loading logic etc. back, existed previously, was removed)
- Add an alternative file based search that utilizes
grep
? - Third type of Morph embedding in
Text
(text should flow around morph) - Clean up repository
- remove old examples in morphic folder
- remove travis ci references
- remove duplicate readmes
- ...
- Can we eliminate
flatn
? - Can we eliminate the
node-fetch
dep inflatn
? -> now ships withnode
natively - Can we move the logic that applies master styling into the even dispatcher?
- Note: Why do we want this again? 🤔
- Implement Object Drawer
- Set up CI on Apple Silicon (e.g. here?)