-
-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feedback/Questions #8327
Comments
I don't know what you mean by ThemeManager, maybe @msynk can help, but about configuring clients, our identity implementation is not something OAuth based, so it has nothing to do with clients configuration. But if you mean Twitter, GitHub, Google client id and secrets, you've to create your own clientid and secrets and you can put them in either Server.Api's appsettings.json or use other approaches such as dotnet secrets. About the identity parameter in dotnet new command, I consider your request. |
The .eml files saved in app_data are base64 encoded, just a minor annoyance if you dont know what the default user/password is and create a new one. Ahh server.api files :) It was late when I was reviewing, but found the appsettings now, but I would tie the socials to check if there is no clientid in them to not display/add a enable flag. Are you saying the expected behavior when you download the project is when you use the "search" on the products grid you Type in 1 letter the box closes, this isnt what I would expect, I would expect some kind of like delay so you could type in something then maybe 1-2 seconds after it auto searches, right not its basically unusable since you type in one letter, it closes and then you have to reopen it type a 2nd letter it closes. If you want to use the BitThemeProvider, the mainlayout doesnt have it included. So I just for testing threw one on it and added, it seems like you guys have a scss file with the "base" colors instead of just a default collection of BitThemes. [CascadingParameter] public BitTheme? Theme { get; set; } = new() |
@bakes82 Thanks for contacting us. The feature to apply a delay for binding values is already available in our text inputs, the only component missing this feature is the BitSearchBox which will be completed in the next prerelease. if you want you can replace the BitSearchBox with a BitTextField and use its I don't quite understand what you need from the theme. Do you want to override the default values or customize it for a specific section of a page? |
We're building docs for the Boilerplate project template. we're going to provide what are default credentials. "Host": "smtp.ethereal.email",
"Port": "587",
"DefaultFromEmail": "[email protected]",
"DefaultFromName": "Alva Schiller",
"UserName": "[email protected]",
"Password": "4PyGY8cDQ8mvu6h7qB" You can also use web based eml viewers such as https://www.encryptomatic.com/viewer/ |
about the DataGrid, you can see that it is getting re-rendered on each search. it is obvious in your short video of its behavior too. just check out how the search popup is getting closed after each search. it is clear on a published website (like https://adminpanel.bitplatform.dev) when the connection is slower compared to a local run. about the ThemeManager, we are using it in our template to toggle between the dark and light themes. the thing is we don't need it to override anything in our template yet but we may add such a sample in the future. although for overriding the theme values globally (to apply your own custom theme) it is better to override the CSS variables directly (for example inside the app.scss file) so when the app gets pre-rendered the desired style would be applied from the beginning. |
@msynk I was testing here: https://blazorui.bitplatform.dev/components/datagrid, this page has it working correctly, because the demo site doesnt tell you the creds to login and I wasnt going to signup for it, but it looks like the same issue is on the demo site also. |
we don't have that issue on the BitDataGrid demo page. |
The DataGrid search issues on the Products and Categories pages of the Boilerplate project template are resolved now. you can check them out in the new UI design by downloading the latest prerelease of its nuget package. |
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
No response
Describe the solution you'd like
After doing a quick test here is some generalized feedback.
Theme: This seems to be configured via CSS, why not use the theme manager, it would also be great if the UI Docs page could generate some basic styles by just setting the primary/secondary etc colors and it just does a 5-10% darken/lighten.
I didnt see anywhere to "easily" disable the authentication options or where to set the clientIds/settings etc.
Ability to not generate "clients", it would be nice to only just generate a web project, and maybe pass in ServerRender Only, Auto.
When I try to filter on the "Products" page its posting back after every letter press, it doesnt seem to happen on the UI DataGrid demo pages though.
Is the default username/password set someplace, I created a new users and just manually approved in the SQL, but I then saw the email messages after the fact but they were encoded.
I enabled AzureBlobStorage = true, where is that configured?
Additional context
No response
The text was updated successfully, but these errors were encountered: