Skip to content

Commit

Permalink
UX Improvements
Browse files Browse the repository at this point in the history
Add local registrant cache
Add search/filtering function in registrant list
Add virtual scroll in registrant list
Fix loading indicators throughout the app

Co-authored-by: Javier Ferrer <[email protected]>
  • Loading branch information
driehle and javfg committed Aug 13, 2021
1 parent 0841a02 commit 952adea
Show file tree
Hide file tree
Showing 25 changed files with 660 additions and 352 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ node_modules
platforms/*
plugins/*
merges/*
.idea/*
.gradle/*
indico-checkin.iml
.DS_Store
Binary file modified res/screen/android/screen-hdpi-portrait.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/screen/android/screen-ldpi-portrait.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/screen/android/screen-mdpi-portrait.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/screen/android/screen-xhdpi-portrait.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/screen/android/screen-xxhdpi-portrait.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/screen/android/screen-xxxhdpi-portrait.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/screen/ios/Default@2x~universal~anyany.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 7 additions & 6 deletions www/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@
<preference name="ios-statusbarstyle" value="default" />
<preference name="detect-data-types" value="true" />
<preference name="exit-on-suspend" value="false" />
<preference name="ShowSplashScreenSpinner" value="true" />
<preference name="AutoHideSplashScreen" value="true" />
<preference name="android-minSdkVersion" value="21" />
<preference name="android-minSdkVersion" value="19" />
<preference name="android-installLocation" value="auto" />
<preference name="allowFileAccessFromFileURLs" value="true" />
<preference name="ShowSplashScreenSpinner " value="true" />
<preference name="AutoHideSplashScreen" value="true" />
<preference name="SplashMaintainAspectRatio" value="true" />
<preference name="SplashScreenSpinnerColor" value="#03a4e4" />
<preference name="SplashScreenDelay" value="4000" />
<platform name="android">
<icon gap:density="ldpi" src="res/icon/android/icon-36-ldpi.png" />
<icon gap:density="mdpi" src="res/icon/android/icon-48-mdpi.png" />
Expand Down Expand Up @@ -58,7 +60,6 @@
<icon height="1024" src="res/icon/ios/icon-1024.png" width="1024" />
<splash src="res/screen/ios/Default@2x~universal~anyany.png" />
</platform>
<preference name="SplashScreenDelay" value="4000" />
<content src="index.html" />
<allow-navigation href="*" />
<allow-intent href="tel:*" />
Expand All @@ -72,6 +73,6 @@
<variable name="CAMERA_USAGE_DESCRIPTION" value="To scan ticket QR codes" />
</plugin>
<edit-config file="*-Info.plist" mode="merge" target="NSCameraUsageDescription">
<string>To easily scan Indico ticket barcodes</string>
<string>To easily scan Indico ticket QR codes</string>
</edit-config>
</widget>
Loading

0 comments on commit 952adea

Please sign in to comment.