Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
5c23667
Change to headerless style + add compact mode
boerdereinar Apr 28, 2024
1cc39ef
Remove redundant settings
boerdereinar Apr 28, 2024
cab6c9f
Shorten /home/user to ~
boerdereinar Apr 28, 2024
753732b
add back headers
boerdereinar Apr 29, 2024
a0c6d08
add close item with middle click
boerdereinar Apr 30, 2024
4d20537
Add file preview + various style fixes
boerdereinar May 1, 2024
5fae86f
Add file type detection for files without an extension
boerdereinar May 2, 2024
e3296f6
Modify file item look
boerdereinar May 4, 2024
6d69a70
Change file styling again
boerdereinar May 5, 2024
64e3fdb
Rename preview settings
boerdereinar May 5, 2024
2b155e9
Don't select on item removal
boerdereinar May 5, 2024
817fe07
Replace validate-color calls with color-string + make clean:ts failab…
boerdereinar May 6, 2024
5cf4897
Add color-string to rollup
boerdereinar May 6, 2024
eb2f77b
Fix prettier problems
boerdereinar May 6, 2024
d1b4098
Re-add removed translations
boerdereinar May 7, 2024
3ffe4b8
Make item width and height configurable
boerdereinar May 7, 2024
cba5b0c
Change text styling
boerdereinar May 7, 2024
ab2a942
Only parse rgb, because color-string doesn't do conversions
boerdereinar May 7, 2024
dfa683f
Fix compact mode link style
boerdereinar May 8, 2024
653e28a
Add floating mode + fix incognito icon + modify colors to better supp…
boerdereinar May 9, 2024
4756cd7
Use BinLayout for pano item
boerdereinar May 9, 2024
ca3581a
Add option to open Pano at the pointer position
boerdereinar May 10, 2024
05f5314
Fix action button coloring to follow body/header color
boerdereinar May 10, 2024
944ee86
Add compact header style
boerdereinar May 10, 2024
e6aa570
Fix item spacing evenly
boerdereinar May 10, 2024
53a8a49
Reduce margins of compact text item to fit more lines
boerdereinar May 10, 2024
2b58b9e
Only disable pointer location for indicator
boerdereinar May 10, 2024
58d4d36
Fix link button background
boerdereinar May 11, 2024
40dca4b
Fix jumpy animations when filtering/deleting items + fix item spacing…
boerdereinar May 16, 2024
d4d28ff
Move file icons to header icon if headers are enabled
boerdereinar May 16, 2024
4e866d4
Fix metadata height for link item with header
boerdereinar May 16, 2024
62a526d
Fix window height not updating + update resource files
boerdereinar May 17, 2024
cc03d1b
Add favorite indicator + modify file icon placement and link preview …
boerdereinar May 21, 2024
b4d1c9f
Fix shortcuts
boerdereinar May 23, 2024
56d926e
Add paste file content functionality to text file items
boerdereinar May 23, 2024
1279908
Store any single grapheme as an emoji item
boerdereinar May 28, 2024
0f75a6a
Fix transparent header color
boerdereinar May 28, 2024
2495497
Decrease height of files preview if it contains less files than the h…
boerdereinar May 28, 2024
4ae6e54
Fix emoji display for wide emojis like 👩🏽‍👩🏿‍👧🏻‍👧🏽
boerdereinar May 28, 2024
70eb2aa
Fix header date updater not being destroyed
boerdereinar May 29, 2024
a949f9c
Fix warnings that happen when toggling the show-controls-on-hover set…
boerdereinar Jun 1, 2024
5c3403e
Add border around window
boerdereinar Jun 2, 2024
1e26455
Fix item shadow + color item color + remove on mmb setting not being …
boerdereinar Jun 8, 2024
f142b4d
Fix pixel inconsistencies
boerdereinar Jun 8, 2024
8917be5
fix: use orientation compatibility functions instead of setting verti…
Totto16 Feb 22, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"@types/eslint": "^9.6.1",
"@types/eslint__js": "^8.42.3",
"@types/eslint__eslintrc": "^2.1.2",
"@types/color-string": "^1.5.5",
"@types/events": "^3.0.3",
"@types/gettext-parser": "^8.0.0",
"@types/highlight.js": "^10.1.0",
Expand Down Expand Up @@ -90,14 +91,14 @@
"chalk": "4.1.2"
},
"dependencies": {
"color-string": "^1.9.1",
"date-fns": "^2.30.0",
"hex-color-converter": "^0.2.1",
"graphemer": "^1.4.0",
"highlight.js": "^11.9.0",
"htmlparser2": "^9.1.0",
"is-url": "^1.2.4",
"pretty-bytes": "^6.1.1",
"prismjs": "^1.29.0",
"validate-color": "https://gitpkg.now.sh/dreamyguy/validate-color/src/validate-color"
"prismjs": "^1.29.0"
},
"packageManager": "yarn@1.22.22"
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion resources/images/incognito-mode.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading