-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from fiit-tp7-2023/AB#334-redisegn-layout
AB#334 Redesign layout
- Loading branch information
Showing
17 changed files
with
162 additions
and
395 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# REST API configuration | ||
REST_API_URL= | ||
SIGNAL_R_URL= | ||
|
||
# .NET backend runs locally on HTTPS (must be set to 0), for production must be set to 1 | ||
NODE_TLS_REJECT_UNAUTHORIZED= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1 @@ | ||
import { _colors, _fontFamily } from '#tailwind-config/theme.mjs'; | ||
|
||
export default defineAppConfig({ | ||
naiveui: { | ||
themeConfig: { | ||
shared: { | ||
common: { | ||
fontFamily: _fontFamily.sans.join(', '), | ||
}, | ||
}, | ||
light: { | ||
common: { | ||
primaryColor: _colors.blue[600], | ||
primaryColorHover: _colors.blue[500], | ||
primaryColorPressed: _colors.blue[700], | ||
}, | ||
}, | ||
dark: { | ||
common: { | ||
primaryColor: _colors.blue[500], | ||
primaryColorHover: _colors.blue[400], | ||
primaryColorPressed: _colors.blue[600], | ||
}, | ||
}, | ||
}, | ||
}, | ||
}); | ||
export default defineAppConfig({}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.