-
Notifications
You must be signed in to change notification settings - Fork 1
Recent files list #64
Copy link
Copy link
Open
Labels
area:coresrc/norefund/core — pure logic, no UIsrc/norefund/core — pure logic, no UIarea:frontendfrontend/ — React UIfrontend/ — React UIenhancementNew feature or requestNew feature or request
Description
Activity
Metadata
Metadata
Assignees
Labels
area:coresrc/norefund/core — pure logic, no UIsrc/norefund/core — pure logic, no UIarea:frontendfrontend/ — React UIfrontend/ — React UIenhancementNew feature or requestNew feature or request
Problem
Analysing the same document against several models is a core workflow. Today it means re-navigating the file picker each time.
Solution
A recent files list in the File Parser, or a quick-open menu (Ctrl/Cmd+O shows recent + file picker).
Implementation
SettingsWhere
core/settings.py-> addrecent_files: list[str]frontend/src/views/Parser/index.tsx-> render the listdesktop/api.py-> exposeget_recent_files()Scope
Intermediate.