This repository has been archived by the owner on Feb 7, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use rjsx-mode for JS files in src/webextension * Add placeholder for empty list * Pre-release notes to include and push in 0.1.1-alpha1 (#279) * Bump to version 0.1.1-alpha * Add obvious warnings for repository and docs * Add release notes to explain the pre-release warning * Consistent strong treatment for pre-release warning * Add a warning to first run introduction about this being a pre-release (#275) * Add a warning to first run introduction Fixes #270 requested by @sandysage to explain features may change and data may not be retained between releases * missing a word * Better semantics for important message * Clearer warning, doesn't bury lede, not as scary * Quick hack to get strong tag output after localization happens * Add release instructions (#158) * Add instructions on how to prepare a new release * forgot to remove old instructions when re-arranging * include versioning notes, we follow semver * add changelog convention and manual check step * update releases.md based on conversations/reviews * update changelog/release-notes section to reflect current realities * reformat to account for mkdocs sublist handling * updates based on personal experience * expanding the last step into two * (WIP) account for checklists * cleanup and wording based on talks with @m8ttyB and @sandysage * added line to releases.md about user stories/epics * tweask to section * fix a typo * Make `nsp` a dev-dependency so it can be run locally (and so we're not just assuming Travis will always have nsp installed) * Update dependencies to all the latest versions * Remove usage of withLocalization()/getString() from a few places * Restore focus after closing modals This partially resolves #133 * Fix unset classNames in <Toolbar/> and <ToolbarSpace/>; resolves #288 * Replace PNG of Lockie with transparent SVG * Update editor tab URL when toolbar clicked (#278) Fixes #262 This fix changes the URL for the tab assigned to the Editor (or First-Time) is to be displayed. This change does not: * mess with the tab's history (`back`/`forward` buttons) * keep whatever the user was originally navigated to * open a new tab instead of resetting the current one * remove extraneous newline * Remove ASCII Lockie from welcome screen and replace with latest UI (#300) * Replace PNG of Lockie with transparent SVG * remove Lockie ASCII art ...at least, from the public's view 😏 * remove speech bubble and add SVG monster * remove Lockie from copy that's fun to say * quick copy changes to match comps, not perfect still placeholder * remove Lockie ASCII art ...at least, from the public's view 😏 * remove speech bubble and add SVG monster * remove Lockie from copy that's fun to say * quick copy changes to match comps, not perfect still placeholder * remove raw-loader * re-work home page to have a title with entry counts * address lint and test issues * combine reused styles * update background colors while I'm in here * add alt tag for decorative images https://www.w3.org/WAI/tutorials/images/decorative/ * combine titles and remove withLocalization * tidy up CSS * Add locked favicon to firstrun page * Use Photon styling for buttons; resolves #265 * Use photon styling for inputs; resolves #256 * Remove browser-styles and tweak styles/colors to better match Photon * Add dir-locals to test/ so that we get rjsx mode there! * Address review comments * Update to the latest photon spec for inputs * Use Photon fonts; resolves #255 * Remove left margin from <FieldText/> and <LabelText/> This matches the Photon spec more closely, but it might look weird... * Let entry fields be selectable by the user * Fix bad translation of item summary username * Update icon to latest version and change color in context (#306) provided by @changecourse * Prepare 0.1.2-alpha (#305) * Bump version 0.1.2-alpha * Draft release notes * Change homepage to point to GitHub Pages * Add rest of items part of this release and fix links * Set text area focus blue to match input styles (#328) * Set text area focus blue to match input styles * also update box-shadow for consistency
- Loading branch information