Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-04 | Fix 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-21 | Change 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-12 | Fix missing javascript in some admin pages | Claire | |
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-10 | Use “public.js” pack for auth pages for form validation helpers | Claire | |
2019-09-30 | Fix menu in settings/admin pages | Thibaut Girka | |
2019-04-22 | Rename flavours/glitch/features/drawer to flavours/glitch/features/compose | Thibaut Girka | |
2019-03-16 | Fix settings/flavours | Thibaut Girka | |
Update theming system to use new paths for media files | |||
2019-02-17 | Port upstream's javascript to the error page | Thibaut Girka | |
2018-01-15 | Fix mailer to use webpack core | kibi! | |
2018-01-12 | Load packs/public.js for glitch#admin | Gô Shoemake | |
2018-01-04 | WIP <Compose> Refactor; 1000 tiny edits | kibigo! | |
2017-12-10 | Screenshot support for themes | kibigo! | |
2017-12-10 | Javascript intl8n flavour support | kibigo! | |
2017-12-07 | Glitch doesn't have a home stylesheet anymore | kibigo! | |
2017-12-03 | Rename themes -> flavours ? ? | kibigo! | |