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

Replace/admin interface #637

Merged
merged 53 commits into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
41c2d3f
Add a blank react app to replace the wp-admin screen
pbking May 14, 2024
49757a5
Cleaned out old admin page and moved all PHP to /includes
pbking May 14, 2024
568ba0c
Add some content to the landing page
pbking May 20, 2024
6f30b9f
Made a modal for creation workflow
pbking May 20, 2024
0ae99d2
Basic layout per design
pbking May 21, 2024
94e4d43
Styled layout with some CSS
pbking May 21, 2024
1580951
Re-removed extra <br>
pbking May 21, 2024
8850f86
CSS formatting
pbking May 21, 2024
26f723b
Added API to fetch theme data and used it in the landing page (name)
pbking May 21, 2024
548c95d
Wired up export to landing page
pbking May 21, 2024
1a208d6
Wired up theme creation window for wpadmin interface
pbking May 21, 2024
a3e72d1
Linting a localization fixes
pbking May 21, 2024
250dc78
Cleanup landing page styles and flesh out FAQ
pbking May 21, 2024
5959fc4
Use webp for landing page images
May 21, 2024
92d1d34
Add missing translations
May 21, 2024
cd52840
add missing period
May 21, 2024
79c540f
Renamed classes to follow established convention
pbking May 22, 2024
6327ab0
FAQ is already plural.
pbking May 22, 2024
f65a10c
Linting fixes
pbking May 22, 2024
fd66c83
clarifying eslint rule disabling
pbking May 22, 2024
822d3c8
clarifying eslint rule disabling
pbking May 22, 2024
9b12c6d
clarifying eslint rule disabling
pbking May 22, 2024
e0ee1a5
Flex width layout
pbking May 22, 2024
9d8ed2d
Cleaned up resolvers utility: stopped swallowing errors, standardized…
pbking May 22, 2024
dcf91c3
Added link to editor and slight rewording of description
pbking May 22, 2024
9c8b4cf
Tweak header styles
pbking May 22, 2024
1d5ecb3
cleaned up alert call
pbking May 22, 2024
52b2a89
Cleaned up all alert calls
pbking May 22, 2024
2d09487
Localizing alt text
pbking May 22, 2024
64ebfbd
Localizing alt text
pbking May 22, 2024
00849dc
Localizing alt text
pbking May 22, 2024
20db4d0
Simplified creation error modal
pbking May 22, 2024
b182436
Use gap instead of spacers in create modal
pbking May 22, 2024
257ac19
Changed 'creat' button depending on creation type
pbking May 22, 2024
8d2049a
Alt text localized
pbking May 22, 2024
2e0b066
Added wp-components to css dependencies
pbking May 22, 2024
cbb31a5
Merge branch 'trunk' into replace/admin-interface
pbking May 22, 2024
617e8cb
Refactored headers to more appropriate use and adjusted styles to mat…
pbking May 22, 2024
362e947
refactored CSS classes to follow convention
pbking May 22, 2024
4a20d4a
Added mobile styles
pbking May 22, 2024
17a0aae
integrated ExternalLink for landing page
pbking May 22, 2024
02adc55
Passed editor and asset location to client
pbking May 22, 2024
ac4911d
use ExternalLink in createInterpolateElement
pbking May 23, 2024
d900ead
Improved layout code
pbking May 23, 2024
4066829
improved mobile layout
pbking May 23, 2024
80ecf38
eliminate redundancy
pbking May 24, 2024
cf5cc3c
pulling theme name from core data store
pbking May 24, 2024
a591f84
Finalized implementing core data store in landing page and removed un…
pbking May 24, 2024
c92da7d
removed unnecessary CSS addition logic
pbking May 24, 2024
79fe285
changed header/logo to h1
pbking May 24, 2024
1649256
Merge branch 'trunk' into replace/admin-interface
pbking May 24, 2024
a43e9f8
eliminate state variable themeName
pbking May 28, 2024
d0e5c59
Removed unused dependency
pbking May 28, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
496 changes: 0 additions & 496 deletions admin/class-create-theme.php

This file was deleted.

93 changes: 0 additions & 93 deletions admin/css/form.css

This file was deleted.

1 change: 0 additions & 1 deletion admin/index.php

This file was deleted.

274 changes: 0 additions & 274 deletions admin/js/form-script.js

This file was deleted.

Loading
Loading