about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/theme.yml
AgeCommit message (Collapse)Author
2023-02-25[Glitch] Rename JSX files with proper `.jsx` extensionRenaud Chaput
Port 44a7d87cb1f5df953b6c14c16c59e2e4ead1bcb9 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2023-01-04Fix prettifier/lint issues (#2066)Claire
* Add glitch-soc locale files to prettierignore * Run prettier on theme.yml * Add glitch-soc emoji_map.json to .prettierignore * Run prettier on config/i18n-tasks.yml
2022-12-21Change locales file generation to use JSON sources (#2028)Claire
* Change locales file generation to use JSON sources Instead of inheriting in JS files, set locale inheritance in the theme's YML file, and inherit in the generated locale file, rather than the source file. * Convert glitch-soc JS translation files to JSON Obtained running the following: ```sh sed -i -z "s/import inherited from '.*';\s*\nconst messages = //" *.js sed -i "s/\s*\/\/.*//" *.js sed -i -z "s/;\s*export default .*/\n/" *.js for i in *.js; do json5 $i | json_pp > ${i}on; done ``` * Change `yarn manage:translations` to exclude any translation already defined upstream * Run yarn manage:translations
2022-10-28[Glitch] Remove code for rendering public and hashtag timelines outside the ↵Eugen Rochko
web UI Port 02ba9cfa35c7b2285950955619ae3431391e9625 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-02-12Fix missing javascript in some admin pagesClaire
2021-10-14[Glitch] Add graphs and retention metrics to admin dashboard (#16829)Eugen Rochko
Port 07341e7aa60fe7c7d4f298136af99276820940e7 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2020-12-10Use “public.js” pack for auth pages for form validation helpersClaire
2019-09-30Fix menu in settings/admin pagesThibaut Girka
2019-04-22Rename flavours/glitch/features/drawer to flavours/glitch/features/composeThibaut Girka
2019-03-16Fix settings/flavoursThibaut Girka
Update theming system to use new paths for media files
2019-02-17Port upstream's javascript to the error pageThibaut Girka
2018-01-15Fix mailer to use webpack corekibi!
2018-01-12Load packs/public.js for glitch#adminGô Shoemake
2018-01-04WIP <Compose> Refactor; 1000 tiny editskibigo!
2017-12-10Screenshot support for themeskibigo!
2017-12-10Javascript intl8n flavour supportkibigo!
2017-12-07Glitch doesn't have a home stylesheet anymorekibigo!
2017-12-03Rename themes -> flavours ? ?kibigo!