Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
038f62f
feat: floating toolbar style1
lumixraku May 12, 2025
bc8a350
fix: heading popover
lumixraku May 12, 2025
e63747f
fix: change icon size from w-4 to w-5
lumixraku May 13, 2025
1d88d60
fix: align popover style
lumixraku May 13, 2025
f056947
fix: AI button style
lumixraku May 13, 2025
8e78761
test: host to 0.0.0.0
lumixraku May 13, 2025
e4da3dd
fix: align popover style
lumixraku May 13, 2025
c9eec2e
fix: dark mode for Href input
lumixraku May 13, 2025
f5dd29d
feat: hotkey to nav between list items
lumixraku May 14, 2025
efadc33
fix: hotkey to nav in list items hook
lumixraku May 14, 2025
bd7b88b
feat: revert HrefPopover.tsx
lumixraku May 14, 2025
940a07c
fix: rm vite origin config
lumixraku May 14, 2025
f4128d1
fix: shadow toolbar
lumixraku May 14, 2025
40112cb
feat: heading menu with paragraph
lumixraku May 14, 2025
fa1c3ca
feat: turninto
lumixraku May 14, 2025
b4d92e0
feat: use menu instead of popover
lumixraku May 14, 2025
2688f32
chore: better code
lumixraku May 15, 2025
c163f85
test: group list item
lumixraku May 15, 2025
1e02e99
feat: suggest & turninto
lumixraku May 15, 2025
e9fecb5
chore: better code
lumixraku May 15, 2025
9f7fcd9
add more options
lumixraku May 15, 2025
8637f34
chore: style fix
lumixraku May 15, 2025
69e7ec2
feat: color & highlight color
lumixraku May 15, 2025
61e1eaf
fix: eslint fix
lumixraku May 16, 2025
adbc847
fix: revert eslint config
lumixraku May 16, 2025
842f1f8
fix: no start server in cypress component test
lumixraku May 16, 2025
c6e6279
fix: href dark mode
lumixraku May 17, 2025
850d04f
fix: some color fix
lumixraku May 18, 2025
1dd645b
chore: better align code
lumixraku May 18, 2025
06fd01e
chore: better translation key
lumixraku May 18, 2025
63e2458
chore: better code
lumixraku May 19, 2025
d3dc0b8
fix: Separator
lumixraku May 19, 2025
ece7a9b
fix: headings use new popover
lumixraku May 19, 2025
9037153
fix: use new popover for more options
lumixraku May 19, 2025
2ecf002
feat: popover menu button
lumixraku May 19, 2025
f973550
feat: menu button for headings & more options
lumixraku May 19, 2025
1748f54
chore: better code for turninto
lumixraku May 19, 2025
71117b4
chore: no use var(-xxx) in classname
lumixraku May 19, 2025
083f40f
fix: align menu
lumixraku May 19, 2025
39b561e
chore: better code
lumixraku May 19, 2025
6e64f87
fix: no active bg for color button
lumixraku May 20, 2025
0e87f88
fix: border size & color
lumixraku May 20, 2025
12dfeb0
fix: color
lumixraku May 20, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ module.exports = {
{ blankLine: 'any', prev: 'import', next: 'import' },
{ blankLine: 'always', prev: 'block-like', next: '*' },
{ blankLine: 'always', prev: 'block', next: '*' },

],
},
ignorePatterns: ['src/**/*.test.ts', '**/__tests__/**/*.json', 'package.json', '__mocks__/*.ts'],
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/web_coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
component: true
build: pnpm run build
start: pnpm run start
# start: pnpm run start
browser: chrome
env:
COVERAGE: "true"
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.WEB_CODE_COV }}
token: cf9245e0-e136-4e21-b0ee-35755fa0c493
files: coverage/jest/lcov.info, coverage/cypress/lcov.info
flags: appflowy_web
name: codecov-umbrella
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,4 @@
"engines": {
"pnpm": "^8.0.0"
}
}
}
Loading