Janko Jordan
24d6799f72
Add styles for buttons, sidebar, toggle, input, checkbox, radio, grid
2 years ago
Matija Koželj
cac80598f0
Clear remaining nuget package traces
2 years ago
markosteger
fbd89e8aa4
Merge branch 'features/rewrite/main' into features/rewrite/numberinput
2 years ago
markosteger
45380821ad
SimpleSelect - working example, waiting for css fix for not closing the select box upon clicking inside it
2 years ago
markosteger
ca4aab4002
Simple select - working version with searchbox outside
2 years ago
stm
1eb7202561
Removed unnecessary SatateHasChanged() on Textinput
2 years ago
stm
e0c0e3dd68
Added AspNetCore.Components reference
2 years ago
stm
e416c42952
NumberInput - added onchange method to run Math.Round on the Value when leaving field, adjusting the decimal places provided with DecimalPlaces parameter
2 years ago
stm
1fd0028557
Number Input - mousewheeel fix, prevent of enetering flase characters
2 years ago
Matija Koželj
96d65df75c
Add project dependency from submodule
...
Clean extra components in runner project
2 years ago
Matija Koželj
4f36e41d73
Remove botched SimpleSelect
2 years ago
stm
3540dc8b54
Cleanup, progress
2 years ago
Matija Koželj
38d5bd0149
Remove unnecessary csproj entries left over from MudBlazor
2 years ago
stm
9832ec01d8
Progress
2 years ago
stm
323c66fecd
Progress
2 years ago
Matija Koželj
671b8f6a44
Switch reference to Connected.Components to project instead of nuget package
...
Fix client startup to reflect Connected.Components cleanup
2 years ago
Matija Koželj
d43eca816c
Merge branch 'features/nuget_autobuild' into features/new
2 years ago
stm
77a30b5cfe
Progress
2 years ago
stm
dea04afcd4
Progress
2 years ago
stm
edb2249a43
Progress
2 years ago
stm
457df20346
Progress
2 years ago
stm
943579faec
New start
2 years ago
stm
d8a7e0c5cd
Revert "Progress - select"
...
This reverts commit d0370a6be4
.
2 years ago
stm
d0370a6be4
Progress - select
2 years ago
stm
1dabf54e39
Merge branch 'features/refactor' of https://git.tompit.com/Connected/Connected.Components into features/refactor
2 years ago
stm
3c256f989f
ComponentsN - new components
2 years ago
stm
1a424571ad
Progress
2 years ago
stm
b178bbb9b0
Progress
2 years ago
stm
c3b267dfc4
Progress - Categorizing variables and methods
2 years ago
stm
46c396e33f
Progress
2 years ago
stm
3ea88592ce
Prograss - Input field
2 years ago
Matija Koželj
ccbff06090
Add connected startup support
2 years ago
Matija Koželj
853e0c5988
Switch Connected.Components dependency from project to package
2 years ago
Matija Koželj
0f946cabe8
Add package deployment to local server to both projects
2 years ago
Matija Koželj
dc49cac63a
Merge branch 'features/refactor' into features/nuget_autobuild
2 years ago
stm
c5e97f9600
Progress
2 years ago
stm
272d19fe8a
Progress
2 years ago
stm
1b35631693
Progress input
2 years ago
stm
cbdd376e91
progress input
2 years ago
stm
edcc8661e3
Merge branch 'features/refactor' of https://git.tompit.com/Connected/Connected.Components into features/refactor
2 years ago
stm
b7db83fe15
Input progress
2 years ago
stm
a04a0f07e2
Progress
2 years ago
Janko Jordan
25606b926b
Drawer showcase page
2 years ago
stm
9f1214fd9f
DrawerContainer - Clipping fix
2 years ago
stm
b01b4e42df
MainContent - rework
2 years ago
stm
56cef22d26
Layout - Class apply fix
2 years ago
stm
f4c89aed85
Drawer - class fix
2 years ago
stm
f79cc037a8
Drawer
2 years ago
stm
366f2bae6c
Merge branch 'features/refactor' of https://git.tompit.com/Connected/Connected.Components into features/refactor
2 years ago
stm
51bbce3407
Drawer - classes, Grid, Item - rework
2 years ago
Janko Jordan
e190dc9ddf
Create sample page for Alerts
2 years ago
Janko Jordan
cfddc25b1c
Test border radius
2 years ago
Janko Jordan
a0b6b82efd
Test colors
2 years ago
Janko Jordan
5ab2444fbc
Update classes
2 years ago
Janko Jordan
5e4b7e2028
Add class
2 years ago
Matija Koželj
9a1a62537e
Update nuget.config and tools to use custom scss compiler
2 years ago
Matija Koželj
8b48fe5959
Prevent version.json from being copied to the output dir
2 years ago
stm
cdff1f4ec4
Minor fixes
2 years ago
stm
8c61578623
Changes: Drawer, Tabs, Layout
2 years ago
stm
8d5445a509
Drawer - fixes
...
Container - rework
2 years ago
stm
7c8ca6fc47
Drawer - changes, removed tags used for testing
2 years ago
stm
63a84810f5
Drawer, DrwerContainer, DrawerHeader - rework
2 years ago
Matija Koželj
d042b55ac6
[WIP]: Transfer commit
2 years ago
Matija Koželj
7752e9a3fa
Add automatic nuget build and versioning to both projects
2 years ago
Matija Koželj
c33820a8a7
Refactor ButtonBase, remove styling properties and rename per specs
2 years ago
Matija Koželj
52a577df0d
Refactor the ButtonType enum
2 years ago
Janko Jordan
a32c588e82
WIP: Add more examples of Alerts
2 years ago
Janko Jordan
f2bbe04eb5
Change Alert justification
2 years ago
Matija Koželj
88710e4e3b
Refactor the alert component
...
All styling properties and classes have been removed in favor of named
subcomponents. Any and all component styling should be through classes.
2 years ago
Matija Koželj
580161eb25
Fix compiler settings to match new version of webcompiler
2 years ago
Matija Koželj
12798c20f7
Increase version of webcompiler tool
2 years ago
Matija Koželj
fe1ef0fbc9
[WIP]: Save semi-refactored state for transfer
2 years ago
Matija Koželj
53dd3bec33
[WIP]
...
Fix styles and js not loading
Replace all mud-* styles with non-mud alternatives
Add css/js artifacts to ignore list in .gitignore
Required steps for successful build were missing critical pieces:
- Required the excubo web compiler for js/css compilation (https://github.com/excubo-ag/WebCompiler )
- Required .csproj modification to include js/css compilation at build
- Required minified files added to the final index.html page as styles/scripts
2 years ago
Tom Pipinic
dfe628ffce
moved to src folder
2 years ago