Géry Debongnie
af426aa902
[DOC] misc small fixes
...
closes #827 , #825 , #822 , #821
2021-02-03 13:44:04 +01:00
Vishnu Vanneri
3a10468f7b
Update todoapp mount issue ( #817 )
...
APP gets error while running "ReferenceError: mount is not defined"
because of mount not defined with "Component"
2021-01-06 08:43:33 +01:00
Simon Genin
323cb61d2c
[DOC] minor fix - missing this.
...
Proposed by @obayit with https://github.com/odoo/owl/pull/689
2020-11-02 16:33:02 +01:00
Géry Debongnie
cb07c99d40
[IMP] owl: add a new mount method
2020-10-30 15:31:03 +01:00
Géry Debongnie
c36333dbbc
[CLEANUP] update prettier to v2.0.4
2020-04-21 16:23:31 +02:00
Géry Debongnie
047a9c8993
[DOC] add dedicated page on event handling
...
part of #632
2020-02-17 09:11:04 +01:00
Géry Debongnie
3fdc7a48f3
[IMP] types: make component generic types optional
...
In most cases, we just want Component<any, Env>. But since it was so
annoying to have always the type Env, we actually used
Component<any,any> everywhere.
With this commit, the generic types have a default (and their order is
swapped), so we can simply use Component in most cases, and
Component<Props> when we want to type the props.
2020-02-06 09:37:44 +01:00
Géry Debongnie
8866905f33
[DOC] large refactoring, add section on starting project
2020-02-03 22:06:44 +01:00
Géry Debongnie
821bd0b4b8
[IMP] tooling: add debug code
...
closes #521
2019-12-02 09:03:48 +01:00
Géry Debongnie
06a6d890d7
[DOC] move some component doc in sub pages
...
closes #354
2019-12-02 08:55:12 +01:00
Géry Debongnie
48744cfa87
[DOC] add hooks explanation, and testing/debug page
...
closes #372
closes #419
2019-11-22 13:41:44 +01:00
Géry Debongnie
263f31fea9
[DOC] miscellaneous improvements
...
including:
- add a link to the tutorial in the main readme page
- remove learning page on 'env', move content on reference page
- add dynamic sub components section in component page
- add reference page on props
- split qweb page into engine/language pages
- move t-key information into qweb language page
2019-11-13 08:49:25 +01:00
Géry Debongnie
1226f015d7
[DOC] add a tutorial (TodoApp)
2019-11-04 16:50:16 +01:00
Géry Debongnie
83532db48f
[DOC] adapt documentation to env changes
...
part of #430
2019-11-01 09:03:27 +01:00
Géry Debongnie
534152eff7
[REF] component: small improvement
...
and run prettier
2019-11-01 08:39:35 +01:00
Géry Debongnie
0addca63a0
[DOC] update the documentation to new config and env
...
part of #306
2019-10-30 15:09:10 +01:00
Géry Debongnie
5ba73cc09d
[DOC] move quick_start into learning/ sub folder
2019-10-30 15:09:10 +01:00