Commit Graph

9946 Commits

Author SHA1 Message Date
Jason Zimdars 09cc76c4f7 Render comments on splats 2024-08-14 17:36:13 -05:00
Jason Zimdars 2ff9dbab51 Track creator 2024-08-14 16:41:59 -05:00
Jason Zimdars 8b23dfe52f Just make them strings instead of trying to escape 2024-08-14 16:14:48 -05:00
Jason Zimdars 75e402bea6 Handful of tweaks before all-hands 2024-08-14 15:10:42 -05:00
Jason Zimdars eb2c563439 Remove for now 2024-08-14 15:10:42 -05:00
Jeffrey Hardy 9ab6269c29 Merge pull request #41 from basecamp/bash-setup
Use bash for bin/setup
2024-08-14 14:52:19 -04:00
dependabot[bot] c4139f1b71 Bump sqlite3 from 2.0.2 to 2.0.4
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.0.2 to 2.0.4.
- [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases)
- [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/sqlite3-ruby/compare/v2.0.2...v2.0.4)

---
updated-dependencies:
- dependency-name: sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-13 21:03:59 +00:00
Jeffrey Hardy d17326ecd9 Use bash for bin/setup
That the ruby version is mostly shelling out is a hint that a shell language
might be a better choice. It's more direct, slightly faster, it sidesteps
chicken/egg problems when installing ruby, and writing things in bash is fun.

It's good to have an excuse to flex those shell muscles 💪
2024-08-13 13:03:35 -04:00
Jason Zimdars 5998ec3c21 Timeline exploration 2024-08-12 17:42:35 -05:00
Jason Zimdars 7f14b14dc6 Style note field 2024-08-12 14:09:26 -05:00
Jason Zimdars 2dd5f926f4 Account for svg on sessions#new 2024-08-12 14:02:18 -05:00
Jason Zimdars 81abde2849 Some polish and name change stuff 2024-08-08 18:06:19 -05:00
Jason Zimdars fdc0937bc7 Direct flow for creating new splats 2024-08-07 22:32:42 -05:00
Kevin McConnell fb5e6b469c Add missing dependency 2024-08-07 11:11:24 +01:00
Kevin McConnell 4e9ee4a162 Remove stray table from schema.rb 2024-08-07 11:04:22 +01:00
Kevin McConnell 4240947729 Ruby 3.3.4 2024-08-07 11:02:38 +01:00
Jason Zimdars 9e2135b5bc Typo 2024-08-06 21:55:22 -05:00
Jason Zimdars ab1e10200b Bring in the Dieter colors from Campfire 2024-08-06 21:55:11 -05:00
Jason Zimdars 0bc6c01c69 Fit splat nicely on mobile permas 2024-08-06 11:00:17 -05:00
Jason Zimdars 42178e499e Tighten-up windshield display 2024-08-06 10:03:13 -05:00
Jason Zimdars 056a3c3062 Use datalist as a poor man's autocomplete for now 2024-08-05 17:51:18 -05:00
Jason Zimdars 177174ab77 Improve the new category form and arrangement of categories 2024-08-05 17:33:15 -05:00
Jason Zimdars 7bb16e0bcc Refine new splat shape 2024-08-05 17:10:38 -05:00
dependabot[bot] 0d3d5701db Bump bootsnap from 1.18.3 to 1.18.4
Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.18.3 to 1.18.4.
- [Changelog](https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Shopify/bootsnap/compare/v1.18.3...v1.18.4)

---
updated-dependencies:
- dependency-name: bootsnap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 20:57:31 +00:00
Jason Zimdars 88b99ad1eb Try a more organic bubble style 2024-08-02 17:37:27 -05:00
Jason Zimdars c747048aca No need to link 2024-08-02 17:37:04 -05:00
Jason Zimdars be2062f902 Simple flow for creating categories
- Also includes a dev-facing index for removing them (for now)
- Saves an interim bubble style for posterity
2024-07-31 16:22:36 -05:00
Jason Zimdars 845e4618a5 Let's try bubbles 2024-07-31 12:47:09 -05:00
Jason Zimdars 7939b7cada Splat animation 2024-07-25 16:02:22 -05:00
Jason Zimdars 89563a5de6 Remove fixure 2024-07-25 08:55:41 -05:00
Jason Zimdars ac38edd49e Design sign-in flow 2024-07-24 17:42:43 -05:00
Jason Zimdars e139b5a72b Still demo values, but make them stable 2024-07-24 17:07:04 -05:00
Jason Zimdars c2916a42d5 Render with Flexbox, add windshield background 2024-07-24 16:49:09 -05:00
Jason Zimdars 5fac4745af Filter index by category 2024-07-24 14:35:24 -05:00
Jason Zimdars 00d5c59f72 Categorize splats 2024-07-24 13:42:06 -05:00
Jason Zimdars 89a02fc960 Add an edit splats in modal 2024-07-24 10:07:11 -05:00
Jason Zimdars 932a83197b Add Splat model, controller, and views 2024-07-23 15:59:32 -05:00
Jason Zimdars bfbfef0bee Initial assets 2024-07-23 14:29:42 -05:00
Kevin McConnell 01647e1d40 Set up in puma-dev 2024-07-02 11:57:15 +01:00
Kevin McConnell 5f5226d05b Add CI 2024-06-24 15:09:34 +01:00
Kevin McConnell ecae4a3df2 Add brakeman 2024-06-21 16:46:40 +01:00
Kevin McConnell b90caf5a29 CSS reset & base styles 2024-06-21 16:45:29 +01:00
Kevin McConnell c4fb1bdc76 Add minimal authentication flow to get started 2024-06-21 16:45:29 +01:00
Kevin McConnell b9cf8c5e9d Set up Rubocop 2024-06-21 16:42:48 +01:00
Kevin McConnell e16323c70a Update Gemfile 2024-06-21 16:42:48 +01:00
Kevin McConnell 564a0f48ae New Rails app 2024-06-21 13:19:56 +01:00