Merge branch 'main' into house

* main:
  Adjust position of settings buttons
  Actually, no need for a max-size, just let it grow
  Improve comment form design
  Same style as combobox pop-ups
  Ensure bubbles are clickable anyplace in windshield
  Deal with truncation in the list layout, too
  Ensure tags don't affect the bubble shape or spill out of the container
  Style pop-up UI for selecting assignments and tags
  Adjust position now that bubbles won't be so vertical
  Fix that bubbles could collapse in some situations
  dep: bump rexml to address dependabot alert
  dep: bump rails to edge
This commit is contained in:
Jose Farias
2024-12-09 10:39:09 -06:00
17 changed files with 129 additions and 69 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
source "https://rubygems.org"
ruby file: ".ruby-version"
gem "rails", ">= 8.0.0.rc1"
gem "rails", github: "rails/rails", branch: "main"
# Assets & front end
gem "importmap-rails"