Commit Graph

29 Commits

Author SHA1 Message Date
Sebastian Palmqvist 34c376a727
feat: navigate from "Your Children" to specific tabs (#660)
* chore (substring to only show firstname, size of name made bigger)

* Co-authored-by: Lee Sheppard<coolusername244@users.noreply.github.com>
Co-authored-by: Lvan Ni <lvan-ni@users.noreply.github.com>

* chore(size edit)

Co-authored-by: Lee Sheppard<coolusername244@users.noreply.github.com>
Co-authored-by: Lvan Ni <lvan-ni@users.noreply.github.com>

* feat (navigate to specific tabs from childlist)

Co-authored-by: Lee Sheppard<coolusername244@users.noreply.github.com>
Co-authored-by: Lvan Ni <lvan-ni@users.noreply.github.com>

* fix (title now gets inititated with correct value, not default "News")

Co-authored-by: Lee Sheppard<coolusername244@users.noreply.github.com>
Co-authored-by: Lvan Ni <lvan-ni@users.noreply.github.com>

* Revert "feat (navigate to specific tabs from childlist)"

This reverts commit 8af068946d.

* fix(correct title showing in header)

* fix(removed TouchableOpacity. Using Pressable)

Co-authored-by: Lee Sheppard<coolusername244@users.noreply.github.com>
Co-authored-by: Lvan Ni <lvan-ni@users.noreply.github.com>

---------

Co-authored-by: Lvan Ni <lvan-ni@users.noreply.github.com>
2023-11-02 07:27:34 +01:00
Kajetan Kazimierczak ea6b385b4f fix: 🐛 Better fix for the isoWeek bug in Timetable 2023-01-14 18:31:02 +01:00
Kajetan Kazimierczak 7e8ee956f4
fix: 🐛 Week starts on monday regardless of selected locale (#642)
* fix: 🐛 Week starts on monday regardless of selected locale

* style: 💄 lint
2023-01-14 17:39:50 +01:00
Andreas Eriksson 051df2da39 fix: 🐛 Add better logo image for Freja eID 2022-04-24 18:20:12 +02:00
Andreas Eriksson 498bdc500c Add login successful status message
When the platform is slow - it is better to show the user that we are waiting for data to load than just "Wating for BankID"
2022-04-23 21:36:38 +02:00
Kajetan Kazimierczak 30b5bbb51e fix: 🐛 Öppna på Android utan originAppScheme 2022-04-14 01:07:09 +02:00
Kajetan Kazimierczak be22fd8cd3 feat: 🎸 Rätt text för rätt inloggning i modal 2022-04-14 00:41:37 +02:00
Kajetan Kazimierczak 0c64f5ae35 feat: 🎸 Bara visa Freja om det finns tillgängligt i api 2022-04-13 23:33:59 +02:00
Kajetan Kazimierczak 170b4da39a feat: 🎸 Freja logo om login button 2022-04-13 18:21:18 +02:00
Kajetan Kazimierczak c5bec5f9ee fix: 🐛 Fulfix. Login funkar 2022-04-11 22:20:22 +02:00
Kajetan Kazimierczak d9c62a6d91 feat: 🎸 Logga in med Freja eID+ 2022-04-01 23:38:47 +02:00
Andreas Eriksson c31be2c704 Remove logging from image component 2022-02-11 22:47:11 +01:00
Kajetan Kazimierczak a40af3e94d
fix: 🐛 Hide lunch in timetable if not showing current week (#613)
 Closes: #599
2022-01-31 23:32:44 +01:00
Erik Hellman f05ff64687
feat: 🎸 bump to RN 0.66 + upgrade dependencies (#521)
Co-authored-by: Erik Hellman <erik.hellman@hellsoft.se>
Co-authored-by: Viktor Sarström <viktorsarstrom@gmail.com>
Co-authored-by: Jonathan Edenström <jonathan@edenstrom.io>
2021-12-16 08:22:20 +01:00
Kajetan Kazimierczak f844a3cdd4
fix: 🐛 scroll in timetable (#597) 2021-12-11 00:49:14 +01:00
Kajetan Kazimierczak ed3a27bba1
fix: 🐛 Felaktig sortering av lektioner (#595)
* fix: 🐛 incorrect sorting of lessons in timetable

 Closes: #591

* fix: 🐛 end time when overlapping lessons

* style: 💄 lint
2021-12-10 21:07:29 +01:00
Kajetan Kazimierczak bce1165f30 fix: 🐛 Ingen text syns i dark mode när inga barn hittas
 Closes: #571
2021-12-08 00:02:06 +01:00
Andreas Eriksson cc3fd8670c fix: 🐛 Store childs personalIdNumbers in settings 2021-12-07 11:42:47 +01:00
Andreas Eriksson cfa39de393 fix: 🐛 Add translation to week 2021-12-06 20:34:48 +01:00
Viktor Sarström 75cf634420
Merge pull request #584 from kolplattformen/feat/tweak-lunch-menu-on-frontpage
feat: Hide lunch menu on weekends
2021-12-06 19:43:11 +01:00
Andreas Eriksson 6fbbcc803e feat: 🎸 Add week number and calendar dates to timetable 2021-12-06 16:44:10 +01:00
Andreas Eriksson 3b39c47230 Hide lunch menu on weekends
The menu for next week are not available until monday morrning (with current api implementation)
2021-12-05 18:31:34 +01:00
Andreas Eriksson 66e7811b83
feat: Frontpage date tweaks (#582)
* Only the daySummary part (timetable info) should use date for next day or next week.
* Restructured test-data
* Add test for parsing Microsoft special date json format
2021-12-05 00:12:20 +01:00
Andreas Eriksson df2806648a fix: 🐛 Show the weekday on startpage if not today 2021-12-03 21:12:16 +01:00
Christian Landgren fce1d98847
feat: 🎸 Skip to the next day in calendar (#425)
* Add meaningful starting date to components
* Add warn on console use
* Add better error message if response from skola24 is wrong
* Change heading to only show name of day
* Remove extra menu

Co-authored-by: Andreas Eriksson <addeman@gmail.com>
2021-12-03 11:27:09 +01:00
Andreas Eriksson c92b352a6d Add refresh control to views 2021-12-03 00:18:30 +01:00
Andreas Eriksson bf29ab58ed
feat: 🎸 Clear personal cache on login and logout (#572)
Until we have a better cache-clearing function in hooks lib this will
help with not filling the phone with old data
2021-12-02 15:37:52 +01:00
Andreas Eriksson 933a8840a3
feat: 🎸 Fix image load and typescript errors (#570)
* Update Cocoapods version
* Use new api GetRequestHeaders to get headers
* Remove warnings of missing colors and brushes
* Fix typing errors
* Change affected main branch to main
* Remove unused feature toggle
* Add dummy login checker to remove using any
2021-12-02 15:34:15 +01:00
Viktor Sarström 0ba4d355b8 refactor: 💡 Switched to skolplattformen-app instead 2021-12-01 11:13:50 +01:00