Back
Blip
Load previous page…
refocus quick entry panel if it is visible but not key when using global hotkey instead of hiding it #blip
Improve documentation and readability of some code parts a bit #blip
fix toggle voted up/down via keyboard shortcut sometimes not working #blip
Fix usage of NSDiffableDataSource by not storing whole items, only stable IDs #blip
Fix title-only button sometimes going weird in layouts because no intrinsic content size was available #blip
restore scroll psoition after live resize / full height re-calculation for smoother experience #blip
figure out nicer approach to update layout of visible items during live resize and rest after live resize ended #blip
different interaction/selection indicators depending on text or whole entry selection #blip
show separator for header view and draw scroller container in high contrast mode #blip
fix search popup not having rounded corners in high contrast mode #blip
fix header view having clear background color in high contrast mode #blip
implement creating new entry via inline editor either by pressing enter, cmd+n or simply beginning to type #blip
Fix inline editor sometimes causing crash when adding entry in the past that has date in the future #blip
make inline-editor a non-optinal property since it'll always exist anways #blip
remove broken key equivalent from custom buttons #blip
make sure when navigating with keyboard that "anchor" item is always visible, as well as section headers when on the first item of a section #blip
also add move left/right keyboard commands for collection navigation #blip
Figure out anchored-selection algorythm NSTableView uses so I can fix NSCollectionView selection behavior once and for all #blip
implement refocusing editor or creating a new entry when pressing enter/return anywhere in the collection view or when beginning to type #blip
fix animation bug when switching editor between two entries #blip