Skip to content

Hotfix release #14

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

Merged
merged 20 commits into from
Mar 13, 2024
Merged

Hotfix release #14

merged 20 commits into from
Mar 13, 2024

Conversation

lumburovskalina
Copy link
Collaborator

@lumburovskalina lumburovskalina commented Mar 8, 2024

Main PR
Related PRs:

  1. On the users page, the old users have cards, but their data is not displayed (unknown user display)
  2. Embeddings on the active learning does not have space between
  3. Refresh on heuristics has sometimes issues?
  4. Without any projects, if you upload a snapshot, there is an app error
  5. The percentage for the inner annotator is not rounded to 2

@lumburovskalina lumburovskalina marked this pull request as ready for review March 11, 2024 08:09
@LennartSchmidtKern
Copy link
Contributor

LennartSchmidtKern commented Mar 11, 2024

image

Only the last percentage has no spacing between numbers and %

  • resolved

@LennartSchmidtKern
Copy link
Contributor

LennartSchmidtKern commented Mar 11, 2024

Without any projects, if you upload a snapshot, there is an app error (on refresh it disappears):
image
image

I still have this error

@LennartSchmidtKern
Copy link
Contributor

LennartSchmidtKern commented Mar 12, 2024

Small new findings:

  1. You can still set up projects with duplicate names (at least for snapshots, maybe also for normal projects)
    I assume, this is partly due to this useCallback (empty depend arr):
    const submitUpload = useCallback(() => { if (isProjectTitleDuplicate) return; setStartUpload(true); timer(3000).subscribe(() => { setProjectName(""); setStartUpload(false); }); }, []);
  • resolved

@lumburovskalina : The UploadModal now prevents it but not the normal project creation

  1. The new project windows is not scrollable to the buttom. Proejcts can not be created on smaller screens.
  • resolved

@lumburovskalina lumburovskalina merged commit ac4a0cf into dev Mar 13, 2024
@lumburovskalina lumburovskalina deleted the hotfix-release branch March 13, 2024 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants