Leigh Pointer
f01e85b690
Fix for #4852 align the Page numbers container
2024-11-21 16:05:32 +01:00
Ben
c458a77d27
Fix #4690 : prevent invalid parsing.
2024-10-01 22:13:32 +08:00
Leigh Pointer
8048788042
Oqtane controls updates
...
ActionDialog and ActionLink now allow other icon sets whilst still adhering to the legacy "oi oi-" icon set.
Pager added SearchBoxClass Class parameter to the Search div.
TabStrip added a TabContentClass Class parameter to the tab content div.
2024-06-04 12:21:59 +02:00
sbwalker
a7952a4633
add shadow-none to page links in pager
2024-05-06 15:56:05 -04:00
sbwalker
5b3849082f
use Constants.RequestVerificationToken rather than magic string
2024-03-29 11:19:21 -04:00
sbwalker
ccd18c4f10
made Pager capable of functioning in Static or Intreractive render modes
2024-03-15 22:47:42 -04:00
Leigh Pointer
a8aac7e1b4
Update Pager.razor
...
Changing the ID had no effect and on further investigation the best way to achieve this is to use the form tag which is a lot stronger implementation.
2024-03-02 17:28:33 +01:00
Leigh Pointer
6babcf9536
Improved Search Input Text Field Autocomplete Behavior
...
This pull request enhances the behavior of the search input text field by disabling the browser’s autocomplete feature.
2024-03-02 11:35:26 +01:00
sbwalker
a0e289dcd6
resolve issue in making Pager search work with sorting
2023-10-16 08:03:31 -04:00
sbwalker
9729a5ef16
improve Pager search to support properties on child objects
2023-10-13 08:39:02 -04:00
sbwalker
b77e72880b
optimize Pager search to remove redundant AllowSearch parameter and avoid consuming memory when not in use
2023-10-12 11:10:14 -04:00
sbwalker
a7e1fe76c3
change name of RESX key and value to reflect purpose
2023-10-10 10:33:11 -04:00
Leigh Pointer
119a28def1
Pager Search Localization
...
Localization is now referencing the Shared Resources
2023-10-10 14:33:16 +02:00
Leigh Pointer
7cf4f8fdaa
Pager Search Localization
...
Localized the new Search Buttons
Added a Localized Placeholder that will display what columns are being searched.
2023-10-10 11:28:57 +02:00
sbwalker
b0d2ee8760
add Search capability to Pager and include in management UIs
2023-10-09 16:59:36 -04:00
Leigh Pointer
f8cfdacc26
A change to the Pager bar to set the mouse pointer to pointer
...
Currently the mouse pointer shows the Selector icon when hoovered over the page number buttons. This is an update changing the icon to the Pointer icon.
Updated the CSS class name to 'app-pager-pointer' in app.css and the Component.
2023-01-03 14:24:17 +01:00
Shaun Walker
0965db5d57
fix skip pages logic in pager where screen was not being refreshed
2022-12-19 15:11:04 -05:00
Leigh Pointer
c5c5fd859f
A change to the Pager bar to set the mouse pointer to pointer
...
Currently the mouse pointer shows the Selector icon when hoovered over the page number buttons. This is an update changing the icon to the Pointer icon.
2022-11-21 09:44:30 +01:00
Leigh Pointer
44242fdb4a
Add footer to the Pager control
...
Mirrored the Head functionality for <tfoot> tag
2022-09-28 14:00:53 +02:00
Shaun Walker
72cc44641b
Add Blazor Server reconnect script, fix event log direct link from notification email, add more validation to Pager, improve browser refresh script to wait for server availability
2022-09-24 08:37:18 -04:00
Shaun Walker
1ce3cc4d7c
added extension method for creating a LocalizerFactory using a type name, refactored Pager and LocalizableComponent to use LocalizerFactory
2022-06-15 16:19:22 -04:00
Hisham Bin Ateya
a83ed40ec4
Avoid breaking changes
2022-05-31 10:40:42 +03:00
Hisham Bin Ateya
583383aee1
Pager should inherits from LocalizableComponent
2022-05-27 15:33:48 +03:00
Leigh Pointer
88377529bc
Fix for #2209 Localization Pager component (Page @_page of @_pages)
...
Added fixe for issue. Added the resource "PageOfPages" to SharedResources as trying to inject IStringLocalizer<Pager<TableItem>> and adding Pager.resx the resource failed to load.
2022-05-22 20:23:17 +02:00
Shaun Walker
9d17804ac7
improved UX in Event Log by preserving criteria when viewing Details, added RowClass and ColumnClass parameters to Pager component, added initial-scale=1.0 to viewport specification in _host, added default visitor tracking filter, fixed "The given key 'level' was not present in the dictionary" issue in Visitor Management - Details by ensuring data was fully loaded
2022-01-27 18:12:04 -05:00
Shaun Walker
ad090e62cc
enhance Pager to support pure responsive Grid format (Columns = 0)
2022-01-23 10:40:41 -05:00
Shaun Walker
826898e3fe
enhance Pager component with OnPageChanged event and implement in Visitor Management, allow PermissionGrid component to support Host role, fix unhandled exception in RichTextEditor component related to rerendering, make Quill resource declarations forward compatible, update Blazor theme to Boostrap 5.1.3, add missing RemoteIPAddress parameter in _Host app component, include logic to enable bypass of non-default alias redirection
2022-01-19 17:47:27 -05:00
Shaun Walker
11002efc02
hide deleted pages in Admin Dashboard, impove Settings API by replacing IsPublic with IsPrivate, isolate Setting updates to not affect PageState, make Pager horizintally scrollable on narrow viewports, improve LocalizableComponent to support embedded controls
2022-01-14 13:26:24 -05:00
Shaun Walker
51b356cc0e
enhanced scheduler to support one-time jobs, fixed pager component so that top/bottom have consistent UX, fixed Blazor theme z-index issues caused by input-group in Bootstrap 5, improved password reset instructions in email notification
2022-01-10 19:58:58 -05:00
Leigh
811ddb9b44
Update the ToolBar position on the Pager Component
...
Add the option "Both" to display the toolbar at the top and bottom of the pager. Nice if the Pager is displaying large sets of data.
2021-12-06 19:18:07 +01:00
Shaun Walker
aeb599867c
Allow root page paths (rather than specifying a magic "home" string). More UX improvements to FileManager and Pager.
2021-10-01 11:28:48 -04:00
Shaun Walker
3e789e0642
UX improvements to FileManager and Pager components
2021-09-29 10:46:23 -04:00
Shaun Walker
898b908c1b
Added support for File descriptions, Folder capacity and image sizes. Added image resizing capability using ImageSharp - implemented in user profile. Added parameter to disable image preview in FileManager component. Overhauled Pager component and added Columns parameter for Grid mode. Populated PageState.User.IsAuthenticated in SiteRouter. Added support for zero price commercial extentions.
2021-09-15 08:02:55 -04:00
Shaun Walker
53e5728ad2
fix #1640 to resolve issue with server prerendering, upgrade Installer to Bootstrap5, add more defensive logic and logging to DatabaseManager, fix file logger issue, update Pager to use Bootstrap5 pagination, add expiry date support for commercial extensions
2021-09-10 08:24:05 -04:00
Shaun Walker
cb7d9a0371
upgrade to Boostrap 5
2021-07-02 20:03:51 -04:00
Shaun Walker
6d3e17a5f5
Fix Pager component issue which manifested itself in Event Log. This reverts a fix from #1160 and addresses the root problem.
2021-03-11 11:21:47 -05:00
Shaun Walker
531cba715e
performance and user experience improvements
2021-02-04 08:54:59 -05:00
Shaun Walker
a4a0334ec0
added ModuleControlBase
2020-06-25 09:31:21 -04:00
Pavel Vesely
47f17a589f
implementation of [OqtaneIgnore] class attribute in controls
2020-05-07 21:02:43 +02:00
Hisham Bin Ateya
66ad089088
Refactoring ( #314 )
...
* Refactoring
* Refactoring
* Check for a valid email.
* Fixed missing character.
* Moved logic to the Utilities class.
* Rename template .sql file
* Modified null and empty string check.
* Check for a valid email.
* Fixed missing character.
* Moved logic to the Utilities class.
* Added Favicon support, Progressive Web App support, page title and url support, and private/public user registration options
* Refactoring
* Refactoring
* Check for a valid email.
* Moved logic to the Utilities class.
Co-authored-by: Aubrey <aubrey.b@treskcow.tech>
Co-authored-by: MIchael Atwood <matwood@dragonmastery.com>
Co-authored-by: Shaun Walker <shaun.walker@siliqon.com>
2020-03-31 10:21:05 -04:00
Shaun Walker
d9265e127e
SQL maanager, Module Creator, module settings enhancements
2020-03-24 14:08:29 -04:00
Pavel Vesely
cf6643aef3
Client fixes
...
Client is partially done.
227 warnings left out of 1500
I like Rider
2020-03-15 15:19:35 +01:00
Shaun Walker
0aed11e71c
notification service and user management improvements
2020-02-03 16:43:37 -05:00
Shaun Walker
af423edb99
event logging fix
2019-10-28 09:02:11 -04:00
Shaun Walker
f59ec7bdac
improve confirm dialog
2019-10-25 21:27:29 -04:00
Emanuele Filardo
276cc1eecf
Fix for PageStart > EndPage after delete and dont reset value of Page
2019-10-25 15:45:29 +02:00
Emanuele Filardo
76ae3c15e8
Pager - Solution for the double click required to update the items
2019-10-08 23:49:39 +02:00
Shaun Walker
a8cbfb711e
Added ability to install modules and skins at run-time directly from Nuget
2019-10-04 16:21:05 -04:00
Shaun Walker
12c73decd0
User management improvements
2019-10-02 14:43:40 -04:00
Shaun Walker
4de8572a87
Management UI for roles, users, tenants
2019-09-30 23:50:10 -04:00