Making WordPress.org


Ignore:
Timestamp:
08/26/2016 07:58:01 PM (8 years ago)
Author:
obenland
Message:

Plugin Directory: React components for single plugin view.

Adds a React version of the single plugin page. Still needs more work around
certain plugin sections, like showing different links based on whether a user
is logged in or not.
Moves over the last component-based sass files into the component structure.

See #1719.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/actions/action-types.js

    r3764 r3862  
    11
    2 export const GET_PAGE       = 'GET_PAGE';
    3 export const GET_BROWSE     = 'GET_BROWSE';
    4 export const GET_PLUGIN     = 'GET_PLUGIN';
    5 export const SEARCH_PLUGINS = 'SEARCH_PLUGINS';
     2export const GET_BROWSE        = 'GET_BROWSE';
     3export const GET_PAGE          = 'GET_PAGE';
     4export const GET_PLUGIN        = 'GET_PLUGIN';
     5export const SEARCH_PLUGINS    = 'SEARCH_PLUGINS';
     6
     7export const GET_FAVORITES     = 'GET_FAVORITES';
     8export const FAVORITE_PLUGIN   = 'FAVORITE_PLUGIN';
     9export const UNFAVORITE_PLUGIN = 'UNFAVORITE_PLUGIN';
Note: See TracChangeset for help on using the changeset viewer.