AppFlowy/frontend/appflowy_tauri/tailwind.config.cjs

61 lines
1.3 KiB
JavaScript
Raw Normal View History

Feat/appflowy tauri UI (#1835) * chore: create folders * chore: setup taliwindcss (#1742) * chore: create folders * chore: setup taliwindcss --------- Co-authored-by: nathan <nathan@appflowy.io> Co-authored-by: Nathan.fooo <86001920+appflowy@users.noreply.github.com> * feat: greater to blockquote * fix: local variable 'text' isn't used * feat: #1061 Support markdown to create a blockquote * fix: #1732 the actions of an image look different than the ones of a code block * fix: command of double tilde to strikethrough * feat: callout (#1732) * feat: add callout plugin * refactor: add SelectionMenuItem.node factory makes calloutMenuItem more readable * feat: add color picker * feat: add popover to callout * feat: add emoji to callout * fix: store tint name * fix: remove leading underscores * fix: revert export of editor_entry * refactor: move color tint names to appflowy_editor * fix: #1732 only re-insert text node if it's parent is text node too while deleting * docs: doc comment for SelectionMenuItem.node * fix: disable callout plugin should be re-enabled after #1753 is done * fix: typo --------- Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io> * Feat/http server adapt (#1754) * integrate board plugin into document (#1675) * fix: cursor doesn't blink when opening selection menu * feat: add board plugin * feat: integrate board plugin into document * feat: add i10n and fix known bugs * feat: support jump to board page on document * feat: disable editor scroll only when the board plugin is selected * chore: dart fix * chore: remove unused files * fix: dart lint * Feat/database view (#1765) * chore: rename flowy-database to flowy-sqlite * refactor: rename flowy-grid to flowy-database * refactor: rename grid to database * refactor: rename GridEvent to DatabaseEvent * refactor: rename grid_id to database_id * refactor: rename dart code * fix: #1763 [Bug] Mouse unable to click a certain area * fix: potential async errors (#1772) * feat: Skeleton task (#1775) * chore: change tauri dev npm script * chore: setup prettier * chore: add protobuf type * chore: move test calls to separate component * chore: serve assets from app_flowy folder * chore: import poppins font * chore: install eslint, remove errors * placeholder components * chore: import colors from UI kit, footer panel * chore: reorganise components * chore: redux toolkit, navigation folders and files, navigation hooks * fix: on add folder others close * fix: tauri_dev task * fix: restore grid notification * chore: navigation items events (#1784) * chore: change tauri dev npm script * chore: setup prettier * chore: add protobuf type * chore: move test calls to separate component * chore: serve assets from app_flowy folder * chore: import poppins font * chore: install eslint, remove errors * placeholder components * chore: import colors from UI kit, footer panel * chore: reorganise components * chore: redux toolkit, navigation folders and files, navigation hooks * fix: on add folder others close * fix: tauri_dev task * fix: restore grid notification * chore: shared button * chore: folder/file popup, rename/duplicate/delete items * chore: new page types popup * fix: navitem pages padding * fix: page click mishandle * fix: folder click mishandle * chore: add other page types * fix: stop propagating on button click * fix: one alt * fix: renaming change bg * refactor: brake Navigation Panel into smaller components * chore: header panel folder * chore: focus and select all on rename popup * chore: add classname to popup * chore: navigation panel resize * Feat/appflowy tauri (#1831) * feat:grid view structure * feat:add store and refactor grid page * chore: import icons, resize grid items, change grid items style, add field type icons, reorganize grid toolbar * feat: auth screens(login, signup and confirm-account) ui done * chore: add tailwind class sorter and formatted all files * chore: group svgs into single folder * chore: resolve warnings in svg files * fix: use exported fieldType enum * fix: resolve FieldType referances * chore: auth pages fixes, replace links, replace buttons, svg fixes, navigate between pages, navigate to homepage on main button click --------- Co-authored-by: ascarbek <ascarbek@gmail.com> * ci: wanrings --------- Co-authored-by: Mikias Tilahun Abebe <mikiastilahun@gmail.com> Co-authored-by: Andreas Bichinger <andreas.bichinger@gmail.com> Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io> Co-authored-by: Askarbek Zadauly <ascarbek@gmail.com>
2023-02-10 08:26:14 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
feat: move kanban blocks (#2022) * chore: add edit / create field test * chore: add delete field test * chore: change log class arguments * chore: delete/create row * chore: set tracing log to debug level * fix: filter notification with id * chore: add get single select type option data * fix: high cpu usage * chore: format code * chore: update tokio version * chore: config tokio runtime subscriber * chore: add profiling feature * chore: setup auto login * chore: fix tauri build * chore: (unstable) using controllers * fix: initially authenticated and serializable fix * fix: ci warning * ci: compile error * fix: new folder trash overflow * fix: min width for nav panel * fix: nav panel and main panel animation on hide menu * fix: highlight active page * fix: post merge fixes * fix: post merge fix * fix: remove warnings * fix: change IDatabaseField fix eslint errors * chore: create cell component for each field type * chore: move cell hook into custom cell component * chore: refactor row hook * chore: add tauri clean * chore: add tauri clean * chore: save offset top of nav items * chore: move constants * fix: nav item popup overflow * fix: page rename position * chore: remove offset top * chore: remove floating menu functions * chore: scroll down to new page * chore: smooth scroll and scroll to new folder * fix: breadcrumbs * chore: back and forward buttons nav scroll fix * chore: get board groups and rows * chore: set log level & remove empty line * fix: create kanban board row * fix: appflowy session name * chore: import beautiful dnd * bug: kanban new row * chore: update refs * fix: dispose group controller * fix: dispose cell controller * chore: move rows in group * chore: move row into other block * fix: groups observer dispose * chore: dnd reordering * chore: fix import references * chore: initial edit board modal * fix: kanban board rendering * chore: add column and edit text cell * chore: column rename * chore: edit row components reorganize * chore: don't show group by field * wip: edit cell type * chore: fade in, out * chore: change field type * chore: update editing cell * chore: fade in change * chore: cell options layout * fix: padding fixes for cell wrapper * fix: cell options positions * chore: cell options write to backend * fix: select options for new row * chore: edit url cell * chore: language button * fix: close popup on lang select * fix: save url cell * chore: date picker * chore: small code cleanups * chore: options in board * chore: move fields dnd --------- Co-authored-by: nathan <nathan@appflowy.io> Co-authored-by: Nathan.fooo <86001920+appflowy@users.noreply.github.com> Co-authored-by: appflowy <annie@appflowy.io>
2023-04-02 12:54:39 +00:00
content: [
'./index.html',
'./src/**/*.{js,ts,jsx,tsx}',
'./node_modules/react-tailwindcss-datepicker/dist/index.esm.js',
],
darkMode: 'class',
Feat/appflowy tauri UI (#1835) * chore: create folders * chore: setup taliwindcss (#1742) * chore: create folders * chore: setup taliwindcss --------- Co-authored-by: nathan <nathan@appflowy.io> Co-authored-by: Nathan.fooo <86001920+appflowy@users.noreply.github.com> * feat: greater to blockquote * fix: local variable 'text' isn't used * feat: #1061 Support markdown to create a blockquote * fix: #1732 the actions of an image look different than the ones of a code block * fix: command of double tilde to strikethrough * feat: callout (#1732) * feat: add callout plugin * refactor: add SelectionMenuItem.node factory makes calloutMenuItem more readable * feat: add color picker * feat: add popover to callout * feat: add emoji to callout * fix: store tint name * fix: remove leading underscores * fix: revert export of editor_entry * refactor: move color tint names to appflowy_editor * fix: #1732 only re-insert text node if it's parent is text node too while deleting * docs: doc comment for SelectionMenuItem.node * fix: disable callout plugin should be re-enabled after #1753 is done * fix: typo --------- Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io> * Feat/http server adapt (#1754) * integrate board plugin into document (#1675) * fix: cursor doesn't blink when opening selection menu * feat: add board plugin * feat: integrate board plugin into document * feat: add i10n and fix known bugs * feat: support jump to board page on document * feat: disable editor scroll only when the board plugin is selected * chore: dart fix * chore: remove unused files * fix: dart lint * Feat/database view (#1765) * chore: rename flowy-database to flowy-sqlite * refactor: rename flowy-grid to flowy-database * refactor: rename grid to database * refactor: rename GridEvent to DatabaseEvent * refactor: rename grid_id to database_id * refactor: rename dart code * fix: #1763 [Bug] Mouse unable to click a certain area * fix: potential async errors (#1772) * feat: Skeleton task (#1775) * chore: change tauri dev npm script * chore: setup prettier * chore: add protobuf type * chore: move test calls to separate component * chore: serve assets from app_flowy folder * chore: import poppins font * chore: install eslint, remove errors * placeholder components * chore: import colors from UI kit, footer panel * chore: reorganise components * chore: redux toolkit, navigation folders and files, navigation hooks * fix: on add folder others close * fix: tauri_dev task * fix: restore grid notification * chore: navigation items events (#1784) * chore: change tauri dev npm script * chore: setup prettier * chore: add protobuf type * chore: move test calls to separate component * chore: serve assets from app_flowy folder * chore: import poppins font * chore: install eslint, remove errors * placeholder components * chore: import colors from UI kit, footer panel * chore: reorganise components * chore: redux toolkit, navigation folders and files, navigation hooks * fix: on add folder others close * fix: tauri_dev task * fix: restore grid notification * chore: shared button * chore: folder/file popup, rename/duplicate/delete items * chore: new page types popup * fix: navitem pages padding * fix: page click mishandle * fix: folder click mishandle * chore: add other page types * fix: stop propagating on button click * fix: one alt * fix: renaming change bg * refactor: brake Navigation Panel into smaller components * chore: header panel folder * chore: focus and select all on rename popup * chore: add classname to popup * chore: navigation panel resize * Feat/appflowy tauri (#1831) * feat:grid view structure * feat:add store and refactor grid page * chore: import icons, resize grid items, change grid items style, add field type icons, reorganize grid toolbar * feat: auth screens(login, signup and confirm-account) ui done * chore: add tailwind class sorter and formatted all files * chore: group svgs into single folder * chore: resolve warnings in svg files * fix: use exported fieldType enum * fix: resolve FieldType referances * chore: auth pages fixes, replace links, replace buttons, svg fixes, navigate between pages, navigate to homepage on main button click --------- Co-authored-by: ascarbek <ascarbek@gmail.com> * ci: wanrings --------- Co-authored-by: Mikias Tilahun Abebe <mikiastilahun@gmail.com> Co-authored-by: Andreas Bichinger <andreas.bichinger@gmail.com> Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io> Co-authored-by: Askarbek Zadauly <ascarbek@gmail.com>
2023-02-10 08:26:14 +00:00
theme: {
extend: {
colors: {
white: '#ffffff',
black: '#000000',
main: {
accent: '#00BCF0',
hovered: '#00B7EA',
secondary: '#E0F8FF',
selector: '#F2FCFF',
alert: '#FB006D',
warning: '#FFD667',
success: '#66CF80',
},
tint: {
1: '#E8E0FF',
2: '#FFE7FD',
3: '#FFE7EE',
4: '#FFEFE3',
5: '#FFF2CD',
6: '#F5FFDC',
7: '#DDFFD6',
8: '#DEFFF1',
9: '#E1FBFF',
},
shade: {
1: '#333333',
2: '#4F4F4F',
3: '#828282',
4: '#BDBDBD',
5: '#E0E0E0',
6: '#F2F2F2',
2023-05-03 03:18:25 +00:00
7: '#FFFFFF',
Feat/appflowy tauri UI (#1835) * chore: create folders * chore: setup taliwindcss (#1742) * chore: create folders * chore: setup taliwindcss --------- Co-authored-by: nathan <nathan@appflowy.io> Co-authored-by: Nathan.fooo <86001920+appflowy@users.noreply.github.com> * feat: greater to blockquote * fix: local variable 'text' isn't used * feat: #1061 Support markdown to create a blockquote * fix: #1732 the actions of an image look different than the ones of a code block * fix: command of double tilde to strikethrough * feat: callout (#1732) * feat: add callout plugin * refactor: add SelectionMenuItem.node factory makes calloutMenuItem more readable * feat: add color picker * feat: add popover to callout * feat: add emoji to callout * fix: store tint name * fix: remove leading underscores * fix: revert export of editor_entry * refactor: move color tint names to appflowy_editor * fix: #1732 only re-insert text node if it's parent is text node too while deleting * docs: doc comment for SelectionMenuItem.node * fix: disable callout plugin should be re-enabled after #1753 is done * fix: typo --------- Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io> * Feat/http server adapt (#1754) * integrate board plugin into document (#1675) * fix: cursor doesn't blink when opening selection menu * feat: add board plugin * feat: integrate board plugin into document * feat: add i10n and fix known bugs * feat: support jump to board page on document * feat: disable editor scroll only when the board plugin is selected * chore: dart fix * chore: remove unused files * fix: dart lint * Feat/database view (#1765) * chore: rename flowy-database to flowy-sqlite * refactor: rename flowy-grid to flowy-database * refactor: rename grid to database * refactor: rename GridEvent to DatabaseEvent * refactor: rename grid_id to database_id * refactor: rename dart code * fix: #1763 [Bug] Mouse unable to click a certain area * fix: potential async errors (#1772) * feat: Skeleton task (#1775) * chore: change tauri dev npm script * chore: setup prettier * chore: add protobuf type * chore: move test calls to separate component * chore: serve assets from app_flowy folder * chore: import poppins font * chore: install eslint, remove errors * placeholder components * chore: import colors from UI kit, footer panel * chore: reorganise components * chore: redux toolkit, navigation folders and files, navigation hooks * fix: on add folder others close * fix: tauri_dev task * fix: restore grid notification * chore: navigation items events (#1784) * chore: change tauri dev npm script * chore: setup prettier * chore: add protobuf type * chore: move test calls to separate component * chore: serve assets from app_flowy folder * chore: import poppins font * chore: install eslint, remove errors * placeholder components * chore: import colors from UI kit, footer panel * chore: reorganise components * chore: redux toolkit, navigation folders and files, navigation hooks * fix: on add folder others close * fix: tauri_dev task * fix: restore grid notification * chore: shared button * chore: folder/file popup, rename/duplicate/delete items * chore: new page types popup * fix: navitem pages padding * fix: page click mishandle * fix: folder click mishandle * chore: add other page types * fix: stop propagating on button click * fix: one alt * fix: renaming change bg * refactor: brake Navigation Panel into smaller components * chore: header panel folder * chore: focus and select all on rename popup * chore: add classname to popup * chore: navigation panel resize * Feat/appflowy tauri (#1831) * feat:grid view structure * feat:add store and refactor grid page * chore: import icons, resize grid items, change grid items style, add field type icons, reorganize grid toolbar * feat: auth screens(login, signup and confirm-account) ui done * chore: add tailwind class sorter and formatted all files * chore: group svgs into single folder * chore: resolve warnings in svg files * fix: use exported fieldType enum * fix: resolve FieldType referances * chore: auth pages fixes, replace links, replace buttons, svg fixes, navigate between pages, navigate to homepage on main button click --------- Co-authored-by: ascarbek <ascarbek@gmail.com> * ci: wanrings --------- Co-authored-by: Mikias Tilahun Abebe <mikiastilahun@gmail.com> Co-authored-by: Andreas Bichinger <andreas.bichinger@gmail.com> Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io> Co-authored-by: Askarbek Zadauly <ascarbek@gmail.com>
2023-02-10 08:26:14 +00:00
},
surface: {
1: '#F7F8FC',
2: '#EDEEF2',
3: '#E2E4EB',
fiol: '#2C144B',
},
custom: {
code: 'rgba(221, 221, 221, 0.4)',
caret: 'rgb(55, 53, 47)'
}
Feat/appflowy tauri UI (#1835) * chore: create folders * chore: setup taliwindcss (#1742) * chore: create folders * chore: setup taliwindcss --------- Co-authored-by: nathan <nathan@appflowy.io> Co-authored-by: Nathan.fooo <86001920+appflowy@users.noreply.github.com> * feat: greater to blockquote * fix: local variable 'text' isn't used * feat: #1061 Support markdown to create a blockquote * fix: #1732 the actions of an image look different than the ones of a code block * fix: command of double tilde to strikethrough * feat: callout (#1732) * feat: add callout plugin * refactor: add SelectionMenuItem.node factory makes calloutMenuItem more readable * feat: add color picker * feat: add popover to callout * feat: add emoji to callout * fix: store tint name * fix: remove leading underscores * fix: revert export of editor_entry * refactor: move color tint names to appflowy_editor * fix: #1732 only re-insert text node if it's parent is text node too while deleting * docs: doc comment for SelectionMenuItem.node * fix: disable callout plugin should be re-enabled after #1753 is done * fix: typo --------- Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io> * Feat/http server adapt (#1754) * integrate board plugin into document (#1675) * fix: cursor doesn't blink when opening selection menu * feat: add board plugin * feat: integrate board plugin into document * feat: add i10n and fix known bugs * feat: support jump to board page on document * feat: disable editor scroll only when the board plugin is selected * chore: dart fix * chore: remove unused files * fix: dart lint * Feat/database view (#1765) * chore: rename flowy-database to flowy-sqlite * refactor: rename flowy-grid to flowy-database * refactor: rename grid to database * refactor: rename GridEvent to DatabaseEvent * refactor: rename grid_id to database_id * refactor: rename dart code * fix: #1763 [Bug] Mouse unable to click a certain area * fix: potential async errors (#1772) * feat: Skeleton task (#1775) * chore: change tauri dev npm script * chore: setup prettier * chore: add protobuf type * chore: move test calls to separate component * chore: serve assets from app_flowy folder * chore: import poppins font * chore: install eslint, remove errors * placeholder components * chore: import colors from UI kit, footer panel * chore: reorganise components * chore: redux toolkit, navigation folders and files, navigation hooks * fix: on add folder others close * fix: tauri_dev task * fix: restore grid notification * chore: navigation items events (#1784) * chore: change tauri dev npm script * chore: setup prettier * chore: add protobuf type * chore: move test calls to separate component * chore: serve assets from app_flowy folder * chore: import poppins font * chore: install eslint, remove errors * placeholder components * chore: import colors from UI kit, footer panel * chore: reorganise components * chore: redux toolkit, navigation folders and files, navigation hooks * fix: on add folder others close * fix: tauri_dev task * fix: restore grid notification * chore: shared button * chore: folder/file popup, rename/duplicate/delete items * chore: new page types popup * fix: navitem pages padding * fix: page click mishandle * fix: folder click mishandle * chore: add other page types * fix: stop propagating on button click * fix: one alt * fix: renaming change bg * refactor: brake Navigation Panel into smaller components * chore: header panel folder * chore: focus and select all on rename popup * chore: add classname to popup * chore: navigation panel resize * Feat/appflowy tauri (#1831) * feat:grid view structure * feat:add store and refactor grid page * chore: import icons, resize grid items, change grid items style, add field type icons, reorganize grid toolbar * feat: auth screens(login, signup and confirm-account) ui done * chore: add tailwind class sorter and formatted all files * chore: group svgs into single folder * chore: resolve warnings in svg files * fix: use exported fieldType enum * fix: resolve FieldType referances * chore: auth pages fixes, replace links, replace buttons, svg fixes, navigate between pages, navigate to homepage on main button click --------- Co-authored-by: ascarbek <ascarbek@gmail.com> * ci: wanrings --------- Co-authored-by: Mikias Tilahun Abebe <mikiastilahun@gmail.com> Co-authored-by: Andreas Bichinger <andreas.bichinger@gmail.com> Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io> Co-authored-by: Askarbek Zadauly <ascarbek@gmail.com>
2023-02-10 08:26:14 +00:00
},
feat: move kanban blocks (#2022) * chore: add edit / create field test * chore: add delete field test * chore: change log class arguments * chore: delete/create row * chore: set tracing log to debug level * fix: filter notification with id * chore: add get single select type option data * fix: high cpu usage * chore: format code * chore: update tokio version * chore: config tokio runtime subscriber * chore: add profiling feature * chore: setup auto login * chore: fix tauri build * chore: (unstable) using controllers * fix: initially authenticated and serializable fix * fix: ci warning * ci: compile error * fix: new folder trash overflow * fix: min width for nav panel * fix: nav panel and main panel animation on hide menu * fix: highlight active page * fix: post merge fixes * fix: post merge fix * fix: remove warnings * fix: change IDatabaseField fix eslint errors * chore: create cell component for each field type * chore: move cell hook into custom cell component * chore: refactor row hook * chore: add tauri clean * chore: add tauri clean * chore: save offset top of nav items * chore: move constants * fix: nav item popup overflow * fix: page rename position * chore: remove offset top * chore: remove floating menu functions * chore: scroll down to new page * chore: smooth scroll and scroll to new folder * fix: breadcrumbs * chore: back and forward buttons nav scroll fix * chore: get board groups and rows * chore: set log level & remove empty line * fix: create kanban board row * fix: appflowy session name * chore: import beautiful dnd * bug: kanban new row * chore: update refs * fix: dispose group controller * fix: dispose cell controller * chore: move rows in group * chore: move row into other block * fix: groups observer dispose * chore: dnd reordering * chore: fix import references * chore: initial edit board modal * fix: kanban board rendering * chore: add column and edit text cell * chore: column rename * chore: edit row components reorganize * chore: don't show group by field * wip: edit cell type * chore: fade in, out * chore: change field type * chore: update editing cell * chore: fade in change * chore: cell options layout * fix: padding fixes for cell wrapper * fix: cell options positions * chore: cell options write to backend * fix: select options for new row * chore: edit url cell * chore: language button * fix: close popup on lang select * fix: save url cell * chore: date picker * chore: small code cleanups * chore: options in board * chore: move fields dnd --------- Co-authored-by: nathan <nathan@appflowy.io> Co-authored-by: Nathan.fooo <86001920+appflowy@users.noreply.github.com> Co-authored-by: appflowy <annie@appflowy.io>
2023-04-02 12:54:39 +00:00
boxShadow: {
md: '0px 0px 20px rgba(0, 0, 0, 0.1);',
},
Feat/appflowy tauri UI (#1835) * chore: create folders * chore: setup taliwindcss (#1742) * chore: create folders * chore: setup taliwindcss --------- Co-authored-by: nathan <nathan@appflowy.io> Co-authored-by: Nathan.fooo <86001920+appflowy@users.noreply.github.com> * feat: greater to blockquote * fix: local variable 'text' isn't used * feat: #1061 Support markdown to create a blockquote * fix: #1732 the actions of an image look different than the ones of a code block * fix: command of double tilde to strikethrough * feat: callout (#1732) * feat: add callout plugin * refactor: add SelectionMenuItem.node factory makes calloutMenuItem more readable * feat: add color picker * feat: add popover to callout * feat: add emoji to callout * fix: store tint name * fix: remove leading underscores * fix: revert export of editor_entry * refactor: move color tint names to appflowy_editor * fix: #1732 only re-insert text node if it's parent is text node too while deleting * docs: doc comment for SelectionMenuItem.node * fix: disable callout plugin should be re-enabled after #1753 is done * fix: typo --------- Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io> * Feat/http server adapt (#1754) * integrate board plugin into document (#1675) * fix: cursor doesn't blink when opening selection menu * feat: add board plugin * feat: integrate board plugin into document * feat: add i10n and fix known bugs * feat: support jump to board page on document * feat: disable editor scroll only when the board plugin is selected * chore: dart fix * chore: remove unused files * fix: dart lint * Feat/database view (#1765) * chore: rename flowy-database to flowy-sqlite * refactor: rename flowy-grid to flowy-database * refactor: rename grid to database * refactor: rename GridEvent to DatabaseEvent * refactor: rename grid_id to database_id * refactor: rename dart code * fix: #1763 [Bug] Mouse unable to click a certain area * fix: potential async errors (#1772) * feat: Skeleton task (#1775) * chore: change tauri dev npm script * chore: setup prettier * chore: add protobuf type * chore: move test calls to separate component * chore: serve assets from app_flowy folder * chore: import poppins font * chore: install eslint, remove errors * placeholder components * chore: import colors from UI kit, footer panel * chore: reorganise components * chore: redux toolkit, navigation folders and files, navigation hooks * fix: on add folder others close * fix: tauri_dev task * fix: restore grid notification * chore: navigation items events (#1784) * chore: change tauri dev npm script * chore: setup prettier * chore: add protobuf type * chore: move test calls to separate component * chore: serve assets from app_flowy folder * chore: import poppins font * chore: install eslint, remove errors * placeholder components * chore: import colors from UI kit, footer panel * chore: reorganise components * chore: redux toolkit, navigation folders and files, navigation hooks * fix: on add folder others close * fix: tauri_dev task * fix: restore grid notification * chore: shared button * chore: folder/file popup, rename/duplicate/delete items * chore: new page types popup * fix: navitem pages padding * fix: page click mishandle * fix: folder click mishandle * chore: add other page types * fix: stop propagating on button click * fix: one alt * fix: renaming change bg * refactor: brake Navigation Panel into smaller components * chore: header panel folder * chore: focus and select all on rename popup * chore: add classname to popup * chore: navigation panel resize * Feat/appflowy tauri (#1831) * feat:grid view structure * feat:add store and refactor grid page * chore: import icons, resize grid items, change grid items style, add field type icons, reorganize grid toolbar * feat: auth screens(login, signup and confirm-account) ui done * chore: add tailwind class sorter and formatted all files * chore: group svgs into single folder * chore: resolve warnings in svg files * fix: use exported fieldType enum * fix: resolve FieldType referances * chore: auth pages fixes, replace links, replace buttons, svg fixes, navigate between pages, navigate to homepage on main button click --------- Co-authored-by: ascarbek <ascarbek@gmail.com> * ci: wanrings --------- Co-authored-by: Mikias Tilahun Abebe <mikiastilahun@gmail.com> Co-authored-by: Andreas Bichinger <andreas.bichinger@gmail.com> Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io> Co-authored-by: Askarbek Zadauly <ascarbek@gmail.com>
2023-02-10 08:26:14 +00:00
},
},
plugins: [],
};