* remove inline markdown rule
* broaden evaluate_inline_markdown
basically same as evaluate_markdown but without class attributes
* remove inline markdown parser
* change code block color and background
* even out code padding top/bottom
* Add details to toggles and modify some styling
* Add details to child comments
* Finalize comment collapse in nested comments
* Modify styling on comment <details>
* Add ApiSecret model scaffold
* Add relationships between ApiSecret, User, Organization
* Add placeholder template to account tab
* Add description column to ApiSecrets
* Add very basic access token generation
* Add basic access token deletion
* Show access token on success flash
* Add placeholder message when user has no secrets
* Use cta style on token generation button
* Add presence validation for ApiSecret description
* Add ApiSecrets factory
* Add pundit policy for ApiSecret
* Nest form field within api_secret hash to allow rails strong params
* Use pundit to authorize ApiSecretController actions
* Add error message flash for ApiSecretsController actions
* Add specs for ApiSecretsController
* Add length validation to api secret description
* Flash model error instead of generic message on save failure
* Truncate ApiSecret factory objects descriptions to prevent validation error
* Remove length restriction on ApiSecret.description
* Use darker font color for token creation date
* Consolidate ApiSecret migrations
* Add --theme-container-color
Add --theme-container-color for theming all containing elements
* Add --theme-container-color
Add --theme-container-color for theming all containing elements
* Add --theme-container-color
Add --theme-container-color for theming all containing elements
* Add --theme-container-color
Add --theme-container-color for theming all containing elements
* Add --theme-container-color
Add --theme-container-color for theming all containing elements
* Add --theme-container-color
Add --theme-container-color for theming all containing elements
* Add --theme-container-color
Add --theme-container-color for theming all containing elements
* Missed --theme-container-border
Adding --theme-container-border for missed elements
* Missed --theme-container-border
Adding --theme-container-border for missed elements
* Missed --theme-container-border
Adding --theme-container-border for missed elements
* Add --theme-container-box-shadow to footer
Add the --theme-container-box-shadow variable to the footer box shadow
* Add --theme-container-box-shadow to dashboard-analytics-header-wrapper
Add the --theme-container-box-shadow variable to the dashboard-analytics-header-wrapper
* Add --theme-container-box-shadow to query
Add the --theme-container-box-shadow variables to the no results query page
* Add --theme-container-box-shadow to widgets
Add the --theme-container-box-shadow variables to widgets
* Add --theme-container-border
Add the --theme-container-border variable for styling.
* Add --theme-container-border
Add the --theme-container-border variable for styling.
* Add --theme-container-border
Add the --theme-container-border variable for styling.
* Add --theme-container-border
Add the --theme-container-border variable for styling.
* Add --theme-container-box-shadow
Box-shadow settings for articles and nav-elements
* Add --theme-container-box-shadow
Box-shadow settings for articles and nav-elements
* Add --theme-container-box-shadow
Box-shadow settings for articles and nav-elements
* Add --theme-container-box-shadow
Box-shadow settings for articles and nav-elements
* Add --theme-container-box-shadow
Box-shadow settings for articles and nav-elements
* Add --theme-container-box-shadow
Box-shadow settings for articles and nav-elements
* Add --theme-container-box-shadow
Box-shadow settings for articles and nav-elements
* Add --theme-container-box-shadow
Box-shadow settings for articles and nav-elements
* Add --theme-container-box-shadow
Box-shadow settings for articles and nav-elements
* Added --theme-top-bar-write-*
Adding both --theme-top-bar-write-color and --theme-top-bar-write-background to change the text/border colour and background colour of the write a post button.
* add --theme-top-bar-write-color to border
Added --theme-top-bar-write-color to border
* Revert theme changes
* Limit changes to write button
Styles were leaking but are now contained
* Support for IE
Make IE look alright again.
Won't be theme-able but will at least work.
* Support for IE
Make IE look alright again.
Won't be theme-able but will at least work.
* Support for IE
Make IE look alright again.
Won't be theme-able but will at least work.
* Support for IE
Make IE look alright again.
Won't be theme-able but will at least work.
* Support for IE
Make IE look alright again.
Won't be theme-able but will at least work.
* Support for IE
Make IE look alright again.
Won't be theme-able but will at least work.
* Support for IE
Make IE look alright again.
Won't be theme-able but will at least work.
* Fix wrong cursor pointer on hover
This commit changes the cursor to a pointer when the mouse hovers over one of the search query filter buttons.
* Moved rule outside the hover block to be consistent with the coding style
* Adding --theme-top-bar-search-*
Adding both --theme-top-bar-search-color and --theme-top-bar-search-background to change the colour and background colour of the search box.
* Changes to placeholder and input
Placeholder opacity down to 0.5 to appear faded
Placeholder default colour set to system black
Input text colour can now be set with `--theme-top-bar-search-color` too
* updating all headers to have h* tags, or changing elements
* Remove commented out binding.pry
* Remove unused page
* Use article instead of div for consistency
* Update snapshot with new section tag
* Use h4 tags again for new views
* Beginning of css variable implimentation
Added --theme-background leaving the default the same.
This will make no, visible, change to the styles currently.
* Beginning of css variable implimentation
Added --theme-background leaving the default the same.
This will make no, visible, change to the styles currently.
* Beginning of css variable implimentation
Added --theme-background leaving the default the same.
This will make no, visible, change to the styles currently.
* Beginning of css variable implimentation
Added --theme-background leaving the default the same.
This will make no, visible, change to the styles currently.
* Beginning of css variable implimentation
Added --theme-background leaving the default the same.
This will make no, visible, change to the styles currently.
* Beginning of css variable implimentation
Added --theme-background leaving the default the same.
This will make no, visible, change to the styles currently.
* ✨ implement night theme through css filters
* 🐛 and video
* ♻️ simplify selector
* ♻️ finer targeting and untouched graphics
* 🐛 keep it in the theme
* ♻️ remove styling for 3x inverted elements
* Add alt tag
`alt` tag is blank at @Zhao-Andy's request
* Added alt tag
`alt` tag is blank at @Zhao-Andy's request
* Added alt tag
Added `alt` tag for a11y compliance
* Adjust gist embed styles for readability on mobile browsers
* Remove gist embed css from articles.scss
* Add gist embed css to correct gist tag scss file
* update channelDetails, its test, and snapshots
* spacing
* spacing
* spacing
* label spacing
* label spacing
* label spacing
* snapshot update
* refactor implementation
* spacing fix
* styling and small changes
channelDetails
- added small profile image to channel users
- moved "Recently Active Members" below the channel description and above the channel users
Styling
- mostly in relation to channelDetails
- Leave Channel area styled similar to deleting account (lots of red)
- created connect folder in stylesheets where _channel-detials.scss is located
- chat.scss imports _channel-details.scss
* spacing
* update testing and snapshots
* fixed functionality, tests and styling
* leave button update
* show message for empty group
* limit users in channel and show message for empty group
* remove extra period
* change limit from 12 to 11
* show members header
* hide members h3
* update channelDetails, its test, and snapshots
* spacing
* spacing
* spacing
* label spacing
* label spacing
* label spacing
* snapshot update
* refactor implementation
* spacing fix
* styling and small changes
channelDetails
- added small profile image to channel users
- moved "Recently Active Members" below the channel description and above the channel users
Styling
- mostly in relation to channelDetails
- Leave Channel area styled similar to deleting account (lots of red)
- created connect folder in stylesheets where _channel-detials.scss is located
- chat.scss imports _channel-details.scss
* spacing
* update testing and snapshots
* fixed functionality, tests and styling
* leave button update