163 Commits

Author SHA1 Message Date
Matija Koželj
ccbff06090 Add connected startup support 2023-01-17 14:12:42 +01:00
Matija Koželj
853e0c5988 Switch Connected.Components dependency from project to package 2023-01-17 14:12:12 +01:00
Matija Koželj
fbab389f66 Add local nuget server to nuget config sources 2023-01-17 13:46:28 +01:00
Matija Koželj
0f946cabe8 Add package deployment to local server to both projects 2023-01-17 13:44:55 +01:00
Matija Koželj
dc49cac63a Merge branch 'features/refactor' into features/nuget_autobuild 2023-01-17 13:39:46 +01:00
stm
c5e97f9600 Progress 2023-01-17 10:15:49 +01:00
stm
272d19fe8a Progress 2023-01-13 14:49:37 +01:00
stm
1b35631693 Progress input 2023-01-13 12:27:18 +01:00
stm
cbdd376e91 progress input 2023-01-13 12:27:06 +01:00
stm
edcc8661e3 Merge branch 'features/refactor' of https://git.tompit.com/Connected/Connected.Components into features/refactor 2023-01-13 12:26:05 +01:00
stm
b7db83fe15 Input progress 2023-01-13 12:25:51 +01:00
stm
a04a0f07e2 Progress 2023-01-13 12:19:02 +01:00
25606b926b Drawer showcase page 2023-01-12 15:38:39 +01:00
stm
9f1214fd9f DrawerContainer - Clipping fix 2023-01-11 14:15:10 +01:00
stm
b01b4e42df MainContent - rework 2023-01-11 13:31:29 +01:00
stm
56cef22d26 Layout - Class apply fix 2023-01-11 13:15:30 +01:00
stm
f4c89aed85 Drawer - class fix 2023-01-11 10:43:32 +01:00
stm
f79cc037a8 Drawer 2023-01-11 10:36:20 +01:00
stm
366f2bae6c Merge branch 'features/refactor' of https://git.tompit.com/Connected/Connected.Components into features/refactor 2023-01-11 10:34:44 +01:00
stm
51bbce3407 Drawer - classes, Grid, Item - rework 2023-01-11 10:34:27 +01:00
e190dc9ddf Create sample page for Alerts 2023-01-10 14:46:26 +01:00
cfddc25b1c Test border radius 2023-01-10 14:13:54 +01:00
a0b6b82efd Test colors 2023-01-10 14:13:54 +01:00
5ab2444fbc Update classes 2023-01-10 14:13:54 +01:00
5e4b7e2028 Add class 2023-01-10 14:13:54 +01:00
Matija Koželj
9a1a62537e Update nuget.config and tools to use custom scss compiler 2023-01-10 13:52:01 +01:00
Matija Koželj
8b48fe5959 Prevent version.json from being copied to the output dir 2023-01-10 13:28:24 +01:00
stm
cdff1f4ec4 Minor fixes 2023-01-10 13:22:49 +01:00
stm
8c61578623 Changes: Drawer, Tabs, Layout 2023-01-10 13:03:51 +01:00
stm
8d5445a509 Drawer - fixes
Container - rework
2023-01-10 07:57:54 +01:00
stm
7c8ca6fc47 Drawer - changes, removed tags used for testing 2023-01-10 07:50:16 +01:00
stm
63a84810f5 Drawer, DrwerContainer, DrawerHeader - rework 2023-01-09 14:51:00 +01:00
Matija Koželj
d042b55ac6 [WIP]: Transfer commit 2023-01-03 14:16:28 +01:00
Matija Koželj
d7fe9a8908 Add auto project build to repo 2022-12-28 20:25:31 +01:00
Matija Koželj
7752e9a3fa Add automatic nuget build and versioning to both projects 2022-12-28 17:43:41 +01:00
Matija Koželj
371a79545c Add license and standard nuget.config 2022-12-28 17:35:21 +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