• Robert Knight's avatar
    Implement new designs for pages for creating, joining and sharing groups · 7d14d217
    Robert Knight authored
     * Implement new look for the Create, Join and Share groups pages.
       The forms are functional without JS but contain a small amount
       of JS logic for enhancements such as selecting the content of
       the share pane.
    
     * Merge the 'Login to join' and 'Join' pages into a single
       form. The only difference between the two is that
       when the user is not signed in, the button label
       changes from 'Join <Group Name>' to 'Sign in to join <Group Name>'
       which redirects to the login page.
    
     * Create a new site.scss file which is intended to
       contain only styling for the website and a site-bundle.js
       bundle which contains JS code used only for the site.
    
     * Extract out the button styles used by <dropdown-menu-btn> into
       a separate .scss file for re-use
    
     * Add additional colors used by the new group forms
       to variables.scss. To avoid the problems
       with naming that arise when trying to insert additional
       colors into a list with names like 'light', 'lighter' etc.
       I'm starting to use http://chir.ag/projects/name-that-color for
       memorable names.
    
     * Start to use a '$color-' prefix for colors, in preparation
       for extracting colors into their own file.
    
    Card 93
    7d14d217
Name
Last commit
Last update
..
annotation-mapper-test.js Loading commit data...
annotation-sync-test.coffee Loading commit data...
annotation-ui-controller-test.coffee Loading commit data...
annotation-ui-sync-test.coffee Loading commit data...
annotation-ui-test.coffee Loading commit data...
annotation-viewer-controller-test.coffee Loading commit data...
app-controller-test.coffee Loading commit data...
auth-test.js Loading commit data...
blocklist-test.js Loading commit data...
bootstrap.js Loading commit data...
bridge-test.coffee Loading commit data...
create-group-form-test.js Loading commit data...
cross-frame-test.coffee Loading commit data...
discovery-test.coffee Loading commit data...
features-test.js Loading commit data...
form-respond-test.coffee Loading commit data...
groups-test.js Loading commit data...
host-test.coffee Loading commit data...
identity-test.coffee Loading commit data...
local-storage-test.coffee Loading commit data...
permissions-test.coffee Loading commit data...
search-filter-test.coffee Loading commit data...
session-test.js Loading commit data...
store-test.coffee Loading commit data...
stream-controller-test.coffee Loading commit data...
tags-test.coffee Loading commit data...
threading-test.coffee Loading commit data...
time-test.coffee Loading commit data...
unicode-test.coffee Loading commit data...
view-filter-test.coffee Loading commit data...
widget-controller-test.coffee Loading commit data...