Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

front pages #3

Merged
merged 17 commits into from Apr 18, 2018
Merged

front pages #3

merged 17 commits into from Apr 18, 2018

Conversation

mimecorg
Copy link
Owner

New style and scripts for all pages generated by server side PHP code, including the login and registration form, error pages and the installer and update wizards. The look of these pages is unified with the rest of the application.

All styles are moved from Vue components to separate Less files. This makes the styles easier to maintain and reuse between components. It's also easier to use all available styles on the server side pages without having to import Vue components.

Assets are reorganized as follows:

  • common.js - Babel and fetch polyfills; helper functions used on the server side pages; dynamically loads the styles in development mode
  • common.css - all extracted styles in production mode
  • main.js - the main Vue application

Obsolete files are removed and the API for the old desktop client is disabled. Some files are moved to different subdirectories (/admin/setup to /setup and /common/users to /users).

@mimecorg mimecorg added the refactoring Code refactoring label Apr 17, 2018
@mimecorg mimecorg merged commit e3f0afc into master Apr 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Code refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant