Skip to content

Recent files list #64

Description

@Phantom-VK

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

  • Store file paths only, never content
  • Handle files that have since moved or been deleted gracefully
  • Limit to the last 10 files
  • Store in Settings

Where

  • core/settings.py -> add recent_files: list[str]
  • frontend/src/views/Parser/index.tsx -> render the list
  • desktop/api.py -> expose get_recent_files()

Scope

Intermediate.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:coresrc/norefund/core — pure logic, no UIarea:frontendfrontend/ — React UIenhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions