This repository was archived by the owner on Sep 19, 2025. It is now read-only.
Commit e640c38
committed
Enhance Electron API and add PDF preview functionality
- Added `setWindowTitle` and `updateWindowPreview` methods to the Electron API for better window management.
- Implemented a new SVG icon for PDF previews to improve user interface.
- Updated the main Electron process to handle window title updates and thumbnail previews for ALT+TAB functionality on Windows.
- Integrated the new search functionality in the FileReader component, allowing users to find text within documents and manage recent searches.
- Refactored various components to streamline search and navigation features, enhancing overall user experience.1 parent a7bfd90 commit e640c38
23 files changed
Lines changed: 1273 additions & 420 deletions
File tree
- public/assets/icons
- src
- electron
- frontend
- components
- form-fields
- modals
- pages
- reader
- viewer
- lib
- contexts
- hooks
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
43 | 61 | | |
44 | 62 | | |
45 | 63 | | |
46 | 64 | | |
47 | 65 | | |
| 66 | + | |
48 | 67 | | |
49 | 68 | | |
50 | 69 | | |
| |||
58 | 77 | | |
59 | 78 | | |
60 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
61 | 92 | | |
62 | 93 | | |
63 | 94 | | |
| |||
73 | 104 | | |
74 | 105 | | |
75 | 106 | | |
76 | | - | |
77 | 107 | | |
78 | 108 | | |
79 | 109 | | |
80 | 110 | | |
81 | | - | |
82 | 111 | | |
83 | 112 | | |
84 | 113 | | |
85 | 114 | | |
86 | 115 | | |
87 | | - | |
88 | 116 | | |
89 | 117 | | |
90 | 118 | | |
| |||
125 | 153 | | |
126 | 154 | | |
127 | 155 | | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | 156 | | |
132 | 157 | | |
133 | 158 | | |
| |||
256 | 281 | | |
257 | 282 | | |
258 | 283 | | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
259 | 294 | | |
260 | 295 | | |
261 | 296 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | 59 | | |
63 | 60 | | |
64 | 61 | | |
| |||
0 commit comments