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

Various fixes & improvements #124

Closed
wants to merge 12 commits into from
Closed

Various fixes & improvements #124

wants to merge 12 commits into from

Conversation

FrNecas
Copy link
Collaborator

@FrNecas FrNecas commented Aug 31, 2022

Quite a lot of small fixes and improvements and due to #122 still not being merged, I am putting everything together into this one PR targetting the frnecas-docker branch (I wanted to experiment with the new setup while developing :) ). I will rebase/change targets based on the order of merging.

Fixes: #121
Fixes: #109 (well, kinda differently than previously anticipated, but it should now be more apparent that the modal can be closed)
Fixes: #108
Fixes: #103
Fixes: #120
Fixes: #125

Also fixes the user select bug mentioned on Discord

This will hopefully simplify setup for potential newcomers once frontend
is introduced as well.

Signed-off-by: František Nečas <[email protected]>
The dist directory must be present, otherwise ASP .NET Core throws an
error. Upon first cloning the repository, it is not present, create at
least an empty directory (it will later be filled by angular builds).

Signed-off-by: František Nečas <[email protected]>
Signed-off-by: František Nečas <[email protected]>
Get rid of pointless documentation from school projects, rewrite README
to English, add instructions for running inside containers.

Signed-off-by: František Nečas <[email protected]>
The behaviour of the lookahead is a bit buggy in some browsers on mobile
causing it to query the formatted result again once it's selected
resulting in an error. Editing the chosen user does not make sense (and
resets the model), hence it's better to make the field readonly after
selection anyway and allow resetting it.

Signed-off-by: František Nečas <[email protected]>
This makes it more clear that the toast can be dismissed (by tapping
anywhere, not just the button) which should allow the user to faster get
back to using the app when a toast is blocking view of an important
element (e.g. login button blocked by toast mentioning that login has
expired).

Signed-off-by: František Nečas <[email protected]>
Signed-off-by: František Nečas <[email protected]>
The users (even if not logged in) should know whether the board game is
available in the club. For this reason, add a label mentioning
unavailability instead of the typical reservation button for such users.

Signed-off-by: František Nečas <[email protected]>
The new ordering is as follows:
 1) events
 2) current/upcoming states
 3) past states

In each of these categories, the elements are ordered chronologically
based on start time. This is to make the most important things the
closests to the top.

Signed-off-by: František Nečas <[email protected]>
@FrNecas FrNecas linked an issue Sep 2, 2022 that may be closed by this pull request
Base automatically changed from frnecas-docker to master September 30, 2022 12:11
@ondryaso
Copy link
Member

Merged; however, I removed 2ed5bd5 because I don't think it was a great solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants