Report bug after merges. #936

Closed
opened 2026-05-13 07:38:31 +00:00 by a24sakma · 29 comments
Collaborator
No description provided.
Collaborator

bild

![bild](/attachments/05f05704-c97a-4678-8d84-ae7ef9439ee2)
7.5 KiB
Collaborator

Small "bug" dots not centered
image

Small "bug" dots not centered ![image](/attachments/ff9200fe-b65a-413f-8f5f-2e2ebfd8ddb4)
Collaborator

@c24danli wrote in #936 (comment):

Small "bug" dots not centered image

fake news

@c24danli wrote in https://git.webug.se/Andras/BoundlessFlowCampus2K/issues/936#issuecomment-10562: > Small "bug" dots not centered [![image](/attachments/ff9200fe-b65a-413f-8f5f-2e2ebfd8ddb4)](/Andras/BoundlessFlowCampus2K/attachments/ff9200fe-b65a-413f-8f5f-2e2ebfd8ddb4) fake news
Collaborator

Temperature graph is not centered.

Temperature graph is not centered.
Collaborator

The MapView content gets cut off when the card is resized to a smaller size

The MapView content gets cut off when the card is resized to a smaller size
Collaborator

image

This happened to me after I played a sudoku game and refreshed the page, and now keeps on happening every time I refresh the page despite restarting the app.

![image](/attachments/56aed7c2-5619-4d84-ae03-b2a50374b7d7) This happened to me after I played a sudoku game and refreshed the page, and now keeps on happening every time I refresh the page despite restarting the app.
108 KiB
Collaborator

Cards are not in alphabetical order in add card modal

Cards are not in alphabetical order in add card modal
Collaborator

Two tabs for productivity with different contents, as well as the latter not being translated to swedish (add card button not translated either)

Two tabs for productivity with different contents, as well as the latter not being translated to swedish (add card button not translated either)
Collaborator

The pulldown/expandbar (?) does not work on chrome

The pulldown/expandbar (?) does not work on chrome
Collaborator

Blue color blends in with blue theme, and looks blue with other themes

Blue color blends in with blue theme, and looks blue with other themes
Collaborator

css error when rendering on firefox, as well as some elements being preloaded and not used.
image

css error when rendering on firefox, as well as some elements being preloaded and not used. ![image](/attachments/2189473b-a184-4712-9aac-05c2faf26217)
Collaborator

@b24idalu wrote in #936 (comment):

Blue color blends in with blue theme, and looks blue with other themes

This will be fixed when the background is light or dark, not colored.

@b24idalu wrote in https://git.webug.se/Andras/BoundlessFlowCampus2K/issues/936#issuecomment-10570: > Blue color blends in with blue theme, and looks blue with other themes This will be fixed when the background is light or dark, not colored.
Collaborator

toggle button placement is a little wrong.

toggle button placement is a little wrong.
Collaborator

@b24idalu wrote in #936 (comment):

The pulldown/expandbar (?) does not work on chrome

Mine works on chrome, could you try and rebuild it and see if it works?

@b24idalu wrote in https://git.webug.se/Andras/BoundlessFlowCampus2K/issues/936#issuecomment-10569: > The pulldown/expandbar (?) does not work on chrome Mine works on chrome, could you try and rebuild it and see if it works?
Collaborator

This might only be a problem on my computer, but when I call docker compose up, there is always one container that is unhealthy and causes the whole thing to crash..
image

I suspect this is somehow caused by database 03-sensors-cron-jobs.sql, since removing it solves the problem, but I have no idea why...

This might only be a problem on my computer, but when I call docker compose up, there is always one container that is unhealthy and causes the whole thing to crash.. ![image](/attachments/d88ed7b9-4cd3-4fa7-95bd-5561d4b04d6f) I suspect this is somehow caused by database 03-sensors-cron-jobs.sql, since removing it solves the problem, but I have no idea why...
Collaborator

@b24idalu wrote in #936 (comment):

Two tabs for productivity with different contents, as well as the latter not being translated to swedish (add card button not translated either)

I am fairly certain this is because the categories are written in two different ways in Dashboard.js

image

image

@b24idalu wrote in https://git.webug.se/Andras/BoundlessFlowCampus2K/issues/936#issuecomment-10568: > Two tabs for productivity with different contents, as well as the latter not being translated to swedish (add card button not translated either) I am fairly certain this is because the categories are written in two different ways in Dashboard.js ![image](/attachments/75f9498c-f660-484a-8190-eb1e7afbf5e5) ![image](/attachments/6e568366-ac28-4c15-b492-e6973414f717)
Collaborator

Some selectors in the css for add card modal still use camelCase, which causes the modal not to display correctly in mobile landscape mode. (The selectors are all in the media query for mobile landscape)
image

Some selectors in the css for add card modal still use camelCase, which causes the modal not to display correctly in mobile landscape mode. (The selectors are all in the media query for mobile landscape) ![image](/attachments/34a86d74-54c5-46c0-b933-4e9e818b1d74)
Collaborator

Adding card when in mobile view stacks them on top of each other (tested with firefox mobile view)
image

Adding card when in mobile view stacks them on top of each other (tested with firefox mobile view) ![image](/attachments/032b7cf5-33c3-47d8-9954-eea360943338)
Collaborator

This might already have been an issue, but adding a card to a "space smaller than than its default size" also causes cards to overlap
image

This might already have been an issue, but adding a card to a "space smaller than than its default size" also causes cards to overlap ![image](/attachments/51603b16-2778-4451-8637-737eadcdca00)
Collaborator

@b24idalu wrote in #936 (comment):

Cards are not in alphabetical order in add card modal

@b24idalu wrote in #936 (comment):

Two tabs for productivity with different contents, as well as the latter not being translated to swedish (add card button not translated either)

From the looks of things, the whole localization implementation got completely shredded and fragmented in the merge, not surprising really.

I do know however that i broke alphabetical sorting when implementing localization in the modal, since the sorting algorithm now as a result, looks at localization keys, rather than the card titles themselves. It's on my TODO-list to fix, once we have working team branches and I can resume work on #861.

@b24idalu wrote in https://git.webug.se/Andras/BoundlessFlowCampus2K/issues/936#issuecomment-10567: > Cards are not in alphabetical order in add card modal @b24idalu wrote in https://git.webug.se/Andras/BoundlessFlowCampus2K/issues/936#issuecomment-10568: > Two tabs for productivity with different contents, as well as the latter not being translated to swedish (add card button not translated either) From the looks of things, the whole localization implementation got completely shredded and fragmented in the merge, not surprising really. I do know however that i broke alphabetical sorting when implementing localization in the modal, since the sorting algorithm now as a result, looks at localization keys, rather than the card titles themselves. It's on my TODO-list to fix, once we have working team branches and I can resume work on #861.
Collaborator

@b23albst wrote in #936 (comment):

@b24idalu wrote in #936 (comment):

Two tabs for productivity with different contents, as well as the latter not being translated to swedish (add card button not translated either)

I am fairly certain this is because the categories are written in two different ways in Dashboard.js

image

image

fixed!

@b23albst wrote in https://git.webug.se/Andras/BoundlessFlowCampus2K/issues/936#issuecomment-10578: > @b24idalu wrote in #936 (comment): > > > Two tabs for productivity with different contents, as well as the latter not being translated to swedish (add card button not translated either) > > I am fairly certain this is because the categories are written in two different ways in Dashboard.js > > [![image](/attachments/75f9498c-f660-484a-8190-eb1e7afbf5e5)](/Andras/BoundlessFlowCampus2K/attachments/75f9498c-f660-484a-8190-eb1e7afbf5e5) > > [![image](/attachments/6e568366-ac28-4c15-b492-e6973414f717)](/Andras/BoundlessFlowCampus2K/attachments/6e568366-ac28-4c15-b492-e6973414f717) fixed!
Collaborator

@b23albst wrote in #936 (comment):

