Skip to content

Conversation

jeffhwang-sq
Copy link
Collaborator

@jeffhwang-sq jeffhwang-sq commented Apr 11, 2025

The logic for clone (create stays the same) -
CONTINUE - use cursor if available, failing back to start position
RESTART - use original start position
NEW - use form values (this is what we only had)

Screen.Recording.2025-04-16.at.3.57.12.PM.mov

* master:
  Make menu links configurable (#434)
  Log create/clone/update errors to Datadog, not just browser UI (#433)
* master:
  Reworking the create to handle variant and clone complexity. (#436)
  Filter out empty string for default parameters (#435)
@jeffhwang-sq jeffhwang-sq changed the title Allow 0 default values as range as they are not getting used Add three range logic to new form - Restart, continue and new Apr 16, 2025
@jeffhwang-sq jeffhwang-sq requested review from mpawliszyn and adrw April 16, 2025 19:53
+"""Range Start (optional)"""
}
div("mt-2") {
input(classes = "block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline focus:outline-2 focus:-outline-offset-2 focus:outline-indigo-600 sm:text-sm/6") {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@adrw Are there good ways to handle all this copy and paste? I wonder if we should be doing something about this or not?

Copy link
Collaborator

@mpawliszyn mpawliszyn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall though, looks fine.

@jeffhwang-sq jeffhwang-sq merged commit 6591e0d into master Apr 22, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants