Commit Graph

680 Commits

Author SHA1 Message Date
Jason Zimdars b6d4e8a07e Don't autocomplete 2024-12-13 17:02:11 -06:00
Jason Zimdars 0b28a18c05 Rework boosts form so you can enter any integer 2024-12-13 16:54:11 -06:00
Mike Dalessio 7d7a8ae65d Merge pull request #153 from basecamp/dependabot/bundler/rails-5520bd8
Bump rails from `91d4563` to `5520bd8`
2024-12-09 14:15:27 -05:00
dependabot[bot] ef39cb1d8b Bump rails from 91d4563 to 5520bd8
Bumps [rails](https://github.com/rails/rails) from `91d4563` to `5520bd8`.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](https://github.com/rails/rails/compare/91d456366638ac6c3f6dec38670c8ada5e7c69b1...5520bd835e3724ffafe3f719f9aafe951567f2f3)

---
updated-dependencies:
- dependency-name: rails
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-09 19:13:37 +00:00
Mike Dalessio fd97bae414 Merge pull request #154 from basecamp/flavorjones-bundle-update
dep: bundle update everything except rails
2024-12-09 14:12:16 -05:00
Mike Dalessio 3764f0dfa1 dep: bundle update everything except rails 2024-12-09 14:10:20 -05:00
Mike Dalessio 37e4543c4e Merge pull request #152 from basecamp/flavorjones-dep-bump-sqlite
dep: update sqlite3 gem to v2.4.1
2024-12-09 14:08:49 -05:00
Mike Dalessio df4af0808c dep: update sqlite3 gem to v2.4.1 2024-12-09 14:06:23 -05:00
Jason Zimdars f8f320d76c Adjust position of settings buttons 2024-12-06 17:21:34 -06:00
Jason Zimdars 1292729226 Actually, no need for a max-size, just let it grow 2024-12-06 17:05:12 -06:00
Jason Zimdars 4d383c7a77 Improve comment form design 2024-12-06 17:01:25 -06:00
Jason Zimdars e2372fae93 Same style as combobox pop-ups 2024-12-05 15:39:48 -06:00
Jason Zimdars c84e1b4685 Ensure bubbles are clickable anyplace in windshield 2024-12-05 11:46:33 -06:00
Jason Zimdars 23b936010f Deal with truncation in the list layout, too 2024-12-04 17:58:14 -06:00
Jason Zimdars 245e2ea3bd Ensure tags don't affect the bubble shape or spill out of the container 2024-12-04 17:42:47 -06:00
Jason Zimdars 259bb4d8c3 Style pop-up UI for selecting assignments and tags 2024-12-04 17:26:32 -06:00
Jason Zimdars a8e24ffdda Adjust position now that bubbles won't be so vertical 2024-12-04 17:26:32 -06:00
Jason Zimdars 792a862e9f Fix that bubbles could collapse in some situations 2024-12-04 17:26:32 -06:00
Mike Dalessio 710ca21f86 Merge pull request #149 from basecamp/flavorjones-dep-rails-edge
dep: update to Rails edge
2024-12-04 18:12:06 -05:00
Mike Dalessio a95aa1ea97 dep: bump rexml to address dependabot alert
- https://github.com/basecamp/fizzy/security/dependabot/8
- https://www.ruby-lang.org/en/news/2024/10/28/redos-rexml-cve-2024-49761/
2024-12-04 17:42:38 -05:00
Mike Dalessio 2465de186f dep: bump rails to edge 2024-12-04 17:35:05 -05:00
Jose Farias 09b460c8be Merge pull request #140 from basecamp/comboboxes
Wire up comboboxes
2024-11-26 12:40:11 -06:00
Jose Farias 11e9e691bf Clean up test names 2024-11-25 20:35:53 -06:00
Jose Farias cc891a2ad6 No need to preload when not async 2024-11-25 20:34:04 -06:00
Jose Farias f53cf49e5a select_option -> listbox_option 2024-11-25 18:28:46 -06:00
Jose Farias 3e1b2c74e4 Make one-way assignment and tagging methods private 2024-11-25 17:55:25 -06:00
Jose Farias a9f845ed47 Assigner is always Current.user 2024-11-25 17:51:20 -06:00
Jose Farias 36d930cd0e Add tests for tagging and assigning 2024-11-25 17:49:28 -06:00
Jose Farias 43add9d0be Move combobox initializer to helper 2024-11-25 16:30:38 -06:00
Jose Farias acac683b3e Do combobox filtering client-side 2024-11-25 16:25:42 -06:00
Jose Farias 5e09f5a9b9 Remove swapping 2024-11-25 16:17:44 -06:00
Jose Farias 505aab6b57 Fix assignment styles in bubble 2024-11-25 16:15:31 -06:00
Jose Farias 88e3640272 Merge branch 'main' into comboboxes
* main:
  Ensure @filter isn't nil
  Bump boost size, adjust assignee alignment
  Stub duplicate finder button
  Move pop action
  Remove some of the more vertical ones
  List name next to assignee
  Bump font size
  Display tags inside the bubble
  Needs a little structure
  Pull back comment decoration
  Tighten up menu
  Tighten-up workflow panel
2024-11-25 14:00:52 -06:00
Jason Zimdars 4f42ab973b Ensure @filter isn't nil 2024-11-22 16:54:21 -06:00
Jason Zimdars e9b0f8d39f Bump boost size, adjust assignee alignment 2024-11-22 16:35:31 -06:00
Jason Zimdars 4d9b27f6d8 Stub duplicate finder button 2024-11-22 16:32:54 -06:00
Jason Zimdars 5865c41738 Move pop action 2024-11-22 16:29:05 -06:00
Jason Zimdars c052a796d8 Remove some of the more vertical ones 2024-11-22 16:25:40 -06:00
Jason Zimdars 92510755cf List name next to assignee 2024-11-22 16:21:58 -06:00
Jason Zimdars 01f4acd7d0 Bump font size 2024-11-22 16:00:12 -06:00
Jason Zimdars ddefd9b548 Display tags inside the bubble 2024-11-22 15:59:29 -06:00
Jason Zimdars 43fa91fc05 Needs a little structure 2024-11-22 14:19:50 -06:00
Jason Zimdars 8d41b3e410 Pull back comment decoration 2024-11-22 13:51:46 -06:00
Jason Zimdars df0813b8d6 Tighten up menu 2024-11-22 12:07:17 -06:00
Jason Zimdars 5267f79b09 Tighten-up workflow panel 2024-11-22 11:36:24 -06:00
Jose Farias 3ef37ca014 Merge branch 'main' into unstubbing
* main:
  Bump proportionally
  Insure text enlarges on perma
  Stub admin switch
  Refine layout
  Tighten up list view
  Font sizing tweaks
  Polish
  Rework Workflows creation and editing flows
  Stub everyone switch
2024-11-21 19:58:31 -06:00
Jose Farias f266e46b57 Wire up comboboxes 2024-11-21 19:58:21 -06:00
Jason Zimdars b5291acf7c Bump proportionally 2024-11-20 17:19:23 -06:00
Jason Zimdars 30bcfc9d72 Insure text enlarges on perma 2024-11-20 17:08:33 -06:00
Jason Zimdars 56e627ecec Stub admin switch 2024-11-20 17:04:36 -06:00