This might already have been an issue, but adding a card to a "space smaller than than its default size" also causes cards to overlap image

Yes this is a known issue, we will make another issue to fix that!

@b23albst wrote in https://git.webug.se/Andras/BoundlessFlowCampus2K/issues/936#issuecomment-10582: > This might already have been an issue, but adding a card to a "space smaller than than its default size" also causes cards to overlap [![image](/attachments/51603b16-2778-4451-8637-737eadcdca00)](/Andras/BoundlessFlowCampus2K/attachments/51603b16-2778-4451-8637-737eadcdca00) Yes this is a known issue, we will make another issue to fix that!
Collaborator

@b23albst wrote in #936 (comment):

Some selectors in the css for add card modal still use camelCase, which causes the modal not to display correctly in mobile landscape mode. (The selectors are all in the media query for mobile landscape) image

Fixed!

@b23albst wrote in https://git.webug.se/Andras/BoundlessFlowCampus2K/issues/936#issuecomment-10580: > Some selectors in the css for add card modal still use camelCase, which causes the modal not to display correctly in mobile landscape mode. (The selectors are all in the media query for mobile landscape) [![image](/attachments/34a86d74-54c5-46c0-b933-4e9e818b1d74)](/Andras/BoundlessFlowCampus2K/attachments/34a86d74-54c5-46c0-b933-4e9e818b1d74) Fixed!
Collaborator

@b24idalu wrote in #936 (comment):

Blue color blends in with blue theme, and looks blue with other themes

This is going to be fixed in the redesign

@b24idalu wrote in https://git.webug.se/Andras/BoundlessFlowCampus2K/issues/936#issuecomment-10570: > Blue color blends in with blue theme, and looks blue with other themes This is going to be fixed in the redesign
Collaborator

bild

![bild](/attachments/ff328e73-e922-486e-ad90-d7f45e0fbecd)
149 KiB
Collaborator

bild
It is possible to add new cards that overlap with old cards

![bild](/attachments/d193c9f0-cdd1-4415-b429-0d8f0d79f756) It is possible to add new cards that overlap with old cards
52 KiB
Collaborator

@a24julot wrote in #936 (comment):

@b24idalu wrote in #936 (comment):

The pulldown/expandbar (?) does not work on chrome

Mine works on chrome, could you try and rebuild it and see if it works?

Tried rebuilding and if it works on edge, neither works for me

@a24julot wrote in https://git.webug.se/Andras/BoundlessFlowCampus2K/issues/936#issuecomment-10576: > @b24idalu wrote in #936 (comment): > > > The pulldown/expandbar (?) does not work on chrome > > Mine works on chrome, could you try and rebuild it and see if it works? Tried rebuilding and if it works on edge, neither works for me
Collaborator

@b24idalu wrote in #936 (comment):

@a24julot wrote in #936 (comment):

@b24idalu wrote in #936 (comment):

The pulldown/expandbar (?) does not work on chrome

Mine works on chrome, could you try and rebuild it and see if it works?

Tried rebuilding and if it works on edge, neither works for me

We have new weekly branches, try to delete you local repo and clone it again, then run the installation script, then rebuild script. We don't seem to have the problem here I'm afraid!

@b24idalu wrote in https://git.webug.se/Andras/BoundlessFlowCampus2K/issues/936#issuecomment-10628: > @a24julot wrote in #936 (comment): > > > @b24idalu wrote in #936 (comment): > > > The pulldown/expandbar (?) does not work on chrome > > > > > > Mine works on chrome, could you try and rebuild it and see if it works? > > Tried rebuilding and if it works on edge, neither works for me We have new weekly branches, try to delete you local repo and clone it again, then run the installation script, then rebuild script. We don't seem to have the problem here I'm afraid!
Author
Collaborator

I close this issue as most of the comments are answered and fixed

I close this issue as most of the comments are answered and fixed
Sign in to join this conversation.
No milestone
No project
No assignees
11 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Andras/BoundlessFlowCampus2K#936
No description provided.