castopod/app
Yassine Doghri 37c54d2477 feat: build hashed static files to renew browser cache
- replace rollup config with vitejs
- use vite dev server during development to take advantage of
hot module replacement (HMR)
- add vite service using Vite library to load css and js assets
- update package.json scripts and remove unnecessary
dependencies
- update scripts/bundle-prepare.sh

closes #107
2021-07-12 17:47:56 +00:00
..
Authorization fix(activity-pub): get database records using new model instances 2021-06-11 09:35:21 +00:00
Config feat: build hashed static files to renew browser cache 2021-07-12 17:47:56 +00:00
Controllers fix(episode): replace guid's empty string value to null 2021-07-02 06:42:03 +00:00
Database refactor: rename all occurences of notes to statuses 2021-06-23 13:34:53 +00:00
Entities refactor: rename all occurences of notes to statuses 2021-06-23 13:34:53 +00:00
Filters refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +00:00
Helpers fix(ux): allow for empty message upon episode publication and warn user on submit 2021-06-23 13:34:59 +00:00
Language fix(ux): allow for empty message upon episode publication and warn user on submit 2021-06-23 13:34:59 +00:00
Libraries feat: build hashed static files to renew browser cache 2021-07-12 17:47:56 +00:00
Models refactor: rename all occurences of notes to statuses 2021-06-23 13:34:53 +00:00
Resources feat: build hashed static files to renew browser cache 2021-07-12 17:47:56 +00:00
Validation refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +00:00
Views feat: build hashed static files to renew browser cache 2021-07-12 17:47:56 +00:00
.htaccess feat: add npm for js dependencies + move src/ files to root folder 2020-10-15 14:05:36 +00:00
Common.php refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +00:00
index.html feat(episodes): add create form and view pages for episode 2020-10-15 14:40:47 +00:00