annotate .hgignore @ 1584:eab815e48795

browser (chat): message edition + extra menu: - handle extra menu - implement `quote` action - last message correction - show popup with last editions history when "editer" pencil icon is hovered - up arrow let quickly edit last message - implement input modes, `normal` being the default, `edit` or `quote` are new ones. - [ESC] erase input and returns to `normal` mode - fix size and set focus on message input when page is loaded - fix identity retrieval on new messages
author Goffi <goffi@goffi.org>
date Tue, 28 Nov 2023 17:59:11 +0100
parents a44f77559279
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
1 syntax: glob
1522
a44f77559279 installation: moved from `setup.py` to `pyproject.toml`:
Goffi <goffi@goffi.org>
parents: 589
diff changeset
2 .build
a44f77559279 installation: moved from `setup.py` to `pyproject.toml`:
Goffi <goffi@goffi.org>
parents: 589
diff changeset
3 build
a44f77559279 installation: moved from `setup.py` to `pyproject.toml`:
Goffi <goffi@goffi.org>
parents: 589
diff changeset
4 ctags_links/
a44f77559279 installation: moved from `setup.py` to `pyproject.toml`:
Goffi <goffi@goffi.org>
parents: 589
diff changeset
5 dist/
a44f77559279 installation: moved from `setup.py` to `pyproject.toml`:
Goffi <goffi@goffi.org>
parents: 589
diff changeset
6 .eggs/
a44f77559279 installation: moved from `setup.py` to `pyproject.toml`:
Goffi <goffi@goffi.org>
parents: 589
diff changeset
7 env/
a44f77559279 installation: moved from `setup.py` to `pyproject.toml`:
Goffi <goffi@goffi.org>
parents: 589
diff changeset
8 MANIFEST
a44f77559279 installation: moved from `setup.py` to `pyproject.toml`:
Goffi <goffi@goffi.org>
parents: 589
diff changeset
9 .mypy_cache/
a44f77559279 installation: moved from `setup.py` to `pyproject.toml`:
Goffi <goffi@goffi.org>
parents: 589
diff changeset
10 *.orig
0
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
11 *.pyc
1522
a44f77559279 installation: moved from `setup.py` to `pyproject.toml`:
Goffi <goffi@goffi.org>
parents: 589
diff changeset
12 *.pyo
a44f77559279 installation: moved from `setup.py` to `pyproject.toml`:
Goffi <goffi@goffi.org>
parents: 589
diff changeset
13 .pytest_cache
0
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
14 *.pyv
1522
a44f77559279 installation: moved from `setup.py` to `pyproject.toml`:
Goffi <goffi@goffi.org>
parents: 589
diff changeset
15 Session.vim
a44f77559279 installation: moved from `setup.py` to `pyproject.toml`:
Goffi <goffi@goffi.org>
parents: 589
diff changeset
16 stubs/
a44f77559279 installation: moved from `setup.py` to `pyproject.toml`:
Goffi <goffi@goffi.org>
parents: 589
diff changeset
17 *.swo
0
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
18 *.swp
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
19 tags
1522
a44f77559279 installation: moved from `setup.py` to `pyproject.toml`:
Goffi <goffi@goffi.org>
parents: 589
diff changeset
20 tests/e2e/report*
a44f77559279 installation: moved from `setup.py` to `pyproject.toml`:
Goffi <goffi@goffi.org>
parents: 589
diff changeset
21 _trial_temp/
0
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
22 twistd.log
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
23 twistd.pid
1522
a44f77559279 installation: moved from `setup.py` to `pyproject.toml`:
Goffi <goffi@goffi.org>
parents: 589
diff changeset
24 twisted/plugins/dropin.cache
0
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
25 *.un~
1522
a44f77559279 installation: moved from `setup.py` to `pyproject.toml`:
Goffi <goffi@goffi.org>
parents: 589
diff changeset
26 .vim
a44f77559279 installation: moved from `setup.py` to `pyproject.toml`:
Goffi <goffi@goffi.org>
parents: 589
diff changeset
27 .vscode