Initial release: DictIA v0.8.14-alpha (fork de Speakr, AGPL-3.0)
This commit is contained in:
26
static/js/modules/computed/index.js
Normal file
26
static/js/modules/computed/index.js
Normal file
@@ -0,0 +1,26 @@
|
||||
/**
|
||||
* Computed properties module exports
|
||||
*
|
||||
* Note: These computed properties are defined inline in the main app.js
|
||||
* due to their tight coupling with reactive state. This module serves as
|
||||
* a placeholder for future extraction if needed.
|
||||
*/
|
||||
|
||||
// Computed properties that could be extracted:
|
||||
// - filteredRecordings
|
||||
// - groupedRecordings
|
||||
// - highlightedTranscript
|
||||
// - activeRecordingMetadata
|
||||
// - identifiedSpeakers
|
||||
// - processedTranscription
|
||||
// - totalInQueue
|
||||
// - completedInQueue
|
||||
// - finishedFilesInQueue
|
||||
// - isMobileScreen
|
||||
// - datePresetOptions
|
||||
// - languageOptions
|
||||
// - tagsWithCustomPrompts
|
||||
// - filteredAvailableTagsForModal
|
||||
// - isMobileDevice
|
||||
|
||||
export default {};
|
||||
Reference in New Issue
Block a user