This project is mirrored from https://github.com/visual-framework/vf-core.git.
Pull mirroring updated .
- 26 Nov, 2021 1 commit
-
-
Ken Hawkins authored
-
- 15 Nov, 2021 1 commit
-
-
Ken Hawkins authored
-
- 10 Nov, 2021 1 commit
-
-
Ken Hawkins authored
-
- 08 Nov, 2021 1 commit
-
-
Ken Hawkins authored
* feature: vf-navigation--on-this-page Introduces a refined `vf-navigation--on-this-page` that has been trialled on https://wwwdev.embl.org/directory/ and will replace `vf-links-list-easy` Adresses: #1623
-
- 22 Oct, 2021 1 commit
-
-
Ken Hawkins authored
-
- 15 Oct, 2021 1 commit
-
-
Ken Hawkins authored
* Feature: allow examples of variants Adds technical support to facilitate #1530 by: 1. Adding a new component cotnext variable `isExample: true` 2. Adding template support in the component library While these are technically new variants, they do not generate additional template files and are shown in contextually appropriate way. Incroporating examples also brings some required updates to the layout of the component pages — most of which have been overdue, such as removing the tree layout (whose function is planned to be replaced by the forthcoming mega menu).
-
- 24 Sep, 2021 1 commit
-
-
Ken Hawkins authored
* Component: vf-bookmark Creates an initial vf-bookmark with a few options: - label_inactive: Add as bookmark - label_active: Bookmarked - is_active: false - modifier: button or inline - icon: heart or star for #1654 * Add bookmark_href * Adds css, docs * Show sample active/inactive states * add aria-hidden="true" * Update README.md
-
- 24 Jun, 2021 1 commit
-
-
Ken Hawkins authored
-
- 24 May, 2021 1 commit
-
-
Nitin Jadhav authored
-
- 28 Apr, 2021 1 commit
-
-
Ken Hawkins authored
* Docs: usage guidance position As discussed in previous vf-ux conversations, this moves the "usage" section higher up the page; part of #1175
-
- 20 Apr, 2021 1 commit
-
-
Nitin Jadhav authored
* First commit for back-to-top component * Added css styles for component and floating variant * Implemented floating behaviour and fixed lots of issues in intial implementation * Fixed bugs and implemented some new features. Added react version. * Implemented Ken's comments * Removed unneccessory condition * Reverted siteConfig version which is unncessory * Component: vf-back-to-top refinements (#1493) Looking good, thanks Co-authored-by:
Nitin Jadhav <nitin@ebi.ac.uk> Co-authored-by:
Ken Hawkins <khawkins98@gmail.com>
-
- 30 Mar, 2021 1 commit
-
-
Ken Hawkins authored
`
-
- 29 Mar, 2021 1 commit
-
-
Ken Hawkins authored
This adds a clarify bit of text that current version of component may be alpha/beta
-
- 24 Mar, 2021 1 commit
-
-
Stuart Robson authored
* adds status updates * removes stable notice from components page
-
- 17 Mar, 2021 1 commit
-
-
Stuart Robson authored
* removes hidden: true from all form items * updates vf-checkbox styles * updates vf-radio styles * removes comments, tidies up, and changes component type to form * removes core example * fixes hover/focus styles to be more consistent * adds 'form' as a component type in the vf-component-library * moves inputs to separate examples * moves button to a form element, because * adds stack to fieldset * changes font size and weight for legend * makes the input blank (to get ready for nunjucks blocks) * adds --inline form item variant * removes --inline options and makes use of item--inline variant * restyling forms again * changes the select icon to use streamline icons * updates tick in checkbox * adds more variants to form example * changes the x in search to match streamline icons * updates select icon to match streamline icons style * changes radio disabled to match checkbox disabled * updates font size * fixes inline issues * changes search reset icon * some slight changes to disabled checkboxes and radios * fixes up the checkboxes and makes them more nunjucks-y * makes the fieldset more nunjucks-y * updates the inputs a little * makes the label more nunjucks-y * makes the radios more nunjucks-y * makes the legend more nunjucks-y * removes all examples from form core because I have errors * adds inline checkbox in -- because errors * adds example back * ugh * hmmm * Bad yaml * fixes error being thrown * removes hokey old examples we don't need * updates to checkboxes * updates to input * updates form item * updates legend padding * updates radios * updates and finalises the fieldset * updates and finalises the fieldset * updates to checkbox * updates to label * updates to core * updates to radio * adds autocomplete search * moves form input * adds value and name options to checkbox * moves components to root * adds some html attribute options * some readme updates * idk, some form updates * updates checkbox * updates the readmes * replaces autocomplete with filter * fixes the form so it is its own component * updates usage for form__core to be just form * more form things * small update discussing the --filter variant * Add link to PR * Line break * Add form components to /components landing page * resolves error with editing version in vf-form package.json * adds -alpha.1 to all changelog updates * adds -alpha.1 to all changelog updates * mentions that installing vf-form installs all the things * moves the button bacl Co-authored-by:
Ken Hawkins <khawkins98@gmail.com>
-
- 17 Feb, 2021 1 commit
-
-
Ken Hawkins authored
* Document use of Nunjucks include vs render
-
- 01 Feb, 2021 2 commits
-
-
Ken Hawkins authored
* Try removing yarn.lock This sometimes makes CI unhappy * Update components.njk Disable changelog include * Remove readmeChangelog string it's not a thing * Remove render from changelog * Add ignore missing for changelog Can't hurt and CaSe
-
Stuart Robson authored
* initial commit of new container component * switches layout on the component preview page * Revert "initial commit of new container component" This reverts commit be3cfceb . Co-authored-by:
Ken Hawkins <khawkins98@gmail.com>
-
- 11 Dec, 2020 2 commits
-
-
Ken Hawkins authored
* Remove variant prefix from nunjucks example * Documentation: add update procedure to "Troubleshooting" Closes #1292 * Documentation: vf-grid spans Closes #1272 * Add a recommended extensions file To complement https://latest.visual-framework.dev/developing/getting-started/setting-up/ Closes #1224
-
Ken Hawkins authored
* Use react-dom-fragment to return html fragments * Further enhancements to React build process/architecture * Removes no longer needed raw-loader * Add vf-extensions-react.js for common Nunjucks environment * VF Nunjucks extensions support * Fix example and add a warning
-
- 08 Dec, 2020 1 commit
-
-
Ken Hawkins authored
* Enhancement: create reusable tooling for react
-
- 28 Oct, 2020 1 commit
-
-
Stuart Robson authored
-
- 27 Oct, 2020 1 commit
-
-
Stuart Robson authored
-
- 26 Oct, 2020 1 commit
-
-
Ken Hawkins authored
* enhancement: component library navigation This continues the ongoing work to improve the component library as discussed in #1175: - begins to vf-tree ify the navigation - processes the README.md to present a more readable overview - moves verbose code readouts and install text to vf-details - puts code examples in "boxes" - general tidy Will be follow on work to tidy up the READMEs
-
- 22 Oct, 2020 1 commit
-
-
Ken Hawkins authored
-
- 19 Oct, 2020 1 commit
-
-
Ken Hawkins authored
Following #1156 there's a need to update some CSS classes for spcaing. This changes many of them, but my focus here is on the vf-component-library.
-
- 21 Aug, 2020 1 commit
-
-
Ken Hawkins authored
* Initial grafitng of 11ty into a component+docs setup * Add vf-welcome content * Update README.md * Add component list * Header * Add sidebar to components * Fix up component overview * vf-core: adds `gulp vf-component-assets:everything` task * Fix up assets readout * Get child component listings working * Child component breadcrumbs * Fix child component link * Tidy * Fix tree link paths * Tweak vf-extensions docs * Build local search * Initial client side search support * Ommit repetitive content from search index * Fix chat link * Get gh-pages prepped * Tidy up sections * Slim component list * Sprinkle some more search * Hide utility component njk template
-