Bump python-dotenv from 1.0.0 to 1.2.2 - #1
Open
dependabot[bot] wants to merge 525 commits into
Open
Conversation
…delete - Add backdrop click-to-close (@click.self) to all 20 modals - Add consistent X button in top right corner of all modals - Remove @click.stop from modal inner divs to allow backdrop clicks - Add markdown rendering support to recording disclaimer modal - Fix: Remove deleted recordings from processing queue - Move allJobs declaration before state object (fix hoisting error) - Add allJobs to state object for composable access - Clear both uploadQueue and allJobs when recording deleted - Prevents ghost entries in processing queue after deletion
- Bump VERSION to v0.6.2 - Update README.md with latest release info - Update docs/index.md with v0.6.2 release notes - Document full markdown support for recording disclaimers - Add crash recovery feature documentation - Document processing queue deletion fix - Add version-specific notes throughout docs
- Add max-h-[90vh] to prevent modal exceeding viewport - Make modal flex column layout with scrollable content - Header and footer fixed, content area scrolls independently - Fixes buttons going off-screen on mobile devices
- Move chunking_service creation to module level in app_config.py - Import chunking_service in processing.py from app_config - Remove dead asr_client code that caused import errors
The lowercase version of this image is no longer in use and can cause problems in case-insensitive file systems. Fixes murtaza-nasir#144
…mage Delete no longer user image
- Add speaker filter in sidebar with searchable dropdown (like tags) - Fix archived/shared filters to use query params instead of separate endpoints - All filters now properly AND together (tags, speakers, dates, text, archived, shared) - Add search boxes for tag/speaker filters when >5 items exist - Add max-height containers with scroll for filter sections - Rename filterSpeakers function to filterSpeakerSuggestions to avoid naming conflict
… and locale files
…nnector test assertion
…retention test patterns
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.0.0 to 1.2.2. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v1.0.0...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
lhpereira
force-pushed
the
master
branch
2 times, most recently
from
May 14, 2026 03:59
0be3bd3 to
e290a79
Compare
lhpereira
pushed a commit
that referenced
this pull request
Jul 8, 2026
…(shown only when transcript segments carry start/end times) with: (a) headline metric cards for total length / number of speakers / total turns / total words; (b) per-speaker table sorted by speaking time with speaking duration (mm:ss), %% of total audio, turn count, word count and words-per-minute, each speaker row painting a slim proportion bar in the accent colour so the distribution reads at a glance; (c) a trailing Silence row aggregating leading/trailing gaps and between-segment gaps, with its own proportion bar in the muted colour; computation is a pure Vue computed (recordingStats) derived from processedTranscription.simpleSegments + recording.duration — no backend change; hasRecordingStats computed gates the tab button so the Stats tab only appears when the data is meaningful; falls back to an .empty primitive when shown without data; queue tracking file at internal-docs/ui-fix-queue.md
lhpereira
pushed a commit
that referenced
this pull request
Jul 8, 2026
…e the queue #1 work; now exposed alongside Events in the More overflow with a parallel mobile-stats-panel.html template; (1) new mobile-stats-panel.html: same data as desktop-stats-tab but laid out for narrow screens — 2-column metric grid (Total length / Speakers / Turns / Words) instead of desktop's 4-column, then a card-stack of per-speaker breakdowns (each card has speaker pill + duration on top, slim proportion bar, 3-column secondary stats grid '% audio / Turns / Words', WPM line at the bottom if available) instead of the wide HTML table that won't fit on phones; silence row preserved as its own muted card; empty state mirrors desktop with the chart-bar icon; (2) tab-navigation.html: the More button now activates whenever EITHER Events OR Stats are available (was: only Events) via a new hasMobileMoreOverflow computed, and the popup gains a Stats entry between Notes and Events with a speaker-count pill on the right; the active-tab dot lights up for stats / events / notes as before; (3) hasMobileMoreOverflow computed in app.modular.js derives from hasRecordingStats and selectedRecording.events.length, exposed in setup return so the template can use it; (4) the existing detail-view.html include list now includes the mobile-stats-panel.html sibling so the new panel actually renders when mobileTab === 'stats'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps python-dotenv from 1.0.0 to 1.2.2.
Release notes
Sourced from python-dotenv's releases.
... (truncated)
Changelog
Sourced from python-dotenv's changelog.
... (truncated)
Commits
36004e0Bump version: 1.2.1 → 1.2.2eb20252docs: update changelog for v1.2.2790c5c0Merge commit from fork43340daRemove the use ofshin tests (#612)09d7ceedocs: clarify override behavior and document FIFO support (#610)c8de288ci: improve workflow efficiency with best practices (#609)7bd9e3dAdd Windows testing to CI (#604)1baaf04Drop Python 3.9 support and update to PyPy 3.11 (#608)4a22cf8ci: enable testing on Python 3.14t (free-threaded) (#588)e2e8e77Fix license specifier (#597)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.