Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0053345
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[POS2] POSminorhave not tried2023-08-31 11:322023-09-29 08:53
ReporterAugustoMauchView Statuspublic 
Assigned Tomeriem_azaf 
PrioritynormalResolutionopenFixed in Version
StatusscheduledFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0053345: When there is no logged user, the UI mode should be the one from the OS

DescriptionWhen the touchpoint type information is not yet available (i.e. on before first login after clearing cache), we should use the mode setting defined for the operative system.

This same behavior should also happen in the first few ms after refresing the browser, when now the light mode is always shown (and it should be the mode defined in the OS too)
Steps To ReproduceConfigure the SO to use light mode
Clean caché, open POS2
- Light theme should be used

Configure the SO to use dark mode
Clean caché, open POS2
- Dark theme should be used
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0053550 closedAugustoMauch Proper style is not applield right after opening/refreshing POS2 in the browser 
related to feature request 0053352 closedRetail Update default dark/light mode, from dark to light 

-  Notes
(0154258)
dbaz (developer)
2023-08-31 15:23

Help to Dev:

if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) {
    // the operating system is in dark mode
    console.log('Dark mode enabled');
} else {
    // the operating system is in light mode or not specified
    console.log('Light mode enabled or not specified');
}
(0155379)
hgbot (developer)
2023-09-29 08:53

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1255 [^]

- Issue History
Date Modified Username Field Change
2023-08-31 11:32 AugustoMauch New Issue
2023-08-31 11:32 AugustoMauch Assigned To => Retail
2023-08-31 11:32 AugustoMauch Triggers an Emergency Pack => No
2023-08-31 11:37 AugustoMauch Description Updated View Revisions
2023-08-31 11:37 AugustoMauch Steps to Reproduce Updated View Revisions
2023-08-31 11:39 dbaz Note Added: 0154246
2023-08-31 15:15 dbaz Note Deleted: 0154246
2023-08-31 15:15 dbaz Relationship added related to 0053352
2023-08-31 15:16 dbaz Description Updated View Revisions
2023-08-31 15:16 dbaz Steps to Reproduce Updated View Revisions
2023-08-31 15:23 dbaz Summary Update default dark/light mode, from dark to light => When there is no logged user, the UI mode should be the Light one
2023-08-31 15:23 dbaz Description Updated View Revisions
2023-08-31 15:23 dbaz Steps to Reproduce Updated View Revisions
2023-08-31 15:23 dbaz Note Added: 0154258
2023-08-31 15:24 dbaz Summary When there is no logged user, the UI mode should be the Light one => When there is no logged user, the UI mode should be the one from the OS
2023-09-26 17:40 dbaz Description Updated View Revisions
2023-09-26 17:40 dbaz Relationship added related to 0053550
2023-09-28 15:37 AugustoMauch Assigned To Retail => meriem_azaf
2023-09-28 15:37 AugustoMauch Status new => scheduled
2023-09-29 08:53 hgbot Note Added: 0155379


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker