Gigi
2bbfa82eec
refactor: make FAB fully transparent when no text selected
...
- Change opacity from 0.4 to 0 when no selection (fully transparent)
- Remove shadow when transparent for cleaner look
- Use pointerEvents: none to prevent interaction when invisible
- Remove disabled attribute, handle interaction via pointer events
- Button smoothly fades in/scales up when text is selected
2025-10-05 23:10:08 +01:00
Gigi
cc68e67726
refactor: change highlight button to FAB style
...
- Replace floating popup button with persistent FAB in bottom-right corner
- Button always visible but disabled when no text is selected
- Uses user's highlight color from settings
- Visual feedback: scales up and becomes opaque when text is selected
- Follows Google apps design pattern for floating action buttons
2025-10-05 23:09:36 +01:00
Gigi
f3a8cf1c23
fix: highlight button positioning with scroll
...
Change button from absolute to fixed positioning so it appears at the correct location relative to selected text regardless of scroll position
2025-10-05 23:06:33 +01:00
Gigi
290d9303b5
feat: add simple highlight creation feature
...
- Create HighlightButton component that appears on text selection
- Add highlightCreationService using EventFactory and HighlightBlueprint
- Integrate highlight button into ContentPanel with text selection detection
- Update Bookmarks to pass required props and refresh highlights after creation
- Publish highlights to NIP-84 relays automatically
- Only show button when user is logged in
2025-10-05 23:03:23 +01:00
Gigi
0ca62c4797
chore: bump version to 0.1.11
v0.1.11
2025-10-05 22:54:47 +01:00
Gigi
1441d8d998
style: reduce padding between bookmark items and panel edge
2025-10-05 22:53:33 +01:00
Gigi
9252078fb7
refactor: rename 'underlines' to 'highlights' throughout codebase
2025-10-05 22:52:42 +01:00
Gigi
d5ab88082f
feat: show author name in highlight cards
2025-10-05 22:50:20 +01:00
Gigi
a8e48ba280
feat: sync highlight level toggles between sidebar and main article text
2025-10-05 22:49:07 +01:00
Gigi
dbccb28113
fix: prevent bookmark text from being cut off in compact view
2025-10-05 22:47:59 +01:00
Gigi
b1f6ac88a6
fix: show highlights immediately when opening panel if already loaded
2025-10-05 22:46:39 +01:00
Gigi
c07797ff7c
fix: resolve all linting and type errors
2025-10-05 22:45:57 +01:00
Gigi
41fb51c357
feat: stream highlights progressively as they arrive from relays
2025-10-05 22:42:39 +01:00
Gigi
5e2abfa8c7
fix: display article immediately without waiting for highlights to load
2025-10-05 22:40:54 +01:00
Gigi
7cf2b7d35d
fix: remove redundant setReaderLoading call in error handler
2025-10-05 22:39:51 +01:00
Gigi
66f0b2bc3f
fix: correct default highlight color for 'mine' to yellow (#ffff00)
2025-10-05 22:35:37 +01:00
Gigi
647cf1caf7
feat: update default highlight colors to orange for friends and purple for nostrverse
2025-10-05 22:34:54 +01:00
Gigi
d4e8e465b4
style: remove padding from collapsed sidebar buttons for flush alignment
2025-10-05 22:31:48 +01:00
Gigi
fa52d61c20
fix(highlights): prevent highlights panel from auto-opening on article load
2025-10-05 22:28:07 +01:00
Gigi
c407663c2b
fix(settings): make startup preference checkboxes checked by default and remove redundant text
2025-10-05 22:26:04 +01:00
Gigi
e931f36dee
fix(layout): remove all borders and reduce padding to glue expand buttons to main panel
2025-10-05 22:25:33 +01:00
Gigi
ba34e51803
fix(bookmarks): ensure both panels start collapsed on initial load regardless of saved settings
2025-10-05 22:24:32 +01:00
Gigi
c67d831efd
fix(layout): remove all padding/margin between collapsed sidebar and main panel
2025-10-05 22:22:29 +01:00
Gigi
c1dedb248d
fix(bookmarks): fix collapsed sidebar button being cut off by increasing width and padding
2025-10-05 22:21:16 +01:00
Gigi
b177907eb9
fix(bookmarks): reduce padding to prevent text truncation in compact view
2025-10-05 22:20:29 +01:00
Gigi
518c6d9714
feat(settings): set default font size to middle option (18px)
2025-10-05 22:19:51 +01:00
Gigi
89b14ce5b7
feat(toast): add login/logout success messages using existing toast system
2025-10-05 22:19:30 +01:00
Gigi
5f7aab90a7
feat(settings): align color pickers and labels for better visual layout
2025-10-05 22:18:55 +01:00
Gigi
6d41d95627
feat(highlights): update default colors to yellow, orange, purple
2025-10-05 22:17:39 +01:00
Gigi
9aea1f9a70
feat(settings): enhance preview with longer text and three-level highlights
2025-10-05 22:16:20 +01:00
Gigi
8594b733ef
style(settings): remove 'Color' from highlight setting labels
2025-10-05 22:15:35 +01:00
Gigi
be42203944
remove(settings): remove legacy highlight color setting
2025-10-05 22:15:08 +01:00
Gigi
c51c1810c4
feat(settings): set Source Serif 4 as default reading font
2025-10-05 22:14:47 +01:00
Gigi
6bbc5eb1fc
docs(settings): clarify that both panels default to collapsed state
2025-10-05 22:14:01 +01:00
Gigi
ff5c974557
style(icons): change user icon to fa-user-circle in sidebar header
2025-10-05 22:13:21 +01:00
Gigi
61bc64ea26
feat(auth): make user icon clickable to trigger login when logged out
2025-10-05 22:13:01 +01:00
Gigi
73da428cd7
remove(highlights): remove 'Show context' functionality from highlight items
2025-10-05 22:12:41 +01:00
Gigi
ce2ccd54b3
fix(lint): resolve all linting and TypeScript errors
2025-10-05 22:12:07 +01:00
Gigi
4f8bc0c641
style(bookmarks): move view mode controls to bottom of bookmarks sidebar
2025-10-05 22:11:14 +01:00
Gigi
d6edddc572
style(bookmarks): right-align all buttons except collapse button in sidebar header
2025-10-05 22:10:09 +01:00
Gigi
d275cb37ab
fix(bookmarks): position expand button at top of collapsed sidebar
2025-10-05 22:09:04 +01:00
Gigi
959e83699a
fix(auth): implement logout functionality to clear active account and localStorage
2025-10-05 22:08:11 +01:00
Gigi
6e0a88fbd9
style(bookmarks): reorder sidebar header buttons to collapse, refresh, settings, avatar, login/logout
2025-10-05 22:07:48 +01:00
Gigi
ba682dde1d
style(panels): make left panel styling match right panel with consistent background and borders
2025-10-05 22:04:43 +01:00
Gigi
5e788b0026
style(highlights): move collapse button to far right of highlights header
2025-10-05 22:04:01 +01:00
Gigi
256540bf60
feat(bookmarks): add loading state to bookmark list with spinner
2025-10-05 22:03:12 +01:00
Gigi
e710391962
style(ui): replace all loading text with spinners per fontawesome rule
2025-10-05 22:02:01 +01:00
Gigi
29906397db
fix(bookmarks): prevent decrypted JSON from showing as cyphertext in bookmark list
2025-10-05 22:00:53 +01:00
Gigi
aac4adeda6
feat(bookmarks): add refresh button to sidebar header with loading state
2025-10-05 22:00:18 +01:00
Gigi
008c14c14a
style(bookmarks): make compact buttons monochrome and subtle (no green background)
2025-10-05 21:59:01 +01:00