dktr0 / estuary

Platform for collaboration and learning through live coding
GNU General Public License v3.0
165 stars 27 forks source link

Added Chat widget: Estuary.Widgets.Chat #216

Closed combjellly closed 2 years ago

combjellly commented 2 years ago

Files edited:

Parser.hs

Added chat as new parsing token. This affects ChatView

Widgets/View.hs

inclusion of new viewWidget function that ChatView affects. creates empty SpecChat and places a chatWidget in desired view space

Definition.hs

made new type SpecChat = [Chat]

Types/View.hs

new constructor for View data type. ChatView Int

Chat.hs

the chat widget itself :-)