Fabian Homborg
344bd63e0b
webconfig: Remove unneeded inline style
...
This makes changing it harder and is unnecessary
2021-06-02 17:57:48 +02:00
Fabian Homborg
4355636386
webconfig: Handle right prompt
...
This gets fish to print the right prompt of any sample if it has any,
and then shows it separately.
If there is a right prompt, it will also save it. If not, it will *not* overwrite an existing right prompt.
2021-04-21 17:01:05 +02:00
ridiculousfish
7e8b8345e7
Fix some graphical glitches in fish_config
...
fish_config has some shadows and other elements which don't align
propertly. Fix these, and apply some other miscellaneous polish.
Fixes #7811
2021-03-10 18:46:06 -08:00
Fabian Homborg
1d7978d282
web_config/colors: Fix div tag
...
This wasn't closed correctly, and by closed I mean it lacked a `>`.
[ci skip]
2020-12-10 16:27:00 +01:00
Fabian Homborg
8c5f733e20
Webconfig: Fix error message
...
For some reason this didn't like the min-height inside the ng-style
thing.
2020-12-04 17:08:45 +01:00
Fabian Homborg
6418e8ea68
Webconfig: Let theme match help and fishshell.com
...
More consistency is nice.
2020-12-04 17:08:45 +01:00
Charles Gould
c2fe319af0
fish_config: 'Webify' color definitions
...
The colors defined in `colorutils.js` are specified in
fish format, and therefore RGB values lack the leading
`#` character and do not fully follow the html/css spec
(w3.org/TR/css-color-4/#typedef-hex-color).
Web config sends these values as-is to the browser,
without first converting to a browser-friendly format.
While this (somehow) works for the most part, a few
colors get lost along the way and do not display in
the customization selector nor in the preview when
selected. This behavior was seen in Firefox.
To fix this, let's prepend the missing '#' character
to all RGB colors defined in `colorutils.js`.
2020-07-11 13:51:52 -07:00
Fabian Homborg
3f904b6a59
webconfig: Replace unsafe binding with filter
...
ng-bind-html-unsafe was apparently removed.
2020-07-06 20:10:01 +02:00
Gabriel Medeiros Coelho
af48fa5d91
change href attribute to ng-href
...
Since the url is inside a AngularJS markup {{url}}, it's better to use **ng-href**.
From [AngularJS Documentation](https://docs.angularjs.org/api/ng/directive/ngHref ):
<br>
"Using AngularJS markup like {{hash}} in an href attribute will make the link go to the wrong URL if the user clicks it before AngularJS has a chance to replace the {{hash}} markup with its value. Until AngularJS replaces the markup the link will be broken and will most likely return a 404 error. The ngHref directive solves this problem."
2019-10-26 18:12:44 +02:00
ridiculousfish
56002abc61
Paginate history in fish_config
2018-09-09 01:01:03 -07:00
David Adam
d3cfab1391
webconfig: apply colour syntax highlighting to functions tab
...
Closes #1432 .
2017-05-03 08:37:27 +10:00
Jin Liu
bfee664af3
fish_config: group bindings by command, show raw binding commands on click
2016-08-23 17:10:30 +08:00
ridiculousfish
d7f38a0802
Tweak language and styling of background color text in fish_config
2016-01-14 23:16:34 -08:00
Kurtis Rader
a77ce393ba
respond to feedback
2016-01-14 22:34:25 -08:00
Kurtis Rader
f8ed1d182e
improve set_color and theme color documentation
...
This is meant to make it clear that fish cannot control the terminal
window background color. It also augments the set_color documentation to
describe how it decides which color the terminal can display.
Resolves #2421 .
Resolves #2184 .
2016-01-14 22:34:25 -08:00
ridiculousfish
2d1331e104
Tweak the styling of the abbreviation editor
...
Removes the big white block of the input fields.
2015-06-13 22:56:45 -07:00
David Adam
a64c372a28
web_config: add support for adding and editing abbreviations
...
Possible future enhancements include explanatory text and an image for
the 'save' action.
Work on #731 .
2014-10-17 10:28:26 +08:00
David Adam
7764a1a6f8
web_config: add support for viewing abbreviations
...
Add a new tab which lists the current abbreviations defined, by wrapping
the `abbr` command.
Work on #731 .
2014-10-05 12:23:31 +08:00
ridiculousfish
6083c6fc72
Incorporate attribute links for color themes in web_config
2014-09-19 18:44:50 -07:00
ridiculousfish
aad5163b49
Make prompt selection more like color selection in fish_config. Remove
...
the "show prompt source" button.
2014-07-29 11:00:39 -07:00
ridiculousfish
5e7c01c251
Rework color editing in fish_config. Bury customization mode a bit:
...
initially the user only sees the various themes, and has to activate
customization mode to change colors. Tweak the appearance as well.
2014-02-24 01:56:02 -08:00
Siteshwar Vashisht
646180518a
Minor fixes in the colors tab
...
* Show color scheme title in preview box
* Show information about setting terminal background color on Apply
button mouse hover
* Added text_color_for_color method in colors controller scope
2013-12-07 13:12:43 +05:30
Siteshwar Vashisht
2271526d2f
Do not highlight selected prompt
2013-11-09 23:33:56 +05:30
Siteshwar Vashisht
c4aa223698
Changed UI of prompt tab
...
Show function definition and use button under prompt demo when prompt
demo is selected
2013-11-09 19:30:41 +05:30
Siteshwar Vashisht
63233655f4
Updated fish_config prompt tab
2013-11-09 18:26:44 +05:30
Siteshwar Vashisht
9e424ed921
Show actual binding if user clicks a binding item
2013-10-27 18:51:50 +05:30
Siteshwar Vashisht
119dd06ea8
Add a one second delay between query input and filtering history
2013-10-22 23:45:32 +05:30
Siteshwar Vashisht
8279a0d477
Display bindings, history and variables in multiple lines on click
2013-10-21 23:42:16 +05:30
Siteshwar Vashisht
7709af7a62
Removed extra spaces while showing function definition
2013-10-21 23:40:43 +05:30
Siteshwar Vashisht
5d8c776250
Moved all functions related to colors to a separate file
2013-10-19 23:54:51 +05:30
Siteshwar Vashisht
877a14c0b8
Added a filter for filtering bindings
2013-10-17 19:47:04 +05:30
Siteshwar Vashisht
7cb8f6e9fc
Added missing bindings partial
2013-10-17 19:47:04 +05:30
Siteshwar Vashisht
8edcf25ba3
Changed name of colors partials file and javascript file
2013-10-17 19:47:04 +05:30
Siteshwar Vashisht
e4029d00b6
Enabled support for applying color settings in new colors tab
2013-10-17 19:47:04 +05:30
Siteshwar Vashisht
044ff5e055
Updated new colors tab to enable background colors and selecting colors from options
2013-10-17 19:47:04 +05:30
Siteshwar Vashisht
0de8c28cf4
Updated history tab to show progress on loading items
2013-10-17 19:47:04 +05:30
Siteshwar Vashisht
a1bca962a7
Updated variables tab
2013-10-17 19:47:04 +05:30
Siteshwar Vashisht
f1a13c4ee5
Updated functions tab
2013-10-17 19:47:04 +05:30
Siteshwar Vashisht
5f6ec391e3
Initial work to add support for new colors tab
2013-10-17 19:47:04 +05:30
Siteshwar Vashisht
bf656577d9
Added support for setting colors
2013-10-17 19:47:04 +05:30
Siteshwar Vashisht
5e53c1cde8
Added support filter variables and history items
2013-10-17 19:47:03 +05:30
Siteshwar Vashisht
72431456ff
Fixed code to delete history item
2013-10-17 19:47:03 +05:30
Siteshwar Vashisht
b8deb49007
Fixed code for changing prompt
2013-10-17 19:47:03 +05:30
Siteshwar Vashisht
6b34f19396
Stop using indexes while selecting colors configs
2013-10-17 19:47:03 +05:30
Siteshwar Vashisht
c018bfdb4d
Initial work to add support for angularjs
2013-10-17 19:47:03 +05:30