mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-25 07:15:36 +00:00
refactor: update ErrorElement and HistogramChart components for improved styling and functionality
- Enhanced the ErrorElement component by adjusting the layout for better centering and added select-text class for improved text selection. - Modified the HistogramChart component to accept a thumbnail URL instead of tone analysis, streamlining the data flow. - Refactored the histogram calculation logic to improve performance and clarity, including compression of histogram data. - Updated the manifest version from 'v2' to 'v3' across multiple files to reflect the new data structure. Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
@@ -209,16 +209,6 @@
|
||||
"gallery.built.at": "Built at ",
|
||||
"gallery.photos_one": "{{count}} photo",
|
||||
"gallery.photos_other": "{{count}} photos",
|
||||
"histogram.blue": "Blue",
|
||||
"histogram.channel": "Channel",
|
||||
"histogram.green": "Green",
|
||||
"histogram.luminance": "Lu",
|
||||
"histogram.mean": "Mean",
|
||||
"histogram.median": "Median",
|
||||
"histogram.mode": "Mode",
|
||||
"histogram.red": "Red",
|
||||
"histogram.statistics": "Statistics",
|
||||
"histogram.value": "Value",
|
||||
"loading.converting": "Converting...",
|
||||
"loading.default": "Loading",
|
||||
"loading.heic.converting": "Converting HEIC/HEIF image format...",
|
||||
|
||||
Reference in New Issue
Block a user