Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R2023 09.p2 #38

Open
wants to merge 29 commits into
base: rs/pr-34
Choose a base branch
from

Commits on Aug 27, 2023

  1. Merge branch 'nielsson4711-R2023-09'

    Finale Bereitstellung R2023-09. Konsolidierung Repo nach PR.
    nielsson4711 committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    878aa11 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. ci: Update actions/checkout

    v2 is outdated, while v3 is the currently supported version.
    rettichschnidi committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    f6cc809 View commit details
    Browse the repository at this point in the history
  2. ci: Update actions/artifacts

    v1 is outdated, while v3 is the currently supported version
    rettichschnidi committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    c81479a View commit details
    Browse the repository at this point in the history
  3. fix: enable for re-use of URL data from older app version

    Signed-off-by: nielsson4711 <[email protected]>
    nielsson4711 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    796b3b0 View commit details
    Browse the repository at this point in the history
  4. upd: npm update

    Signed-off-by: nielsson4711 <[email protected]>
    nielsson4711 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    7a8fb38 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/main'

    nielsson4711 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    7c25395 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/main'

    nielsson4711 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    1b1adb4 View commit details
    Browse the repository at this point in the history
  7. fix: adjust logic enabling for old and new data_info_req and 4 additi…

    …onal request types.
    
    Signed-off-by: nielsson4711 <[email protected]>
    nielsson4711 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    8dc74f2 View commit details
    Browse the repository at this point in the history
  8. fix: line break first sentence

    nielsson4711 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    2e649bc View commit details
    Browse the repository at this point in the history
  9. fix: mercator logo and links

    nielsson4711 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    d28b2a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. added ui icon for id image import from local filesystem

    nielsson4711 committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    0d25f5e View commit details
    Browse the repository at this point in the history
  2. Revert "added ui icon for id image import from local filesystem"

    This reverts commit 0d25f5e.
    nielsson4711 committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    7fa2097 View commit details
    Browse the repository at this point in the history
  3. added ui icon for id image import from local filesystem

    nielsson4711 committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    a8ba0bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    084780f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a92321 View commit details
    Browse the repository at this point in the history
  6. ext: enable for local id-image-file import without breaking the forme…

    …r smartdevices id-image capture feature
    
    Signed-off-by: nielsson4711 <[email protected]>
    nielsson4711 committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    70fe1d7 View commit details
    Browse the repository at this point in the history
  7. upd: cleanup - remove style introduced with #2e649bc1

    Signed-off-by: nielsson4711 <[email protected]>
    nielsson4711 committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    2f116e5 View commit details
    Browse the repository at this point in the history
  8. upd: cleanup formatting

    Signed-off-by: nielsson4711 <[email protected]>
    nielsson4711 committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    4a10ce2 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. update style on LetterDataInfoReq.svelte

    retreat css style class "import-container" because it finally broke the page design. Will stay inactive until another attempt to apply a proper 2-column grid layout.
    nielsson4711 authored Sep 2, 2023
    Configuration menu
    Copy the full SHA
    173b83f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    569dc69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e751004 View commit details
    Browse the repository at this point in the history
  4. fix: enlarge pointer selection area for usability and catch the first…

    … click only
    
    Signed-off-by: nielsson4711 <[email protected]>
    nielsson4711 committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    aad022d View commit details
    Browse the repository at this point in the history
  5. cleanup: remove console log statements

    Signed-off-by: nielsson4711 <[email protected]>
    nielsson4711 committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    a7b5a86 View commit details
    Browse the repository at this point in the history
  6. fix: avoid printing of user info text; fix logic of img element arran…

    …gement
    
    Signed-off-by: nielsson4711 <[email protected]>
    nielsson4711 committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    4f868c1 View commit details
    Browse the repository at this point in the history
  7. cleanup: extract multiple onClick operations into function

    Signed-off-by: nielsson4711 <[email protected]>
    nielsson4711 committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    94dadf8 View commit details
    Browse the repository at this point in the history
  8. fix: rearranged letter components to avoid content chaining from diff…

    …erent letters upon printing
    
    Signed-off-by: nielsson4711 <[email protected]>
    nielsson4711 committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    71ccc80 View commit details
    Browse the repository at this point in the history
  9. fix: display followup button with any letter

    Signed-off-by: nielsson4711 <[email protected]>
    nielsson4711 committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    418a3f0 View commit details
    Browse the repository at this point in the history
  10. cleanup: removed unused imports and styles

    Signed-off-by: nielsson4711 <[email protected]>
    nielsson4711 committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    e5249ae View commit details
    Browse the repository at this point in the history
  11. merged different versions into one

    nielsson4711 committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    efe1ac7 View commit details
    Browse the repository at this point in the history