Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Multiple UI framework generator (includes Semantic) #571

Merged
merged 8 commits into from
Mar 14, 2016

Commits on Mar 5, 2016

  1. Changes

    - Add semantic.validation.min.js for consistency
    - Add tests for Semantic UI overrides per jjwilliams42/generator-aspnet-semanticui#9 and jjwilliams42/generator-aspnet-semanticui#6
    - Add <% namespace %> to _Layout.cshtml (missing)
    - Remove title from MenuLinkTagHelper rendering per jjwilliams42/generator-aspnet-semanticui#5
    - Remove commented out code and extra call to $('.class').checkbox() in Login.cshtml
    - Remove commented out code in various cshtml files
    - Merged in functionality to use Semantic OR Bootstrap libraries using yo menu selection or command line argument
    Josh Williams committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    5bb4742 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2016

  1. Remove incorrect badge

    jjwilliams42 committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    60f3273 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f51eeaf View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2016

  1. Changes

    - Add summary for MenuLinkTagHelper
    - Remove commented out code from VerifyCode.cshtml
    - Add full protocol link to web and webbasic Home/Index.cshtml, _Layout.cshtml, _ValidationScriptsPartial.cshtml
    - In _ValidationScriptsPartial.cshtml, change Production env to use semantic.validation.min.js
    - web/webbasic override bower.json indentation fix
    - In both _Layout.cshtml's (web and webbasic), add menu.header to be consistent with already available template.
    - Fix missing <%= namespace %> in html head title of _Layout.cshtml's
    - Use bootstraps .sr-only helper class for screenreaders. Add sr-only "Toggle Navigation" span for SR's.
    - Flatten site.css indentation
    - Update site.js code, add brackets to be consistent
    - Add referenced https://github.com/aspnet/Mvc/issues/2369 so people are aware of different solutions to issues with label/checkbox
    Josh Williams committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    06ca069 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad1742d View commit details
    Browse the repository at this point in the history
  3. Left out TagHelper.cs remarks from webbasic project

    Josh Williams committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    445a89a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2016

  1. Changes

    - site.css: Remove fix for wierd checkbox issue, turns out it works fine without it. Could have been a victim of late night coding.
    Josh Williams committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    36090dd View commit details
    Browse the repository at this point in the history
  2. Changes

    - Update base README.md, move extraneous info to ...
    - Added README.md to be generated with web/webbasic project, with Semantic UI specific info.
    Josh Williams committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    c2afafe View commit details
    Browse the repository at this point in the history