Skip to content
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

1777 styles user settings dialog #1884

Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
7b34a0d
remove header and apply mobile nav
JohannesDoberer Feb 2, 2021
8afcb19
Merge branch 'master' into Remove-header-of-user-settings-dialog
JohannesDoberer Feb 2, 2021
226631a
css and merge conflict issues
JohannesDoberer Feb 2, 2021
6cb4a7b
Merge branch 'master' into Remove-header-of-user-settings-dialog
JohannesDoberer Feb 4, 2021
3382599
styling of header
JohannesDoberer Feb 4, 2021
0ca1c94
naming refatoring
UlianaMunich Feb 9, 2021
c4a2f93
add SAP css variable
UlianaMunich Feb 10, 2021
18ec0c4
Merge branch 'master' of github.com:UlianaMunich/luigi into 1777-styl…
UlianaMunich Feb 10, 2021
207cc72
change formatting of the userSettingsDialog.htmll
UlianaMunich Feb 11, 2021
0a02116
resolve merge conflicts with featue branch
UlianaMunich Feb 11, 2021
caf1061
cleanup
UlianaMunich Feb 11, 2021
6b73f7a
Merge branch 'usersettings-refinements' into 1777-styles-user-setting…
UlianaMunich Feb 11, 2021
624d2c4
fix tests due to html classes change
UlianaMunich Feb 11, 2021
5569c0b
Merge branch '1777-styles-user-settings-dialog' of github.com:UlianaM…
UlianaMunich Feb 11, 2021
ea9c058
Merge branch 'usersettings-refinements' into 1777-styles-user-setting…
UlianaMunich Feb 15, 2021
ee183d9
fix overflow issues after merge
UlianaMunich Feb 15, 2021
30b3cb3
Increase a bundlsize from 450KB to 455KB for luigi.css
UlianaMunich Feb 15, 2021
68bf5de
fix a fiddle test
UlianaMunich Feb 15, 2021
787ee76
fix modal scroll and mobile positioning
UlianaMunich Feb 16, 2021
51937bd
remove double scroll of iframe container
UlianaMunich Feb 17, 2021
cbb818b
cleanup css redundancy
UlianaMunich Feb 18, 2021
cc05b87
fix the height of left nav in user setting dialog
UlianaMunich Feb 18, 2021
b0f7349
removev all static heights and width for user setting dialog and set …
UlianaMunich Feb 18, 2021
a404f7f
Update core/src/UserSettingsDialog.html
UlianaMunich Feb 22, 2021
4c19041
Update core/src/UserSettingsDialog.html
UlianaMunich Feb 22, 2021
0f83df8
Update core/src/UserSettingsDialog.html
UlianaMunich Feb 22, 2021
f272be5
Update core/src/UserSettingsDialog.html
UlianaMunich Feb 22, 2021
8cb4b90
Update core/src/UserSettingsDialog.html
UlianaMunich Feb 22, 2021
07ef652
Update core/src/UserSettingsDialog.html
UlianaMunich Feb 22, 2021
18d5e57
Update core/src/UserSettingsDialog.html
UlianaMunich Feb 22, 2021
9b4845a
Update core/src/UserSettingsDialog.html
UlianaMunich Feb 22, 2021
380e909
Update core/src/UserSettingsDialog.html
UlianaMunich Feb 22, 2021
ca624f6
use SAP Theming css variables for theming of Fiori 3
UlianaMunich Feb 22, 2021
242859f
small bug fix and extended user settings for account
JohannesDoberer Feb 23, 2021
4f8a149
make changes for darrk theme
UlianaMunich Feb 23, 2021
dc78a54
Test test
JohannesDoberer Feb 23, 2021
b689cf0
test
JohannesDoberer Feb 23, 2021
4c4675d
Add max-width and height for dialog window and commetn out some conte…
UlianaMunich Feb 24, 2021
ee521f3
adjust colors of background for User Settings dialog based on Fiori 3
UlianaMunich Feb 25, 2021
5e31d82
return custom settings for User settings dialog
UlianaMunich Feb 25, 2021
41ea8ba
Align header of the User Settings dialog with Fiori 3
UlianaMunich Feb 25, 2021
cb8a605
align bac btn on mobile on the middle
UlianaMunich Feb 26, 2021
9a43b3f
Merge branch 'usersettings-refinements' into 1777-styles-user-setting…
UlianaMunich Feb 26, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/fundamentalStyleClasses.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module.exports = [
// './node_modules/fundamental-styles/dist/textarea.css',
//'./node_modules/fundamental-styles/dist/tile.css',
//'./node_modules/fundamental-styles/dist/time.css',
//'./node_modules/fundamental-styles/dist/title.css',
'./node_modules/fundamental-styles/dist/title.css',
//'./node_modules/fundamental-styles/dist/token.css',
//'./node_modules/fundamental-styles/dist/tokenizer.css',
//'./node_modules/fundamental-styles/dist/toolbar.css',
Expand Down
Loading