meta_workflows 0.8.23 → 0.8.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 697e8ea4740e9d9ed45cbe5f58988a7f2c60cf03cf9058b93393249377b08c5b
4
- data.tar.gz: 4f19538406ed8c0b59bb8f81d1e3450a39d6249dfd88076c266c073e0fcb9b3e
3
+ metadata.gz: ba1784b378c470dc10b2f863925448fa1990867e7c922e3fcdac70cf5a7225a9
4
+ data.tar.gz: d79449ffdd2dd4fa309d4cda8b510f49f10a697729e0491c64097aa087af672d
5
5
  SHA512:
6
- metadata.gz: d0feb63918822516e031947c8039f62b0b922de7ac1160c56e6296e9c9cf6a99de4375dccb5086ccd232a38c456c4cbad706b0661f27aa16caf8ffd296b68e54
7
- data.tar.gz: f5c3df2d296acd2b3a8bbc8a084aaaf1eccdc0488a8ba8824efd34b0a9f5680b9237642b4666734220ac9bf4068b27a8ef1388eccaaed42c3b63759afbe3e19e
6
+ metadata.gz: 43105946578bb6897d6c07762cf4af0ec9456c2d9ac839645c39592fb814d2b7ca44f913b60038c0d43e359d8f5acb876dbaa87f581890d9d0b636d0aec51d05
7
+ data.tar.gz: 5bc47a299ef97e9a73a3425fcbde25a6c079a026803b92f706b6bbafe7a8e066cc4c29c8034f6c6af4b40990fa2908019a07ef82ac596c6c0dffc525cc70cc5e
@@ -25,7 +25,7 @@
25
25
  <!-- Main content area (chat + input) -->
26
26
  <div class="flex-1 flex flex-col min-h-0">
27
27
  <%# Chat messages area %>
28
- <div class="flex-1 overflow-y-auto py-4 space-y-4 min-h-0">
28
+ <div id="main-scroll-container" class="flex-1 overflow-y-auto py-4 space-y-4 min-h-0">
29
29
  <%= render partial: meta_loader, locals: {record: local_assigns[:record], step_progress: ["Generating draft course objectives...", "Talking to the LLM..."] } %>
30
30
  </div>
31
31
 
@@ -16,7 +16,7 @@
16
16
  </div>
17
17
 
18
18
  <%# Chat messages area %>
19
- <div class="flex-1 overflow-y-auto py-4 space-y-4">
19
+ <div id="main-scroll-container" class="flex-1 overflow-y-auto py-4 space-y-4">
20
20
  <%= render partial: meta_loader, locals: {record: local_assigns[:record], step_progress: ["Generating draft course objectives...", "Talking to the LLM..."] } %>
21
21
  </div>
22
22
 
@@ -3,7 +3,7 @@
3
3
  module MetaWorkflows
4
4
  MAJOR = 0
5
5
  MINOR = 8
6
- PATCH = 23 # this is automatically incremented by the build process
6
+ PATCH = 24 # this is automatically incremented by the build process
7
7
 
8
8
  VERSION = "#{MetaWorkflows::MAJOR}.#{MetaWorkflows::MINOR}.#{MetaWorkflows::PATCH}".freeze
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meta_workflows
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.23
4
+ version: 0.8.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leonid Medovyy