Jonas Sander

Results 48 issues of Jonas Sander

Tidbits to remeber: * Expansion behavior is different on layouts with bottom sheets in contrast to the desktop layout with the fixed table of contents on the side. On the...

documentation
platform: macos
testing

In our Dart code we follow the convention of leaving spaces after the slahes of comments. A comment with bad spacing is a comment that has no space after the...

bug
ci/cd
code quality

Currently when you add several lessons to the timetable they are sorted by the order you add them to the timetable slot. This means that if you add the same...

enhancement
feature: timetable / calendar
ui / ux
w: timetable-calendar-overview-page

## Describe the bug When installing just Flutter via `fvm` and not having Flutter set (`flutter` is not available) then errors occur when running commands that use `flutter` (like `flutter...

bug
sharezone cli

Let's merge this and fix it for Bitwarden in a different PR. But it could still be a bug with Bitwarden: https://github.com/flutter/flutter/issues/61301 _Originally posted by @nilsreichardt in https://github.com/SharezoneApp/sharezone-app/pull/148#pullrequestreview-944657605_

bug
ui / ux
feature: authentification
w: login-page

## Describe the bug Sometimes when switching settings in a course the state of another toggle is changed than the one you pressed (see video below). I think (but don't...

bug
ui / ux
feature: groups:courses
feature: groups:classes
feature: groups
w: school-class-details-page
w: course-details-page

Some random notes: * Create CONTRIBUTING.md * Explain Pull-Request Flow (WIP/Review - first create issue if you're unsure about the change) * Definition of done (Testing (Unit / E2E), Analytics,...

documentation
open-source

Currently one can only toggle the dark-/light-mode inside the settings page which is only accessable if one is logged in. We should have a way to toggle this without being...

enhancement
ui / ux
ui: dark-mode

Dart does not currently always lint unused code, instead we can use packages like [`dart_code_metrics`](https://pub.dev/packages/dart_code_metrics). Checks for unused code should be run automatically in our pipeline for all PRs.

enhancement
good first issue
ci/cd
code quality

## Describe the bug When going to the Settings > "about us" ("Über uns") page the app version can't be loaded. ## Steps to Reproduce 1. Open the Sharezone app...

bug
platform: macos
w: about-us-page