Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Aug 05, 2021
  2. Aug 03, 2021
  3. Aug 02, 2021
  4. Jul 30, 2021
  5. Jul 29, 2021
  6. Jul 28, 2021
  7. Jul 27, 2021
  8. Jul 26, 2021
  9. Jul 23, 2021
    • rhenck's avatar
      Add default values to several elements · 14fbfb49
      rhenck authored
      Also refactor a lot of stuff belonging to this:
      - You can edit the default values via properties panel
      - All elements now again have a common parent directive. form elements
      have a special parent for forms.
      14fbfb49
    • jojohoch's avatar
      [player] Implement new `FormComponent` · 01e171fe
      jojohoch authored
      Move specific form functionality from `AppComponent` to a new
      `FormComponent` to make the code cleaner
      01e171fe
    • jojohoch's avatar
      [player] Use verona interfaces · 5fc6c27c
      jojohoch authored
      * Add verona interfaces to ensure type-safe communication with host
      * To use the verona interfaces refactor the verona services
      5fc6c27c
  10. Jul 21, 2021
    • jojohoch's avatar
      [player] Access Verona API Messages through Services · c6e771a7
      jojohoch authored
      * Implement `VeronaSubscriptionService` to subscribe to messages from
      the host of the player
      * Implement `VeronaPostService` to post messages to the host of
      the player
      * Implement `NativeEventService` to subscribe to events like 'scroll',
      'blur' and 'focus'
      * Remove js code from wrapper index.html. It is no longer needed.
      c6e771a7
  11. Jul 19, 2021
  12. Jul 16, 2021
    • jojohoch's avatar
      [player] Prepare validation of form elements · 89c6ebdf
      jojohoch authored
      * When creating components for each element a
      `ValidationMessageComponent` is also generated dynamically
      * Prepare usage of default values for form elements
      * Add `form.ts` for form specific interfaces
      * Rename some variables and properties
      89c6ebdf
  13. Jul 15, 2021
  14. Jul 13, 2021
Loading