Commit Graph

565 Commits

Author SHA1 Message Date
Alice Gaudon 4c895229ec back/cli: fix main command not able to accept args 2021-11-24 18:20:02 +01:00
Alice Gaudon e1542ae476 back/migration command: add log to show that we are rolling back a migration and which one 2021-11-24 18:20:02 +01:00
Alice Gaudon 59491d63ab front/Field: add support for datetime-local field type 2021-11-24 18:20:02 +01:00
Alice Gaudon aa1484749e front/BaseTemplate: allow disabling header, h1 and footer via boolean attributes 2021-11-24 18:16:16 +01:00
Alice Gaudon f801f6a43b Add missing dev dependency @types/node 2021-11-24 17:38:16 +01:00
Alice Gaudon f68e81836b Allow forms to have a file upload enctype 2021-11-22 21:30:23 +01:00
Alice Gaudon 6348692473 Fix select field value bind 2021-11-22 21:29:54 +01:00
Alice Gaudon e151c9c744 Fix FileUploadMiddleware formidable usage 2021-11-22 17:59:32 +01:00
Alice Gaudon 2e68cf8cae Version 0.24.8 2021-11-21 20:24:56 +01:00
Alice Gaudon f55ba4d611 Upgrade svelte-preprocess 2021-11-21 20:24:35 +01:00
Alice Gaudon 5cfdecfebf Also replace icons afterUpdate 2021-11-21 20:18:15 +01:00
Alice Gaudon 10d5d16967 Watch DOM changes to add external link icons to new external links 2021-11-21 20:17:49 +01:00
Alice Gaudon 7f4996c908 Add fonts copy to rollup config 2021-11-21 18:34:36 +01:00
Alice Gaudon 92c6433235 Version 0.24.7 2021-11-21 17:06:45 +01:00
Alice Gaudon 48de7829ec Upgrade dependencies 2021-11-21 17:06:28 +01:00
Alice Gaudon 9998f1a91c Make require-from-string a normal dependency for dependants 2021-11-21 17:06:06 +01:00
Alice Gaudon c7d0238d22 Version 0.24.6 2021-11-21 16:50:47 +01:00
Alice Gaudon b24e9ab580 front: add CopyableText component 2021-11-21 16:10:38 +01:00
Alice Gaudon e9db1f4ded front: add an external link icon to external links 2021-11-21 15:02:31 +01:00
Alice Gaudon 428990dc00 front/home page: make first word of the title choosen at random in a list 2021-11-21 13:15:15 +01:00
Alice Gaudon c0918b17ed Rename front layouts to templates 2021-11-21 13:14:23 +01:00
Alice Gaudon da6fda02a9 Replace feather icons with lucide icons, use Icon component everywhere 2021-11-21 12:42:26 +01:00
Alice Gaudon 297bafcdc8 Add style to error pages 2021-11-20 22:55:25 +01:00
Alice Gaudon 61e7282f25 Version 0.24.5 2021-11-20 19:52:59 +01:00
Alice Gaudon d40481fe3b Make rollup available in dependant projects 2021-11-20 19:52:44 +01:00
Alice Gaudon 9da35de4e0 Move design page view to test views 2021-11-20 19:22:04 +01:00
Alice Gaudon febde935e3 Make more route usage optional 2021-11-20 19:21:15 +01:00
Alice Gaudon 3c28bd9fbe Version 0.24.4 2021-11-20 19:09:14 +01:00
Alice Gaudon 3616d54d29 frontend/BaseLayout: make it easier to edit the BaseLayout without redefining everything 2021-11-20 19:04:55 +01:00
Alice Gaudon e97cbb5d7f Routing: add hasRoute and hasAnyRoute and make optional components views not render route if they don't exist 2021-11-20 18:02:00 +01:00
Alice Gaudon c0245e3e3d Move tests page view to test folder 2021-11-20 17:29:17 +01:00
Alice Gaudon e188458f9c SvelteViewEngine: fix stores file path 2021-11-20 17:29:17 +01:00
Alice Gaudon 2f2e1f51b8 Fix dependencies for sources that will be rebuilt by dependant projects 2021-11-20 16:17:18 +01:00
Alice Gaudon 575de5ebb1 Copy assets to dist folder at dist step 2021-11-20 15:43:20 +01:00
Alice Gaudon 876d509f10 Version 0.24.3 2021-11-20 15:40:22 +01:00
Alice Gaudon a03dd994e3 Upgrade dependencies 2021-11-20 15:39:51 +01:00
Alice Gaudon 7dde32edb4 Distribute src/assets 2021-11-20 15:39:51 +01:00
Alice Gaudon a753122290 Do not distribute backend source, export everything to commonjs 2021-11-20 15:39:51 +01:00
Alice Gaudon 5869ba3ee3 Version 0.24.2 2021-11-10 19:26:06 +01:00
Alice Gaudon ce39f82e66 Copy package.json to dist folder for release 2021-11-10 19:25:50 +01:00
Alice Gaudon 45bd805969 Version 0.24.1 2021-11-10 17:59:44 +01:00
Alice Gaudon f41ee9cf32 Remove deprecated migrations 2021-11-10 17:58:52 +01:00
Alice Gaudon 404a2ecb16 Fix usages of explicit any 2021-11-10 17:58:52 +01:00
Alice Gaudon 4a09d2e1fe Fix linting on frontend TS
Add return type (void) to replaceIcons function
2021-11-10 17:09:30 +01:00
Alice Gaudon ef9cb663e7 Add specific tsconfig for eslint 2021-11-10 17:07:05 +01:00
Alice Gaudon e84b7cf6d3 Version 0.24.0 2021-11-10 16:41:29 +01:00
Alice Gaudon d6483af1a9 Fix linting errors 2021-11-09 19:46:51 +01:00
Alice Gaudon e31598fe4e Merge pull request 'Add svelte as a view engine to swaf' (#33) from svelte into develop
Reviewed-on: https://eternae.ink/ashpie/swaf/pulls/33

- config overhaul
- package.json / yarn.lock
  - new scripts, improved
  - now a module
  - new deps and upgraded deps
- rollup instead of webpack
- `assets` folder moved to `src/assets` folder
- `views` moved to `src/assets/views` folder
- make svelte the default view engine (except for mails)
- lots of refactoring
- add personnal information fields to account page
- and more
2021-11-09 19:31:22 +01:00
Alice Gaudon 7650238183 data-table: add data-table-container to overflow-x scroll, use it on relevant pages 2021-11-09 19:29:10 +01:00
Alice Gaudon 5336940dc3 auth page: remove useless hint, use better icon for "Use magic link" button 2021-11-09 19:22:52 +01:00