2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-07-02 00:43:42 -04:00
Commit Graph

9 Commits

Author SHA1 Message Date
13fecfa395 Add a setting to control pre-reading behavior
Also makes adding new rows to the settings grid a little more dynamic.
2021-07-20 19:35:33 -04:00
8386586cdd Added checkbox to control native notifications. 2021-07-04 12:14:53 -02:30
2d672e9c2a Implement scorlling BasicUIView grids to the bottom plus refactoring
Upon arrival of new records to the backing ObservableCollection, scroll the DataGrid to the last item. However, when the DataGrid is initialized, there's not yet a data context set, so when that happens, then we can listen to the CollectionChanged event to trigger scrolling (only really needed for additions).

In passing, also set the DataGrid to ReadOnly.

In the other two files, minor simplifications/cleanup.
2021-06-21 20:04:17 -04:00
2349a30a2e Remove version number from plugin settings expander. 2021-06-06 18:36:56 -02:30
a331157e3a Fix file browse dialogs causing UI thread blocking in linux. 2021-06-06 18:29:30 -02:30
c76152d706 Added github and donate links. 2021-06-06 13:53:52 -02:30
c1b3a610c3 Automatic build number. Include in application title text. 2021-06-06 13:00:09 -02:30
4ff438454f Added notification window 2021-06-04 16:54:14 -02:30
a5154996ee Add project files. 2021-06-03 22:25:32 -02:30