Commit Graph

5430 Commits

Author SHA1 Message Date
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 22d59ba4fb Test UploadsController 2024-11-29 18:40:58 -06:00
Jose Farias 2b9c4d9b71 Sanitize rendered markdown 2024-11-29 18:00:50 -06:00
Jose Farias 8a5b672adb Add syntax highlighting 2024-11-29 17:22:16 -06:00
Jose Farias 6164da2e38 Unnest uploads controller 2024-11-29 17:05:32 -06:00
Jose Farias 0e8d4104f8 Implement lightbox 2024-11-29 15:52:45 -06:00
Jose Farias ce3db053c2 Sanitize comment html 2024-11-29 14:34:39 -06:00
Jose Farias 84c11e11f5 Add .heading__link styles 2024-11-29 14:32:14 -06:00
Jose Farias 45e94e4484 Support search on markdown fields 2024-11-29 14:28:37 -06:00
Jose Farias d556e21287 Use House for MD comments 2024-11-27 18:59:15 -06: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