Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
1 result

script.js

  • Conrad Zelck's avatar
    8abb79a2
    feat: set convert button regarding input field · 8abb79a2
    Conrad Zelck authored
    
    All actions push a convert immediately except changes in the input
    field. That's because every new character would do a conversion what
    makes a lot of traffic. But to give a hint that a new conversion could
    be useful the convert button will be enabled if the content is differ-
    ent from the last conversion. All other actions trigger the conversion
    and disable the convert button.
    
    Signed-off-by: default avatarConrad Zelck <git@simpel.cc>
    feat: set convert button regarding input field
    Conrad Zelck authored
    
    All actions push a convert immediately except changes in the input
    field. That's because every new character would do a conversion what
    makes a lot of traffic. But to give a hint that a new conversion could
    be useful the convert button will be enabled if the content is differ-
    ent from the last conversion. All other actions trigger the conversion
    and disable the convert button.
    
    Signed-off-by: default avatarConrad Zelck <git@simpel.cc>