Skip to content

Commit 8216993

Browse files
committed
- Updated favicon
- Updated highlight functionality (added more sorting options) and fixed some bugs - Updated export/import data functionality (now asks for what settings to merge on import) - Added an entirely new mobile layout to make things flow more consistently between desktop and mobile devices
1 parent 2d40859 commit 8216993

30 files changed

Lines changed: 3144 additions & 1731 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This project was developed with assistance from AI tools including [Gab AI](http
2121
- **Highlights Management**: Search and filter highlighted verses by color/content
2222
- **Keyboard Navigation**: Extensive keyboard shortcuts (F1 to toggle help)
2323
- **Data Portability**: Import/export highlights, notes, and settings
24-
- **Responsive Design**: Optimized for both desktop and mobile devices (mobile has limited features)
24+
- **Responsive Design**: Optimized for both desktop and mobile devices
2525
- **Theming**: Dark/light mode with six color themes
2626

2727
## Markdown Keyboard Shortcuts

dev_tools/Build-CSS.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ $FileOrder = @(
2222
"settings.css",
2323
"loading.css",
2424
"error.css",
25+
"mobile.css",
2526
"responsive.css",
2627
"scrollbars.css",
2728
"hotkeys.css"

dev_tools/build-css.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ def main():
108108
"settings.css",
109109
"loading.css",
110110
"error.css",
111+
"mobile.css",
111112
"responsive.css",
112113
"scrollbars.css",
113114
"hotkeys.css"

favicons/apple-touch-icon.png

-18.2 KB
Loading

favicons/favicon-16x16.png

79 Bytes
Loading

favicons/favicon-192x192.png

33 KB
Loading

favicons/favicon-32x32.png

-696 Bytes
Loading

favicons/favicon-512x512.png

178 KB
Loading

favicons/favicon-source.png

178 KB
Loading

favicons/favicon.ico

346 KB
Binary file not shown.

0 commit comments

Comments
 (0)