Skip to content

Tags: nbw/gems

Tags

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support 32x32 grid in private rooms (#3)

* support 32x32 grid in private rooms

* increase polyphony

v0.0.1

Toggle v0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release: 0.0.1 (#1)

* . files

* assets: esbuild pipeline using tailwind

References:
https://elixirforum.com/t/boilerplate-needed-phoenix-1-6-esbuild-tailwind-scss-alpine/42846/15
https://sergiotapia.com/phoenix-160-liveview-esbuild-tailwind-jit-alpinejs-a-brief-tutorial

* assets: remove phoenix.css

* feat: base ui, styling, features, and live components

* feat: PubSub, Presence, move sequencer clock to frontend

* css: style enhancements

* feat: matrix rows in reverse order

* mix: uuid

* feat: private rooms

* feat: update content

* feat: image and favicon

* git: ignore priv/static/assets only

* feat: room controller for generating new rooms

* fix: remove manifest for now

* css: modal margin for mobile

* feat: matrix store

* fix: style and content changes

* feat: reset button

* config: flyio

* fix: warnings

* rel: release folder

mix release.init

https://fly.io/docs/getting-started/elixir/#generate-release-config-files

* config: disable libcluster

* fix: comment out libcluster

* config: internal port!

* config: grace period

* css: add margin (differs on prod)

* feat: show region

* feat: flyio region module

* config: cluster config

* content: distribution

* fix: remove tailwind classes from html

tailwind classes work locally, but not on prod.

* css: mobile grid

* css: desktop grid item size

* feat: generic modal component

* feat: clear matrix modal

* feat: meta data and clean up

* fix: content fixes

* fix: octave for negative num input

* use new url

* update readme

* config: configurable host

* feat: move toggle mode into global controls

* License

* fix: clear warnings (easy ones)

* fix: code clean up

* feat: footer

* fix: move config to runtime

* feat: apple icons

* fix: invert icon colors