-
Notifications
You must be signed in to change notification settings - Fork 4
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
Misc fixes for Tycho UI and ports from Wondergem to Tycho. #868
Merged
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
4fa6750
Provides boilerplate methods to fetch JSON data.
andyHa 21bedd8
Ports some helper methods to generate messages within client sided sc…
andyHa 15566eb
Ports clipboard helpers to a central place.
andyHa c37a85a
Installs a custom browser history manager.
andyHa f018dbc
Permits the extend the right bottom of the footer bar.
andyHa 9ac7fce
Provides a custom heading to be used outside of cards.
andyHa 83793e6
Enforces proper sizing of the whole page layout.
andyHa f36efbf
Removes border-radius from card images, as our cards have none either.
andyHa 39dd6d8
Adds gray borders as convenient style classes.
andyHa 3b95328
Introduces a new size for datacards which is "1 per row".
andyHa 132f2d4
Hides the back button per default.
andyHa 472cae6
Permits to provide a header for a card (e.g. to place a card image).
andyHa 24fd764
Permits to fill the sub title of cards with HTML markup.
andyHa 802766f
Adds the main autofocus to the searchHeader.
andyHa 863275a
Permits to supply HTML markup for the pageTitle.
andyHa 97f0927
Shows the back button by default in formBars.
andyHa d088adf
Fixes the markup generated for t:sidebar.
andyHa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
src/main/resources/default/assets/tycho/styles/border.scss
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/*! | ||
* Made with all the love in the world | ||
* by scireum in Remshalden, Germany | ||
* | ||
* Copyright by scireum GmbH | ||
* http://www.scireum.de - info@scireum.de | ||
*/ | ||
|
||
.bl-gray { | ||
border-left: 1px solid rgba(0,0,0, 0.25); | ||
} | ||
|
||
.br-gray { | ||
border-right: 1px solid rgba(0,0,0, 0.25); | ||
} | ||
|
||
.bt-gray { | ||
border-top: 1px solid rgba(0,0,0, 0.25); | ||
} | ||
|
||
.bb-gray { | ||
border-bottom: 1px solid rgba(0,0,0, 0.25); | ||
} |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Optional: Maybe add a
.b-gray
that sets it for all directions