28 Commits

Author SHA1 Message Date
Matija Koželj
d042b55ac6 [WIP]: Transfer commit 2023-01-03 14:16:28 +01:00
Matija Koželj
c33820a8a7 Refactor ButtonBase, remove styling properties and rename per specs 2022-12-27 11:00:20 +01:00
Matija Koželj
52a577df0d Refactor the ButtonType enum 2022-12-27 10:49:52 +01:00
a32c588e82 WIP: Add more examples of Alerts 2022-12-21 16:14:17 +01:00
f2bbe04eb5 Change Alert justification 2022-12-21 16:14:17 +01:00
f5bfb347af Add ds store to git ignore 2022-12-21 16:14:17 +01:00
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.
2022-12-21 15:51:12 +01:00
Matija Koželj
3b6045c3e1 Add regular .css files to .gitignore
As the projects should depend only on sass files, this should prevent
compilation and cache problems in the future as well as reduce commit loads.
2022-12-21 15:50:06 +01:00
Matija Koželj
663103f1d7 Add scripts to start watch of scss files during runtime 2022-12-20 14:32:12 +01:00
Matija Koželj
1110bbf850 Add nuget.config to point to the connected public package repository 2022-12-20 13:47:59 +01:00
Matija Koželj
580161eb25 Fix compiler settings to match new version of webcompiler 2022-12-20 13:47:42 +01:00
Matija Koželj
12798c20f7 Increase version of webcompiler tool 2022-12-20 13:47:20 +01:00
Matija Koželj
fe1ef0fbc9 [WIP]: Save semi-refactored state for transfer 2022-12-19 14:44:52 +01:00
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
2022-12-12 19:39:25 +01:00
2630b4eddd Merge pull request 'moved to src folder' (#3) from NamespaceRenaming into develop
Reviewed-on: http://207.154.223.116:3000/Connected/connected.components/pulls/3
2022-12-12 16:00:24 +00:00
d261bc0a4e Merge branch 'develop' into NamespaceRenaming 2022-12-12 16:00:04 +00:00
Tom Pipinic
dfe628ffce moved to src folder 2022-12-11 22:03:02 +01:00
2126cb7644 Merge pull request 'Refacoring namespaces' (#2) from NamespaceRenaming into develop
Reviewed-on: http://207.154.223.116:3000/Connected/connected.components/pulls/2
2022-12-08 14:09:31 +00:00
Tom Pipinic
4d44867ff4 Refacoring namespaces 2022-12-08 14:43:36 +01:00
Matija Koželj
c4ece6e9b7 [WIP] Add showcase and solution. Refactor base files. 2022-12-07 17:16:31 +01:00
Matija Koželj
be914e4b2e [WIP] Refactor converters and dependant components. 2022-12-07 17:12:28 +01:00
Matija Koželj
6f91dacb0c [WIP] Refactor components to match converter refactor 2022-12-06 19:18:32 +01:00
Matija Koželj
f3ae953772 Remove reference to unused project 2022-12-06 19:18:01 +01:00
Matija Koželj
2daf5b6c1e [WIP] Refactor default converters 2022-12-06 19:17:23 +01:00
Matija Koželj
82594cff34 Remove connected specific files 2022-12-06 19:16:52 +01:00
Matija Koželj
f62c1f267e Refactor UIComponent
Removed unnecessary Category tags.
Removed Tag property as it usually leads to component abuse.
Refactored class format.
2022-12-06 15:23:41 +01:00
Matija Koželj
08a8a5338f Initial commit 2022-12-02 14:54:26 +01:00
8049495a57 Initial commit 2022-12-02 13:49:05 +00:00