Commit graph

18 commits

Author SHA1 Message Date
Bryan Galdámez
80842c45a7
refactor(scripts): added compatibility layer with old prefs style, convert prefs to new style on theme rebuild (#424)
* refactor(scripts): replaced hyphens with underscores in script names

* test(rebuild_themes): debug logs

* Rebuild themes.json after theme submission

* refactor(rebuild_themes): added preferences loading

* fix(submit-pr): fixed dependencies

* debug(rebuild_themes): add pre print

* feature(rebuild_themes): save preferences to file

* feature(rebuild_themes): add ident

* Rebuild themes.json after theme submission

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-21 06:58:24 +02:00
Bryan Galdámez
640f563c73
refactor(submit-theme): refactored to use the new preferences syntax (#423) 2024-09-20 21:22:26 +02:00
Mauro Balades
bb113e7c8a feat: Add version to theme.json files 2024-08-25 20:57:39 +02:00
Mauro Balades
9f440aacec feat: Update theme creation workflow to handle color themes 2024-08-21 16:45:34 +02:00
Mauro Balades
06d5b7f04f feat: Update theme creation workflow to handle color themes 2024-08-21 16:44:00 +02:00
Mauro Balades
01040237ed feat: Add support for color themes in theme creation
This commit modifies the theme creation process to include support for color themes. It adds a new checkbox field in the theme creation form to indicate whether the theme is a color theme. If the checkbox is selected, the CSS styles for the theme should be provided as a JSON object with the color values. Additionally, the `create-theme.yml` workflow file is updated to include the `THEME_IS_COLOR_THEME` environment variable when building the theme. The `rebuild-themes.py` script is also updated to generate a `chrome.css` file for color themes based on the provided color values in a `colors.json` file.

Fixes #69
2024-08-21 16:31:16 +02:00
Mauro Balades
23f0f0c9e8 chore: Update json.dump to include indentation in submit-theme.py 2024-08-20 09:27:00 +02:00
Mauro Balades
786f7aaca5 chore: Update name character limit in theme creation form
The "Name" field in the theme creation form now has a maximum character limit of 25, ensuring concise and relevant theme names.
2024-08-17 19:10:40 +02:00
Mauro Balades
980bdc047f chore: Update create-theme workflow to handle HTTPS URLs in submit-theme script 2024-08-16 01:23:38 +02:00
Mauro Balades
9adc322c37 chore: Update create-theme workflow to handle preferences file 2024-08-16 01:12:32 +02:00
Mauro Balades
57d355020d chore: Update create-theme workflow to handle preferences file 2024-08-16 01:10:57 +02:00
Mauro Balades
34c19e2524 chore: Add preferences support to create-theme workflow 2024-08-16 00:52:10 +02:00
Mauro Balades
367a302e9f chore: Update create-theme workflow to include author information and image in theme submission 2024-08-16 00:24:14 +02:00
Mauro Balades
9f5c6ebd05 chore: Update create-theme workflow to write styles and readme to separate files 2024-08-15 21:51:25 +02:00
Mauro Balades
f7711c3b57 chore: Update create-theme workflow to output styles and readme 2024-08-15 21:42:45 +02:00
Mauro Balades
881b84875c chore: Update create-theme workflow to capture error logs 2024-08-15 20:52:01 +02:00
Mauro Balades
002a1f1a2a chore: Update create-theme workflow to capture error logs 2024-08-15 20:47:33 +02:00
Mauro Balades
02469dc126 chore: Update issue template for creating themes 2024-08-15 20:38:16 +02:00